How to Create a Typewriter Effect in Vue.js

Its pretty fun to create little projects in Vue. Ever since I have started learning it, I’ve been hooked and have tried to built numerous things, such as the Seive or Eratosthenes animation, a wordle game, and a few tiny programs here and there. In the same sequence, this time I have tried to emulate … Read more

Creating the Sieve of Eratosthenes Animation in Vue

In this article, you will learn how to create an animation to simulate the Sieve of Eratosthenes algorithm in Vue.js. This animation is inspired by the GIF on this article’s Wikipedia page. I love coding. I don’t do it professionally as I made some short-sighted choices in my career but the love for coding refuses … Read more

How to Style an Element Temporarily using Vue

Applying certain styles temporarily is a good way to give your user a visual feedback. In this article, I will explain how you can apply the flash style on an element to let the user know that a certain key was pressed or a certain element was detected. The other day, I was building a … Read more

How to Read the Athletic for Free

If you want to read the Athletic for free, read on. In this article, I’ll show you how you can bypass the paywall put up by the Athletic.com. Some news sites give you a taste of their content with a few free articles. But if you want to keep reading, you’ll have to subscribe. It’s … Read more

How to Read the Telegraph for FREE

If you want to read the Telegraph for free without paying for it, this post is for you. In this article, you will learn how you can bypass the Telegraph’s paywall without paying for anything. Subscription websites like The Telegraph offer a few free articles, but quickly ask you to pay if you want to … Read more

How to Launch Raycast with a Single Key

How to Launch Raycast with a Single Key

Raycast has become an absolutely indispensable tool for me. It handles so many tasks, from app launching to quick calculations to clipboard manager and whatnot. Originally, I used the same shortcut to trigger it as Spotlight (Cmd + Space) because it seemed logical. The problem? Raycast is so much more powerful, and I found myself … Read more