Brian Caffey

Brian Caffey @briancaffey

Joined:
Oct 18, 2018

Brian Caffey
articles - 18 total

RedLM: My submission for the NVIDIA and LlamaIndex Developer Contest

RedLM is an AI-powered application for the study of China's greatest classical novel: Dream of the Red Chamber"

Learn More 16 0Nov 14 '24

Rocket League BotChat powered by TensorRT-LLM: My submission for NVIDIA's Generative AI on RTX PCs Developer Contest

A Rocket League plugin that lets bots chat!

Learn More 6 1Feb 19 '24

Rocket League BotChat powered by TensorRT-LLM: My submission for NVIDIA's Generative AI on RTX PCs Developer Contest

tl;dr This article is about my submission to NVIDIA's Generative AI on RTX PCs Developer...

Learn More 0 0Feb 19 '24

My Infrastructure as Code Rosetta Stone - Deploying the same web application on AWS ECS Fargate with CDK, Terraform and Pulumi

tl;dr I wrote three infrastructure as code libraries for deploying containerized 3-tier...

Learn More 7 0Jan 7 '23

Redis Light, Green Light

My submission to the Redis Hackathon on DEV!

Learn More 12 2Aug 29 '22

Setting up ad hoc development environments for Django applications with AWS ECS, Terraform and GitHub Actions

tl;dr This article will show how software development teams can build on-demand instances...

Learn More 12 0Jun 11 '22

How and why I added AdSense and an AdBlock detector to my personal website

If you are reading this article on...

Learn More 8 0Nov 7 '21

How I write and share technical software development articles in 2021

This article describes how I write and share technical articles on my personal website and other...

Learn More 5 1Oct 3 '21

On-demand, serverless Valheim server setup with AWS CDK, Discord Interactions and GitLab CI

Here's a link to the GitLab repo I'll be referencing in this article:...

Learn More 5 2Mar 20 '21

Session Authentication with Django, Django REST Framework and Nuxt

This article shows how to use session authentication with Django + Nuxt.js applications

Learn More 19 3Jan 1 '21

Building web applications with Django, Django REST Framework and Nuxt

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.

Learn More 24 0Dec 28 '20

Weekend project update: Open SEC Data

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.

Learn More 1 2Nov 29 '20

How to authenticate Django REST Framework API calls from a (Vue) JS client using Session Authentication and HttpOnly cookies

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

Learn More 22 0Nov 27 '20

Deploying Django applications with docker swarm on DigitalOcean using GitLab CI, Traefik, NGINX and REX-Ray

I recently wrote two articles about deploying Django applications to AWS serverless environments: one...

Learn More 26 5Aug 9 '20

Deploying serverless Django applications to AWS with CDK on a tiny budget using the Lambda proxy pattern

tl;dr One way to deploy Django apps to AWS on a budget is to use the Lambda proxy pattern....

Learn More 18 0Aug 1 '20

Building a Django + Vue.js application with AWS CDK and GitLab CI (also, how to scale Celery workers to zero)

Project Overview This is an overview of a Proof-of-Concept web application I'm working on...

Learn More 38 9Jun 6 '20

Setting up a Django project in Kubernetes with minikube

A gentle introduction to standing up a Django/Vue.js application in Kubernetes with minikube

Learn More 32 4Sep 29 '19

Using Cypress with Django and Vue for integration testing in GitLab CI

My approach to using Cypress in a Django REST Framework + VueJS SPA in GitLab CI

Learn More 29 4Aug 17 '19