Big O Notation Explained in 5 Minutes
In this article, we’re going to explore Big O notation. What is it? Big O notation provides a simplified analysis of an algorithm’s efficiency. This publication covers numerous algorithms, and...
Collection
In this article, we’re going to explore Big O notation. What is it? Big O notation provides a simplified analysis of an algorithm’s efficiency. This publication covers numerous algorithms, and...
If I had to learn to code from scratch today, I wouldn’t do it the same way I did back in 2012. Back then, there were fewer tools, fewer distractions,...
Here is how one can learn to code in Python, Javascript, and C++ by spending only a few weeks on each. However, learning a new language was not always this...
The Struggle to Stay Motivated Do you ever feel like you are just reading online tutorials but not actually getting closer to becoming a Software Engineer? You always tell yourself...
I have been coding for eight years now. For context, I’m Sophia, and I currently work as a software engineer at Amazon. Previously, I worked briefly in fintech and studied...
Every time a new AI model comes out, I try to code with it. Sure, I do the fun little one-shots or three-shots, however many shots it takes, but then...
Ever since Chad GPT emerged, it has started quite a revolution worldwide because no one was expecting this level of advancement to happen in the AI industry. It’s becoming very...
What’s the most critical task for a programmer? Is it writing code? Actually, no. The majority of their time is spent thinking and analyzing complex problems because they are problem...
Hi guys, if you’re a programmer or aspiring to be one, you are probably familiar with challenges like coding the same basic things over and over, spending hours searching for...