Showing 9 of 9 entries
-on-building-this-site, Notes on moving this public notebook from Astro to Quartz and Obsidian., 2024-11-22
-on-docker-swarm, Practical notes for creating and operating a Docker Swarm cluster., 2024-11-22
-on-opentofu, Getting-started notes for using OpenTofu with local and remote Docker providers., 2024-11-22
-on-ssh-passwordless, Guide for setting up passwordless SSH authentication using public key pairs, 2024-11-19
-on-editors, Over the years, I've experimented with various editors. Outside of being technical marvels and great pieces of software, they have played large part in developing the workflow and mindset I have today., 2024-10-17
-on-steam-api, Did you know Steam has a public API? I didn't. Let's check it out., 2024-08-19
-Learning Go, I've started "learning" golang. It's a sweet language. Let's talk more about why., 2024-06-18
-on-docker-on-macos, Running `docker` on MacOS is fun. This is because MacOS requires a Linux VM of some sort for to actually run the containers., 2023-01-26
-on-nextjs-api-routes, Next.JS comes with a useful feature out of the box, api routes. Files created in the `pages/api/` folder are treated as an endpoint rather than a page. Instead of exporting a React component to display your UI, you can export a function returning, say, a JSON response., 2020-12-03
Showing 9 of 9 entries
NameDescriptionPublishedTopics
on-building-this-siteNotes on moving this public notebook from Astro to Quartz and Obsidian.2024-11-22tools/quartz, tools/obsidian, tools/astro
on-docker-swarmPractical notes for creating and operating a Docker Swarm cluster.2024-11-22
on-opentofuGetting-started notes for using OpenTofu with local and remote Docker providers.2024-11-22tools/terraform
on-ssh-passwordlessGuide for setting up passwordless SSH authentication using public key pairs2024-11-19tools/linux, snippets
on-editorsOver the years, I've experimented with various editors. Outside of being technical marvels and great pieces of software, they have played large part in developing the workflow and mindset I have today.2024-10-17tools
on-steam-apiDid you know Steam has a public API? I didn't. Let's check it out.2024-08-19snippets, skills/gaming, language/javascript
on-learning-goI've started "learning" golang. It's a sweet language. Let's talk more about why.2024-06-18language/go
on-docker-on-macosRunning `docker` on MacOS is fun. This is because MacOS requires a Linux VM of some sort for to actually run the containers.2023-01-26tools/macos, tools/docker
on-nextjs-api-routesNext.JS comes with a useful feature out of the box, api routes. Files created in the `pages/api/` folder are treated as an endpoint rather than a page. Instead of exporting a React component to display your UI, you can export a function returning, say, a JSON response.2020-12-03tools/nextjs, snippets, language/javascript