Staying CuriousWhen we’re born, we have no idea who we are, where we are and what we are. All we do is cry, eat, poop, sleep, repeat. But as we get older…Feb 23, 2023Feb 23, 2023
Deconstructing Data Structures: Linked ListWe have a data structure that is synonymous to the word list — array. An array is a sequence of data that is ordered and is contiguous in…Feb 25, 20221Feb 25, 20221
28 Things I Learned in Life As I Turn 28As I’m about to turn 28 in a few weeks, I thought that I could take this time to talk about all the things I’ve learned throughout my life…Dec 16, 2021Dec 16, 2021
I Took a 30 Day Break From Social Media: Here’s What HappenedMany of you may be familiar with my earlier post on The Benefits of Being A Digital Minimalist, where I talked about how we can have a…Oct 24, 2021Oct 24, 2021
What I Learned About Happiness and SuccessThroughout my whole life, I was always thinking about what made me happy and what it meant to be successful. When I was younger, I would…Mar 28, 2021Mar 28, 2021
A Day in the Life of a Software Engineer (Quarantine Edition)I always wanted to make one of those “a day in the life of a software engineer” videos, but since the office has been closed since March…Sep 14, 2020Sep 14, 2020
The Learning Techniques-Part 2In my previous article, I went over some of the learning techniques that you can use to enhance your learning experience. I would…Sep 1, 2020Sep 1, 2020
The Learning Techniques-Part 1In earlier articles, I have talked about the principles of learning, the lies about learning and the pillars of learning. Now it’s time to…Aug 16, 2020Aug 16, 2020
The 4 Pillars of LearningI have previously talked about the Principles of Learning and the Lies about Learning, but now I would like to talk about the 4 Pillars of…Jul 26, 2020Jul 26, 2020
Published inDev GeniusLife as a Software Engineer at SalesforceIt has been over 6 months since I started working as a Software Engineer at Salesforce, and these 6 months have taught me many things…Jul 9, 20201Jul 9, 20201
Having a Productive Home WorkspaceWe are living in an unprecedented time where most companies are having their employees work from home due to the COVID-19 pandemic. Even…Jun 23, 2020Jun 23, 2020
Published inThe StartupThe World of Object-Oriented Programming (OOP)When it comes to programming, there are many different ways in which we can write our code. Many teams that you work with will require…May 16, 2020May 16, 2020
Published inThe StartupWhat is Programming?Programming is a way for us to give instructions to a computer. The code behind the computer runs everything that you do, from moving the…May 7, 2020May 7, 2020
The Lies About LearningIn my previous article, I talked about the principles of learning and how they set the foundation of anything that we are trying to learn…May 5, 20202May 5, 20202
Principles of LearningWhen I was in middle school, I used to think that I was not capable of learning new concepts very quickly because my peers would tell me…Apr 23, 2020Apr 23, 2020
Why I Love Agile Software DevelopmentMy first exposure to agile software development was when I worked at The Home Depot as a Software Engineer. Agile, for those of you who…Jan 23, 2020Jan 23, 2020
Published inThe StartupBasic Python Data Structures: DictionariesThis is probably one of my most favorite data structures. The dictionary is different than a list, tuple and set since it allows the user…Oct 3, 20192Oct 3, 20192
Basic Python Data Structures: SetsWe have looked at lists and tuples, but there is another data structure called Sets. A set is also mutable, meaning that its contents can…Sep 15, 2019Sep 15, 2019
Basic Python Data Structures: TuplesIn the first post of the Basic Python Data Structures series, I talked about Lists and how they can be used to store many values rather…Sep 11, 2019Sep 11, 2019