PinnedJavaScript Series: A Step-By-Step Approach To Useful Tips for Learning JS“When you teach something, you learn it twice”. A simple approach to learn real-life use of JS concepts.Apr 9, 2021Apr 9, 2021
Decoding the Complexities: A Comprehensive Guide to Big O Notation and Performance AnalysisIf you’ve studied data structures, you’re likely familiar with the concept of Big O Notation.Jul 24Jul 24
Fury Freeze: Understanding Anger Paralysis and How to Overcome ItWhen we get cut, we clean the wound and find something to cover so it won’t get infected. When someone tells us to “p*ss off”, we get angry…Jun 12Jun 12
Demystifying ChatGPT: Harnessing the Potential of AI Conversations And Understanding The Risks“Can I borrow your homework for a minute?” — said one of my so-called high school friends while scanning every one of my answers on that…Apr 17Apr 17
Leetcode Problem #15: 3 Sum3Sum is an interesting problem since it uses the two-pointer strategy with an index. You’ll see what I mean. Again, we’ll apply the process…Apr 10Apr 10
Leetcode Problem #977: Squares of a Sorted Array. An Efficient Two-Sum Solution Using PointersLet’s move on with another Leetcode problem. This one is a great way to practice indexes with Lists for beginners. Again, we’ll apply the…Jan 16Jan 16
Leetcode Problem #392: Is Subsequence. An Efficient Two-Sum Solution Using Hash TableLet’s move on with another Leetcode problem. This one is a great way to practice Lists for beginners. Again, we’ll apply the process…Jan 14Jan 14
Leetcode Problem #1: Two number sum explainedNot going to lie. I currently suck at coding problems. And I’m tired of it. So I’ll do my best next year to start working on getting…Jan 91Jan 91
The Stoic Programmer: The Art Of Coding in Hard TimesRecently I picked up a book about Stoicism called The “Art of Living” by Epictetus. Born as a slave and then becoming a grand master of…Sep 21, 2023Sep 21, 2023
How To Find An Easy Introduction To A CMS Called Drupal 9+Drupal is a fantastic Content Management System (CMS) that can be used to create websites and applications. From simple blogs to…Mar 16, 2023Mar 16, 2023