Posts
All the articles I've posted.
-
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.
-
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.
-
From AI To Language Models
Updated:What is the relation between AI, Machine Learning, Deep Learning and Large Language Models (LLM)?