Saif Ahmad Pre-med programmer

A Model for Designing Fictional Characters

It is incredibly difficult to create a well-thought-out fictional character with a convincing backstory and motives. You have to make sure that the actions they take more or less line up with their goals and personality, and sometimes...

Building a Reverse Proxy with Caddy

Hosting services on your own server comes with a few challenges: linking multiple services under one domain, properly handling SSL, exposing ports on your own network, etc. The solution to the above is a reverse proxy setup. Caddy is ...

Getting Started with Docker and Portainer

Everyone knows about the brilliance of Docker. Making containerized applications that run the same on every system is the easiest way to manage your server. But the Docker CLI can be a little daunting to those new to the software, or ...