Calvin Choy
calvinchoy.com
Calvin Choy
@calvinchoy.com
While reviewing some CSS fundamentals I took some notes on basic usage of CSS Grid for layouts.

#css #fundamentals #layout #css-grid #webdev #web-development #web
CSS Grid Basics | Notes | Calvin Choy
While going through some CSS fundamentals I reviewed and noted down some basics of using CSS Grid.
notes.calvinchoy.com
November 22, 2025 at 7:08 AM
Basic curl usage notes you should know.

#curl #cli #terminal #api #notes #tooling #command-line
Making API Calls From The Terminal | Notes | Calvin Choy
Some notes I took for practical usage of the curl command-line tool.
notes.calvinchoy.com
November 15, 2025 at 7:44 AM
Use git worktree in your development workflow to manage multiple working directories from a single repository.

notes.calvinchoy.com/posts/using-...

#git #webdev #tooling #workflow
Using Git Worktree | Calvin Choy
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.
notes.calvinchoy.com
September 20, 2025 at 8:46 PM