Here’s why ChatGPT might be doing humanity a disserviceThe rise of ChatGPT and other AI chatbots has brought significant changes in our daily lives. These chatbots provide us with instant…Mar 31, 2023Mar 31, 2023
Elon Musk has just published Twitters Recommendation Algorithm. Here is what to expectTwitter is one of the largest social media platforms in the world, with millions of users sharing their thoughts, ideas, and opinions every…Mar 31, 2023Mar 31, 2023
Building my personal website — Part 2: Displaying my blog on my site with Hashnode APISo far we’ve created the MVP of my website and deployed and hosted it on Vercel which I have a walkthrough on here. It is a simple website…Feb 5, 2023Feb 5, 2023
Building my personal website with Next.js and Tailwind CSSI have to admit it. If not to you, then at least to myself. I haven’t been developing my site for a long time. I’ve been working with…Feb 2, 2023Feb 2, 2023
HTTP header you probably don’t know — Clear-Site-DataThe hypertext transfer protocol also known as HTTP is the protocol for the web. Every time you communicate through the browser, a request…Nov 25, 2021Nov 25, 2021
Lets build a Throttle hook in ReactWhenever we search in a web app, we often don’t send the query to the backend immediately. The query will change with every keystroke, and…Nov 23, 2021Nov 23, 2021
How to make your code more readable — focus on the happy path and reduce cyclomatic complexity!In your job as a software engineer, you might have stumbled upon many different types of code. You find the well-crafted, well-documented…Nov 21, 20211Nov 21, 20211
Easily observe changes in DOM tree with MutationObserver APIYou might find yourself need to know when the DOM has changed so you can eg. trigger a function. That could be to show a notification or…May 22, 20211May 22, 20211
Published inLevel Up CodingTake your Typescript skills to the next level with Utility TypesWith 65k stars on Github on the time of writing this post, you can easily conclude that the language has found its way into developers…Oct 16, 2020Oct 16, 2020