Making a Truly Fast Website
In this short piece, I want to share how you can make a website that performs well for users. Speed is very essential.
Field note index
Field notes on software, infrastructure, AI, electrical systems, and the work of building and repairing them.
In this short piece, I want to share how you can make a website that performs well for users. Speed is very essential.
Hugo is amazing for blazing fast static site generation. I felt that I should extend that by enabling PWA and adding self hosted comments to avoid Disqus. Here is how that …
It can easily take you longer to deploy a django app than it took you to develop. Trust me. I finally figured out a very smooth and easy way to deploy to any VPS of your …
While developing Phoenix projects on Windows, I encountered compilation issues that I could not resolve while using some libraries. By installing Elixir in WSL, I got my …
Tree traversal is a very important concept in computer science. Here are three ways to traverse a tree in Java OOP.
Tree traversal is a very important concept in computer science. Here are three ways to traverse a tree in Elixir.
Tree traversal is a very important concept in computer science. Here are three ways to traverse a tree in Python.
In A.C. Circuits, passive components such as inductors, resistors, and capacitors are of a major concern. The alternating voltage and current behave in certain ways given …
Writing equations in your blog posts can be interesting. Instead of adding equations as images, you just type them in. It involves some small set up, but rewarding in the long …