Articles in this series
This article will give you a list of tech YouTube channels that can help you grow as a software engineer. I've read the already available articles online, and most of them list trendy tech YouTube channels. I decided to provide less-known names on Yo...
Are you wondering what is AWS, and what business problems does it solve? You're in the right place! I took a short course on AWS because I wanted to understand Amazon Web Services and why many businesses choose AWS as their cloud provider. This artic...
Are you wondering how to open a pull request on Github from Intellij? This tutorial is for you. Let's start. CLONE THE GITHUB PROJECT Use the command below to download the project on your local machine. git clone git@github.com:MaddyGre/your-first-pr...
I've often read about software engineers who don't like writing tests at all, even when building their own applications. I get it. The reason for this is that "tests" don't feel like you're actually building something. You're not in that creative sta...
Some days ago, I asked on my Twitter some technical terms that every software engineer should know, I received a couple of interesting answers. Let's dive in and see what these terms mean. 1. API API stands for Application Programming Interface. An ...
If you're a software engineer, I can imagine that you've heard the term "compiler" a lot whenever you're in the process of coding something. Especially when you're getting an error. 😁 The compiler can be a friend or an enemy, depending on what you'r...