Skip to content
View djblackett's full-sized avatar

Highlights

  • Pro

Block or report djblackett

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
djblackett/README.md

Hi, I’m David Andrea (@djblackett)

Full-Stack Developer | TypeScript · Go · React · Node.js · GraphQL · PostgreSQL · Docker · Kubernetes

Open to full-stack, frontend, or backend developer roles — remote or hybrid.

I’m a full-stack dev who builds clean, scalable apps with TypeScript, Go, React, Node.js, GraphQL, PostgreSQL, Docker, and Kubernetes. I’m into making systems that are both robust and easy to maintain, from full-stack web apps to cloud-native deployments. Always learning (recently finished uni of Helsinki's “DevOps with Kubernetes” and Boot.dev's Golang Backend Path) and often mixing in my other passions: music, philosophy, and exploring how big ideas can shape better software.

TypeScriptGoReactNodeJSGraphQLPostgreSQLDockerKubernetes

My GitHub Stats

djblackett's GitHub stats

Top Languages

My published writings

General musings about teaching comp sci, AI, etc

Humorous edutainment style for beginner programmers

Hyperskill Java lessons (contract work)

Pinned Loading

  1. invoice-web-app invoice-web-app Public

    Full-stack invoicing app — TypeScript, GraphQL, Prisma, PostgreSQL, Docker Compose, deployed to Fly.io

    TypeScript

  2. hackathon hackathon Public

    Go CLI tool that uses AI to rename files based on their content — supports OpenAI API, local Ollama, or a remote Fly.io server (Boot.dev Hackathon)

    Go 4

  3. k8s-todo-dep k8s-todo-dep Public

    GitOps-style Kubernetes deployment repo for k8s-todo-source — staging and production manifests, auto-updated by GitHub Actions

    Shell

  4. k8s-todo-source k8s-todo-source Public

    Source code for a full-stack todo app deployed to Kubernetes via k8s-todo-dep

    TypeScript

  5. rest-countries-api rest-countries-api Public

    Frontend app using the REST Countries API — search and filter by region, dark/light mode, TypeScript

    TypeScript 2

  6. asteroids-bootdev asteroids-bootdev Public

    Extended a Boot.dev course project into a full-featured arcade game — 2-player mode, gamepad support, original music and sound effects. Built in Python/pygame.

    Python