Writing a HTTP Server with Go
Writing a simple HTTP Server using only what is provided via the Go Standard Library.
Articles in the category of technology.
Writing a simple HTTP Server using only what is provided via the Go Standard Library.
In my journey into learning Go I have been learning how to use Makefiles within my Go projects. I had never worked with makefiles before and this post will touch on how to use them.
The chaos that is the JavaScript/TypeScript ecosystem has become too much to bear in my opinion. I have become unhappy with my direction in the tech industry and in late 2023 made the decision to begin teaching myself Go and pivoting my career out of the Frontend & away from JavaScript.
In 2023 I began making the move from NextJS to Astro for my personal website and blog. This is my experience with the transition.
A quick how-to guide on deploying your server-side rendered Astro projects to Fly.io.
A quick how-to guide on deploying your static Astro projects to Fly.io.
That time I ran into issues with my certificates being invalid leading to problems communicating between Fly.io and my Turso database.
Astro's content collection feature is a game changer for easily managing content in a type safe manner. It also can help to easily add related collections or data types through referencing. In this article I show how I implemented a related articles feature.
A quick guide on how to deploy a Qwik-City project to Cloudflare Pages from GitHub Actions.
After Bitwarden's decision to terminate their VP of Software due to his answer to preferred pronouns in the workplace, I have decided to move to a different password manager.
Part 4 in the Ectogram series where I cut my teeth on testing the user schema with ExUnit.
Part 3 in the Ectogram series where I generate the user table migration and schema.
Part 2 in the Ectogram series where I setup the project and make customizations to Ecto.
A clone of the popular social media platform, Instagram, written in Elixir & Ecto.
Everything I have learned when it comes to SSH after setting up my Raspberry Pi Cluster.
How to use the Python Scripting API in iTerm2 to open several tabs and execute commands in those tabs.
My experience moving from classic yarn to pnpm as my package manager in JavaScript land.
A quick posts on how to kill processes on macOS.
How I created the animated social icons on my website using TailwindCSS.
Setting up a React project with Webpack 4, Babel 7, & TypeScript.
Writing a program that will read moves and populate a game board for the popular game Connect Four using Python.
Working through Fibonacci using recursion and memoization in Python.
My experience in building a bot for the popular Telegram Messenger Platform.
Installation and setup of Python3 on macOS & development with Visual Studio Code.
A guide for how to build a stopwatch with JavaScript.
How to build a simple black jack advice generator using Python.
Some items I picked up when re-learning Facebook's GraphQL.
How to get started with iTerm2, ZSH, & VSCode.
What I learned while rebuilding my site/blog with Hugo.
A short piece on higher-order-functions in React.
How to deploy with Zeit's Now platform.
How to automate your workflow with CircleCi 2.0 & Zeit's Now platform.