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 MoreI recently kicked off a brand new Django Rest Framework API for a project I’m hacking on. I decided to stick with my…
Read MoreAt this point in my career, I have set up a TON of APIs, databases, and validation layers. For many years, Postman has…
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 MoreI’ve been spending some time lately experimenting with running LLMs locally to see how close we are to having a truly “private” coding…
Read MoreI was recently “gifted” a nice MacBook Pro and decided I want to use it to run AI models locally. I’ve become accustomed…
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 More