JavaScript Beginner’s Guide
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…
Category
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…
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:…
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…
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…
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…
If you’ve been in software development for a while, you’ve probably dealt with this annoying issue: your code runs perfectly on your machine, but when a colleague tries…