Blog
Articles and tutorials to improve your skills as a developer.
Git
Essential Git Commands for Junior Developers
Learn the Git commands every junior developer must master to work efficiently in real teams and projects.
2026-04-266 min read
Read API
Best Practices for REST API Design
A comprehensive guide on the principles, conventions, and patterns that make a REST API robust, predictable, and easy to consume.
2026-04-268 min read
Read Best Practices
Variable Naming Standards: camelCase, snake_case and More
Discover the different variable naming standards, when to use each one, and how to maintain consistency in your code.
2026-04-265 min read
Read