
EP157: How to Learn Backend Development? - blog.bytebytego…
Apr 5, 2025 · Backend Development requires knowledge of multiple aspects. Here’s a mind map of what all things a developer should learn: Fundamentals This includes topics like backend vs frontend, client-server, DNS, etc.
ByteByteGoHq/system-design-101 - GitHub
Development - Node.js or react is popular for frontend development, and java/python/go for backend development. Also, we need to change the configurations in the API gateway according to API definitions. Continuous Integration - JUnit and Jenkins for automated testing. The code is packaged into a Docker image and deployed as microservices.
EP160: Top 20 System Design Concepts You Should Know
Apr 26, 2025 · 🔧 Basic Commands git init – Initialize a new Git repository. git clone <repo_url> – Clone a remote repository. git status – Check the status of your working directory. git add <file> – Stage changes for commit. git commit -m "message" – Commit staged changes with a message. git push – Push your local commits to the remote ...
ByteByteGo | Visual Guides
Succinct graphical explanations to engineering topics. How Do Search Engines Work? How it Works? What is the Best Way to Learn SQL? How do Companies Ship Code to Production? How does ChatGPT work? How does Docker work? Join 1M+ developers who have learned to design large scale systems.
leonardssh/bytebytego-system-design-101 - GitHub
Development - Node.js or react is popular for frontend development, and java/python/go for backend development. Also, we need to change the configurations in the API gateway according to API definitions.
EP158: How to Learn API Development - ByteByteGo Newsletter
Apr 12, 2025 · Beautiful animated flow charts, what did you use to create them? Learning how to develop APIs is an important skill for modern-day developers.
ByteByteGo | A Roadmap for Full-Stack Development
Frontend development involves creating the user interface and user experience of a web application. Backend development involves managing the server-side logic, databases, and integration of various services. Database development involves managing data storage, retrieval, and manipulation.
10 Things You Can Learn in ByteByteGo System Design course
Mar 5, 2024 · Here are 10 things you can learn from ByteByteGo’s System Design course: The course provides a solid understanding of system design principles, including scalability, availability, fault...
ByteByteGo | Technical Interview Prep
Are the courses text-based or video-based? The courses are text-based and include detailed illustrations that explain how to build complex systems step-by-step. What’s the difference …
Basic Concept Of Back-end Web Development. - Medium
Apr 1, 2019 · A back-end developer is one who is responsible for server-side web application logic and sees to the integration of the work front-end developers do. Back-end developers usually write the web...