How I write and share technical software development articles in 2021
This article describes how to write and share technical articles in 2021
Last updated October 2, 2021
Authenticating requests with JWT tokens stored in HTTPOnly cookies in Django
This article describes how you can use JWT tokens in Django applications with decoupled frontend JavaScript applications running the browser in secure way using HttpOnly cookies.
Last updated August 1, 2021
GitHub Action for my Nuxt.js blog hosted on GitHub Pages
This article shows how to use GitHub Actions to update my Nuxt.js blog hosted on GitHub Pages.
Last updated July 5, 2021
On-demand, serverless Valheim server setup with AWS CDK, Discord Interactions and GitLab CI
This is a detailed guide showing how to setup a dedicated Valheim server using serverless technologies on AWS
Last updated March 18, 2021
Scraping, analyzing and generating companies, founders and job postings from YC's Work at a Startup
Scraping, analyzing and generating companies, founders and job postings from YC's Work at a Startup
Last updated January 16, 2021
Adding internationalization to a statically generated Nuxt site
This article will summarize my experience implementing internationalization (i18n) for a statically-generated Nuxt.js site
Last updated January 15, 2021
Using Stripe for recurring monthly SaaS subscriptions in a Django + Vue application
This article shares my experience learning and implementing the Stripe API for recurring monthly SaaS subscription payments in an application using Django and Vue.js
Last updated January 2, 2021
Session Authentication with Django, Django REST Framework and Nuxt
This article shows how to use session authentication with Django + Nuxt.js applications
Last updated January 1, 2021
Building web applications with Django, Django REST Framework, Nuxt.js and docker
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.
Last updated December 27, 2020
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.
Last updated November 29, 2020