Part 2: Setting Up Your First Django Project
This is Part 2 of the series “Learn Backend Development by Building a Social Media App.” Welcome back! In the previous part you learned what a backend really is...
This is Part 2 of the series “Learn Backend Development by Building a Social Media App.” Welcome back! In the previous part you learned what a backend really is...
'Hi HN, tl;dr we built a bug finder that's working really well, especially for app backends. Try it out and send us your thoughts! Long story below.
What Exactly Is an API? API stands for Application Programming Interface. It acts as a bridge that allows two systems to communicate. Think of a waiter at a re...
Unlocking the Power of Backend Development: Exploring Rust and Go with Web Developer Travis McCracken As a passionate web developer, I’ve spent years honing my...
Anyone trying to learn Python quickly notices how its readable style and powerful libraries accelerate development. This is exactly why so many organizations ch...
PHP has powered the web for more than two decades. Even today—despite the rise of JavaScript frameworks, Python, and Go—PHP remains one of the most widely used...
Introducción: El problema del acoplamiento Cuando leemos Patterns of Enterprise Application Architecture de Martin Fowler, a veces pensamos en sistemas monolít...
What is Seaography Seaography is a GraphQL framework built on top of SeaORM that automatically generates resolvers with DataLoader integration to solve the N+1...
When I first started preparing for system design interviews, Linux was the elephant in the room. Sure, everyone talks about distributed systems and scalability,...
Introduction If you're new to backend development, building an API can feel intimidating. Good news — with Node.js and Express you can create a functional...