- How I setup my SolidStart apps2 min#solidjs#solidstart
- Tail-Call Optimization (in gleam)3 min
Tail-Call Optimization is crucial for recursive algorithms, here's how it works.
#gleam#functional-programming - How I use Fish Shell5 min
Discover why the Fish shell offers an unparalleled out-of-box experience. Learn about its superior completions, navigation, and configuration, making it the best modern shell for developers.
#terminal#linux#fish - How to close the current window with JavaScript1 min
Explaining the quirks and workaround for closing windows in Javascript
#javascript#til - Repeat yourself, dammit!1 min
Why you shouldn't use DRY; Optimize for change first.
#programming#best-practice - Using Quartz as a Personal Blog7 min
How I use Quartz, the static site generator for Obsidian Vaults
#quartz#obsidian#blog - Github Actions for automatic Github Releases2 min
How to Automate Github Releases with a Github Actions pipeline for Continuous Deployment
#til#devops#github - Installing Linux on a Powerbook G42 min
Reviving an old macbook with linux
#linux - Gatsby.js blog4 min
How I created my blog and portfolio website with Gatsby.js and Netlify CMS
#react#netlify#gatsby - Deploy website to GitHub Pages2 min
How to easily setup a CI pipeline with github actions to deploy a Static Site (e.g. React or Gatsby) to Github Pages
#devops#til#github