@nicgene

SWE, DBA, GNU, YAGNI

Visual Studio Code Git GitLab GitHub npm TypeScript JavaScript V8 Composer PHP Python Ruby Node.js Apache NGINX SQL NoSQL OAuth 2.0 JSON Web Token GraphQL REST Nuxt AngularJS Backbone.js Bootstrap HTML5 CSS3 Sass Photoshop WordPress Drupal Serverless Docker Kubernetes Cloudflare DigitalOcean AWS Google Cloud Arch Linux Ubuntu CentOS W3C OWASP

Development log


May 24, 2026

Ever since I discovered the mazes sub, I’ve wanted to create a randomly generated game with some type of maze element.

Permalink ↠
May 21, 2026

You wouldn’t ask a barber if you need a haircut. The answer will always be yes. So why would you ask a web developer if you need a website?

Permalink ↠
December 23, 2022

Received my Librem 5 phone at the end of November after 3 years of waiting and returned it last week. I still think non-Android Linux will be successful once the app compatibility is better.

Permalink ↠
December 14, 2022

Yesterday I was using Cloudflare Workers to cache a “POST” request that sent a response with the “cache-control”: “no-cache” header. When you insert the response into Workers cache it will never be returned. The solution is to create a new Response() and manually set the “cache-control” header.

Permalink ↠
December 3, 2022

Fixing hydration mismatch errors causing layout issues in Nuxt 3 and building out marketplace features for buying/selling digital games.

Permalink ↠
July 25, 2022

Spun up an rqlite server for development. Continuing to add 🔐 security 🔐 and moving data.

            _ _ _
           | (_) |
  _ __ __ _| |_| |_ ___
 | '__/ _  | | | __/ _ \
 | | | (_| | | | ||  __/
 |_|  \__, |_|_|\__\___|
         | |
         |_|
Permalink ↠
July 16, 2022

Refactored database tables 💽 with UUID’s to prevent scraping. Added shields to the @nicgene banner area and 🐞 bug 🐞 reporting to the footer.

Mark II database UUID's

Permalink ↠