I usually wake up between 5:30 and 6:30 a.m. However, I recently woke up at 4:30 a.m. on a certain day — and this wasn’t a random awakening. It was because I had been trapped by a thought throughout the week: What if I choose a day and worked on […]
Yearly Archives: 2020
Over the years of my coding journey, I’ve accepted low-paying projects for different reasons and different circumstances. I’ve accepted some of them for the sake of the learning process because I thought it was a good idea to learn a new stack. However, most of the time, they were accepted […]
After reading that major companies such as Google, Facebook, Amazon, Slack, and Twitter were seriously thinking about allowing their employees to work from home and don’t go back to the office for the rest of the year, I began to believe that my current company will do the same. I […]
This is a continuation of a previous piece where we digested all surrounding concepts, pros and cons, Big O time complexity, real use cases, linked-list mainly operations, and all that kind of theory. If you have not read it yet, I recommend you read it first. This series is about […]
You won’t let me lie. Sometimes most of us try to rush on our dream to become a developer. This is a common mistake we make while we are starting out on this journey. It has happened to me and I bet to say that it has happened to the […]
Table of contents Introduction Concepts and properties Linked-list types Upsides and downsides Big Otime complexity Real use cases From my point of view, data structure and algorithms are the heart and foundation of computer science. I think they’re the most important topics we should care and learn about before anything else. […]
While I was about to start out a new React Native application. Just after I was defining the stack and all technologies I would use in. A question came to my mind. Which approach should I follow to enhance the CSS styling to my React Native app?. This question was […]