Codeminer42's Engineering Blog

Beginner

  • JavaScript Beginner’s Guide

    · 19 min read · by Iasmim Cristina

    JavaScript is one of the first steps for those starting their frontend journey. But what are the basic concepts we need to understand before we start actually building web apps?…

  • REST, RESTful APIs, and API documentation

    · 23 min read · by Jonathan Ribeiro

    Why do applications communicate between themselves? As software complexity scales and many applications can have multiple features and requirements for users, interoperability between softwares are really useful to: Separate concerns…

  • Code review and team communication

    · 8 min read · by Julia Albuquerque

    Before there was code, there were people. And after, too. So I will start this post by telling you: you work with people. “Oh, I became a developer so I…

  • Programming Paradigms: concepts and their value

    · 10 min read · by Sergio Souza

    This post is part of our 'The Miners’ Guide to Code Crafting' series, designed to help aspiring developers learn and grow. Stay tuned for more! What is a Programming Paradigm?…

  • Introduction to Clean Code

    · 7 min read · by Igor Damasceno

    Have you ever looked at a coworker's code — or even your own after a while — and spent hours wondering "What is this variable for?" or "What is this…