© 2023 Hashnode
#problem-solving
Machine Learning is a subfield of Artificial Intelligence that focuses on creating algorithms and models that can learn from and make predictions based on data. It has become increasingly popular over…
The Dilemma Have you contemplated learning Data Structures and Algorithms (DSAs) in the past? Did you half-heartedly try to learn it but thought it wasn’t possible? Maybe you convinced yourself that y…
Problem-solving is an essential part of programming and an important skill for every software developer. The following steps can help in approaching and solving problems in programming: Understanding…
Knowingly or unknowingly, we all take decisions with the help of data almost every day. What does that mean? That means, we all are data analysts in a way and we don’t even know about it. Today with…
Introduction Ever since I started my journey into Software Engineering, I have known others who have experienced the fast, ever-changing field, which can become overwhelming. They gradually quit at so…
Motivation Neural networks have always been something I was interested in, but I never actually got to use them in a personal project. The thought always lingered inside my mind, so as soon as I got the idea of using one to create (or as I …
Welcome to the 34th day of our blogging series, code blog repeat! Today, we're going to dive into the exciting world of problem-solving with SQL queries as we continue our journey to master MySQL. SQL…
The conversations I had before and during an interview. Please excuse me, as I express to you, my woes. Looking for a job as a blind person is not easy, and society constantly disparaging me as a freeloader, who contributes nothing doesn’t …
After seeing the problem, I determined that iterating the first element of the array and iterating the whole array could be a straightforward approach to solving this problem. Solution: Step 01: decla…
As we become more senior, we are given the gnarly problems. Big challenges that have no clear answer, one that other folks may have already tried and failed to fix. So what do we do? Have a go? Someti…