Development
43 posts
Access Local Wifi Endpoints through the Browser
I detail the journey to get a local Wifi point accessible by an HTTPS website.
MCP Reality Check
This post explores the idea of how useful MCP and LLM technology is for the software engineer.
AI Powered Freelance Development
Discover how to turn AI from a crutch into a superpower—learning to harness it wisely, stay creative, and keep the magic of problem-solving alive in software engineering.
Built an App in 4 Hours
I built a simple Stripe-integrated timesheet app in just 4 hours using AI for boilerplate and my own creativity for polish, proving that AI is great for speed but real software quality still needs a human touch.
Using AI for Github Actions
I learned to overcome vibe coding while solving mixed-content issues for a freelance project, using AI for guidance but ultimately teaching myself how to deploy with GitHub Actions and DigitalOcean.
3D Coordinate Systems
I was surprised to learn that 3D software doesn’t share a universal coordinate system, and a client miscommunication taught me the importance of understanding right- vs. left-handed orientations and converting between them for accurate 3D printing.
Understanding the Problem
I discovered that relying on AI alone couldn’t build my 3D slicer, and by stopping to understand raycasting, math, and problem-solving fundamentals, I learned that true progress comes from combining AI assistance with real comprehension.
OffscreenCanvas: Rendering Flexibility for the Developer
Looking into documentation, I find a few aspects about OffscreenCanvas to use when processing graphics.
Simple In-site Blog Search
How do I make a simple modern in-site blog search?
Up Next With Deno (Updated)
One can use Next.JS with Deno finally!
Learning Remix
What are my impressions of Remix?
How to Make a TypeScript Module
I've never really made a module before, so I learn how to make one.
Finding Hugo Again
I love Hugo oncee again for the less amount of maintenance that I would need to do otherwise.
Don't Make Custom Software
If you can help it
Package Dependencies Upgrade Strategy
How do I handle all of these outdated packages?
Should've Read the Instruction Manual
I share how I learned to use the Spotify Web API.
How do I make a Web Assembly Web Application With Rust?
This was a fun project to see how to make a web application with web assembly.
Build Tools Revolution
Probably the biggest web development hype is about build tools and it's a good thing.
How do I use RxJS with Angular appropriately?
I believe I just learned the best way to use RxJS in Angular.
Bugs aren't always front-end
Just because a bug looks like it comes from the front-end doesn't mean that it is truly a front-end bug.
Web Developer Resources
I publicize URL resources that I've had for a long time.
Handling Errors within Rust
Handling Errors within Rust is a little different than from what I'm used too.
CSS Grid Areas
CSS Grids can be very useful when creating a page layout!
Personal Media Organizer
A new personal Rust project!
Chewie, prepare for Lightspeed
First impressions of Github CoPilot
Playwright Screenshots on Jest Test Failure
How do you take a Playwright screenshot on a Jest test failure?
Typescript Rocks: With Paths
Can I speak enthusiastically about TypeScript?
How to Persist Data With Redux Toolkit
It would be really great if I figured out how to persist data...
JS Builds Shouldn't Be Made With JS
ESBuild makes a point to have build tools be faster.
If Let May Be
I maybe understand what If Let statements are!
This Is How to Make a Hugo Theme
How is it that one makes a Hugo theme?
Offline Reading for Blogs
What is the download icon and trash bin in the corner of this website?
Using Optional Chaining
A JS Challenge
Javascript Is Weird
Taking Advantage of JS Prototypes
Rusty Photo Library
How to Make a JS Framework
Making a Hugo Blog a PWA
How do I make a Hugo statically generated site also a progressive web application?
Animated Color Gradient
A JavaScript animated color gradient going forever.
Scratchy Blog
A Rusty Web Part Two
using rust compiler with wasm target
A Rusty Web Part One
using emscripten and node-ffi