Using a Local AI Model As A Free Deploy Agent – OpenCode, NameCheap, and Django
I recently kicked off a brand new Django Rest Framework API for a project I’m hacking on. I decided to stick with my…
Read MoreAnything relating to web dev.
I recently kicked off a brand new Django Rest Framework API for a project I’m hacking on. I decided to stick with my…
Read MoreMarch 2026 was a bit of a whirlwind. My company went through its second round of layoffs, and this time, my position was…
Read MoreResult: https://mcflurry.jshowers.com/ My new rescue dog McFlurry is popular at cafes and different places around town. I wanted to make a site featuring…
Read MoreI was recently faced with the challenge of needing to add translations to a hierarchal database setup in Django/Python. We wanted these translations…
Read MoreWhere am I? In real time: whereis.jshowers.com When I went full time digital nomad, I started using a public Google calendar to share…
Read MoreRecently I was tasked with sorting a list of countries, that were translated to Portuguese, in alphabetical order. Because the list contained special…
Read MoreA MiddlewareFilter is the perfect tool for creating conditional logic on MVC controllers or actions using .NET Core. It receives the Middleware benefits of…
Read MoreWhat is dynamic routing? The purpose of dynamic routing is to produce pretty, intuitive URLs on your website that help improve SEO and…
Read MoreIn order to maintain historical accuracy, data should not be truly deleted from a database. A soft delete can be used to signify…
Read MoreI first noticed the yield keyword on some shared code at work about a year ago. Befuddled, I read MSDN’s description of the…
Read More