Skip to content

Archives

All the articles I've archived.

2025 5
November 3
  • Improving Zsh Startup Time

    Took some time to figure out why my zsh startup time is so slow. Figured out how to do some profiling and add some caching and pre-compiling to improve the startup time drastically.

  • CSS Grid Basics

    While going through some CSS fundamentals I reviewed and noted down some basics of using CSS Grid.

  • Making API Calls From The Terminal

    Some notes I took for practical usage of the curl command-line tool.

September 1
  • Using Git Worktree

    I use git worktree to manage and work on multiple branches. This comes in handy when you want to run and compare code from different branches of the same project.

July 1
  • From AI To Language Models

    Updated:

    What is the relation between AI, Machine Learning, Deep Learning and Large Language Models (LLM)?