🏷️

backend

4 articles tagged with "backend"

Tech Feeds

programming

Reading Large Codebases: A Skill Every Backend Dev Needs

Most backend developers think their job is about writing code. Large codebases can feel overwhelming — but learning how to read them is a skill that separates good developers from great ones. Let’s br...

programming

Dart Frog Tutorial Part 2: Building Your First Real REST API (Full CRUD with Todos) 🐸

Hey guys! Welcome to Part 2 of our Dart Frog series. If you missed Part 1, we set up Dart Frog and built a basic API with hot reload. Watch it now if you’re new! Today, we’re leveling up: Building you...

programming

🚫My Spring Boot API Accepted Invalid Data…. Until I Learned Input Validation

The article emphasizes the critical importance of input validation in Spring Boot APIs, highlighting common annotations like @NotNull and @Email that ensure data integrity. It provides practical insights into how proper validation can prevent bugs, enhance API reliability, and improve error handling.

eBooks