RedLM is an AI-powered application for the study of China's greatest classical novel: Dream of the Red Chamber"
A Rocket League plugin that lets bots chat!
tl;dr This article is about my submission to NVIDIA's Generative AI on RTX PCs Developer...
tl;dr I wrote three infrastructure as code libraries for deploying containerized 3-tier...
My submission to the Redis Hackathon on DEV!
tl;dr This article will show how software development teams can build on-demand instances...
If you are reading this article on...
This article describes how I write and share technical articles on my personal website and other...
Here's a link to the GitLab repo I'll be referencing in this article:...
This article shows how to use session authentication with Django + Nuxt.js applications
This article documents my progress combining the Django web framework with Nuxt JS to build applications that have both great SEO and a smooth SPA user experience.
This project uses Django, DRF and Celery to read public SEC filings from sec.gov, build it into an API which is consumed through a Vue.js application.
This article provides a walk-through of a project that implements session authentication for a web app that uses Vue.js and Django REST Framework, looking at both email/password-based login as well as social login
I recently wrote two articles about deploying Django applications to AWS serverless environments: one...
tl;dr One way to deploy Django apps to AWS on a budget is to use the Lambda proxy pattern....
Project Overview This is an overview of a Proof-of-Concept web application I'm working on...
A gentle introduction to standing up a Django/Vue.js application in Kubernetes with minikube
My approach to using Cypress in a Django REST Framework + VueJS SPA in GitLab CI