Using Google analytics on Astro
Aug 16, 2023
If you've been keeping up with the extensive number of tools to build your website with; you may have come across Astro — the all-in-one web…
Start readingAug 16, 2023
If you've been keeping up with the extensive number of tools to build your website with; you may have come across Astro — the all-in-one web…
Start readingNov 11, 2020
According to Wikipedia - tmux is a terminal multiplexer for Unix-like operating systems. But to me; tmux is a complex tool to have on the…
Start readingAug 24, 2020
If you have used a website in the last 10+ years you have most likely come across a form. They have been a vital part of how we interact…
Start readingMay 16, 2020
It goes without saying that code testing is beneficial for a variety of reasons. But most developers (me included) tend to skip testing when…
Start readingMar 13, 2020
There might be times where you need to "rewrite" history on Git. The most common case is updating the commit message to fix typos or change…
Start readingSep 23, 2019
As of React 16.8, ReactJs added hooks. State hooks is a way to have functional components and state at the same time (prior to this you had…
Start reading