Codeminer42's Engineering Blog

The Miners' Guide to Code Crafting

  • 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…

  • Fundamentals of HTTP and Web Development

    · 12 min read · by Luan Gonçalves

    Web development is the backbone of the Internet. Understanding its core concepts is essential for anyone looking to build websites and applications. In this blog post, we will cover the…

  • 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?…