Setting Up Systemd Email Notifications with SendGrid

After a recent service outage that went unnoticed longer than I'd like to admit, I decided to set up automatic email notifications for any systemd ser...

Read more

Exploring the MangoPi - A Journey into RISC-V Assembly.

Image of MangoPI SBC Introduction I have held an interest in Single-Board Computers (SBCs) for a while now, a...

Read more

Systemd Units vs Docker Containers - Why I Choose the Former for Running Services

Docker is a great tool for building and running containerized applications, but it is not the best solution for running services on Linux. In this pos...

Read more

Introducing Nutty Version 1.0: A Self-Hosted HTTP Paste Server

I am excited to announce the release of version 1.0 of Nutty1, an HTTP paste server that allows for easy storage and sharing of plaintext f...

Read more

Bringing the Power of an IDE to the Terminal

Recently, I decided to take the plunge and switch from my usual editor-of-choice, VSCode, to the terminal-based Neovim. I had already been using the ...

Read more

Implementing Role-based Access Control (RBAC) with Express.js and SQLite

Role-based access control (RBAC) is a valuable technique for restricting access to computer resources based on a user's role within that system. Imagi...

Read more

Generating a Logo Using Dall-E

I was recently granted access to Dall-E(https://openai.com/dall-e-2), a new artificial intelligence that can generate images from a single text prompt...

Read more

Monitoring a Directory with Systemd

I've been using Linux as my daily driver OS for a couple of years now, but it's only recently that I started using Linux everyday as a part of my job....

Read more

Scheduling Tasks with Systemd Timers

I have been using systemd to manage services on my many Linux boxes for a while now. Compared to writing initd(https://gist.github.com/drmalex07/298ab...

Read more

Welcome to blog.jlcarveth.dev

This is the first post on the blog setup using Deno(https://github.com/denoland/deno_blog). What is Deno? Deno is a modern Javascript / Typescript ...

Read more