A Terraform practice run that built an AWS Lambda proxy path, verified it, and tore it down cleanly.
Tag
AWS
-
Terraform 1: Building and Removing a DeepLX Lambda Proxy on AWS
Tag
Caddy
-
Auto-PPT Debugging Part 3: Editable Web App and Lightsail Deployment Path
Extending the slide generator from text mapping fixes into an editable web app and a deployable Docker, Caddy, Lightsail, and Terraform path.
Tag
Django
-
Auto-PPT Debugging Part 3: Editable Web App and Lightsail Deployment Path
Extending the slide generator from text mapping fixes into an editable web app and a deployable Docker, Caddy, Lightsail, and Terraform path.
Tag
Docker
-
Auto-PPT Debugging Part 3: Editable Web App and Lightsail Deployment Path
Extending the slide generator from text mapping fixes into an editable web app and a deployable Docker, Caddy, Lightsail, and Terraform path.
Tag
Google Slides
-
Auto-PPT Debugging Part 3: Editable Web App and Lightsail Deployment Path
Extending the slide generator from text mapping fixes into an editable web app and a deployable Docker, Caddy, Lightsail, and Terraform path.
Tag
Lambda
-
Terraform 1: Building and Removing a DeepLX Lambda Proxy on AWS
A Terraform practice run that built an AWS Lambda proxy path, verified it, and tore it down cleanly.
Tag
Lightsail
-
Auto-PPT Debugging Part 3: Editable Web App and Lightsail Deployment Path
Extending the slide generator from text mapping fixes into an editable web app and a deployable Docker, Caddy, Lightsail, and Terraform path.
Tag
OpenAI
-
Auto-PPT Debugging Part 3: Editable Web App and Lightsail Deployment Path
Extending the slide generator from text mapping fixes into an editable web app and a deployable Docker, Caddy, Lightsail, and Terraform path.
Tag
PPTXGenJS
-
Auto-PPT Debugging Part 3: Editable Web App and Lightsail Deployment Path
Extending the slide generator from text mapping fixes into an editable web app and a deployable Docker, Caddy, Lightsail, and Terraform path.
Tag
Proxy
-
Terraform 1: Building and Removing a DeepLX Lambda Proxy on AWS
A Terraform practice run that built an AWS Lambda proxy path, verified it, and tore it down cleanly.
Tag
Terraform
-
Auto-PPT Debugging Part 3: Editable Web App and Lightsail Deployment Path
Extending the slide generator from text mapping fixes into an editable web app and a deployable Docker, Caddy, Lightsail, and Terraform path.
-
Terraform 1: Building and Removing a DeepLX Lambda Proxy on AWS
A Terraform practice run that built an AWS Lambda proxy path, verified it, and tore it down cleanly.
Tag
ai
-
Architecture Notes for a Django-Based AI Quiz Platform
A structural walkthrough of Quizly, a Django 5.1 application that generates quizzes from uploaded study materials.
Tag
alertmanager
-
Monitoring Lab: Prometheus, Grafana, and Alertmanager
An end-to-end local monitoring lab with Prometheus scraping metrics, Grafana dashboards, and Alertmanager email notifications.
Tag
ansible
-
Preparing a Debian Server Deployment with Ansible
A practical Ansible note on preparing a Debian target server for a Django and Nginx deployment.
Tag
architecture
-
Architecture Notes for a Django-Based AI Quiz Platform
A structural walkthrough of Quizly, a Django 5.1 application that generates quizzes from uploaded study materials.
Tag
automation
-
Reviewing a Selenium-Based Book PDF Crawler Prototype
A prototype review for a CLI crawler that searches book metadata and evaluates public PDF candidates with license signals.
Tag
aws
-
Understanding Firewalls with AWS Security Groups and UFW
A practical explanation of how AWS Security Groups and Ubuntu UFW divide responsibility around an EC2 web server.
Tag
cli
-
Reviewing a Selenium-Based Book PDF Crawler Prototype
A prototype review for a CLI crawler that searches book metadata and evaluates public PDF candidates with license signals.
Tag
crawling
-
Reviewing a Selenium-Based Book PDF Crawler Prototype
A prototype review for a CLI crawler that searches book metadata and evaluates public PDF candidates with license signals.
Tag
cron
-
Monitoring a Django Process with systemd and cron
A practice note on running a Django process under systemd and checking it regularly with a cron-driven script.
Tag
debian
-
Preparing a Debian Server Deployment with Ansible
A practical Ansible note on preparing a Debian target server for a Django and Nginx deployment.
-
Moving a Django Project from Ubuntu to Debian with Docker
Notes from packaging a Django project into Docker and moving it from an Ubuntu server to a Debian environment.
Tag
devops
-
Monitoring a MacBook with Zabbix and Email Alerts
A Zabbix setup on AWS Lightsail with Docker, a MacBook agent, memory triggers, and Gmail notifications.
-
Monitoring Lab: Prometheus, Grafana, and Alertmanager
An end-to-end local monitoring lab with Prometheus scraping metrics, Grafana dashboards, and Alertmanager email notifications.
-
Preparing a Debian Server Deployment with Ansible
A practical Ansible note on preparing a Debian target server for a Django and Nginx deployment.
-
Building Nginx Log Monitoring with the Elastic Stack
A monitoring setup using Filebeat, Elasticsearch, and Kibana to inspect Nginx logs from an EC2 server.
-
Moving a Django Project from Ubuntu to Debian with Docker
Notes from packaging a Django project into Docker and moving it from an Ubuntu server to a Debian environment.
-
Load Balancing Django with Nginx Upstream and Multiple Gunicorn Instances
A deployment note on splitting Django traffic across two Gunicorn ports through Nginx upstream.
-
Text Processing with Nginx Logs
A terminal-focused note on using Linux text pipelines to inspect Nginx access logs.
-
Understanding Firewalls with AWS Security Groups and UFW
A practical explanation of how AWS Security Groups and Ubuntu UFW divide responsibility around an EC2 web server.
-
First Notes on Django Performance Monitoring
A first monitoring checklist for watching CPU, memory, response behavior, and service stability on a Django server.
-
Practical Network Debugging Tools for a Linux Server
Notes on using ping, traceroute, curl, dig, and ss to narrow down service and network failures.
-
Monitoring a Django Process with systemd and cron
A practice note on running a Django process under systemd and checking it regularly with a cron-driven script.
-
Building Auto Deployment for a Jekyll Blog with GitHub Actions and Nginx
How I wired a Jekyll blog to deploy automatically to an Ubuntu EC2 server after every push to main.
-
Reverse Proxy and the Basic Nginx Deployment Shape
A practical note on how Nginx sits in front of Django and Gunicorn as a reverse proxy.
Tag
django
-
Preparing a Debian Server Deployment with Ansible
A practical Ansible note on preparing a Debian target server for a Django and Nginx deployment.
-
Moving a Django Project from Ubuntu to Debian with Docker
Notes from packaging a Django project into Docker and moving it from an Ubuntu server to a Debian environment.
-
Load Balancing Django with Nginx Upstream and Multiple Gunicorn Instances
A deployment note on splitting Django traffic across two Gunicorn ports through Nginx upstream.
-
First Notes on Django Performance Monitoring
A first monitoring checklist for watching CPU, memory, response behavior, and service stability on a Django server.
-
Monitoring a Django Process with systemd and cron
A practice note on running a Django process under systemd and checking it regularly with a cron-driven script.
-
Auto-PPT Debugging Part 2: Credentials, Text Mapping, and Broken Layouts
Follow-up notes on fixing credential mismatches and tracing why generated slide text broke the template layout.
-
Debugging a Django, OpenAI, and Google Slides Auto-PPT Generator
Early troubleshooting notes from adding prompt-based slide generation to a Django project on macOS.
-
Architecture Notes for a Django-Based AI Quiz Platform
A structural walkthrough of Quizly, a Django 5.1 application that generates quizzes from uploaded study materials.
-
Reverse Proxy and the Basic Nginx Deployment Shape
A practical note on how Nginx sits in front of Django and Gunicorn as a reverse proxy.
Tag
dns
-
Practical Network Debugging Tools for a Linux Server
Notes on using ping, traceroute, curl, dig, and ss to narrow down service and network failures.
Tag
docker
-
Monitoring a MacBook with Zabbix and Email Alerts
A Zabbix setup on AWS Lightsail with Docker, a MacBook agent, memory triggers, and Gmail notifications.
-
Moving a Django Project from Ubuntu to Debian with Docker
Notes from packaging a Django project into Docker and moving it from an Ubuntu server to a Debian environment.
Tag
elasticsearch
-
Building Nginx Log Monitoring with the Elastic Stack
A monitoring setup using Filebeat, Elasticsearch, and Kibana to inspect Nginx logs from an EC2 server.
Tag
filebeat
-
Building Nginx Log Monitoring with the Elastic Stack
A monitoring setup using Filebeat, Elasticsearch, and Kibana to inspect Nginx logs from an EC2 server.
Tag
firewall
-
Understanding Firewalls with AWS Security Groups and UFW
A practical explanation of how AWS Security Groups and Ubuntu UFW divide responsibility around an EC2 web server.
Tag
github-actions
-
Building Auto Deployment for a Jekyll Blog with GitHub Actions and Nginx
How I wired a Jekyll blog to deploy automatically to an Ubuntu EC2 server after every push to main.
Tag
google-slides
-
Auto-PPT Debugging Part 2: Credentials, Text Mapping, and Broken Layouts
Follow-up notes on fixing credential mismatches and tracing why generated slide text broke the template layout.
-
Debugging a Django, OpenAI, and Google Slides Auto-PPT Generator
Early troubleshooting notes from adding prompt-based slide generation to a Django project on macOS.
Tag
grafana
-
Monitoring Lab: Prometheus, Grafana, and Alertmanager
An end-to-end local monitoring lab with Prometheus scraping metrics, Grafana dashboards, and Alertmanager email notifications.
Tag
jekyll
-
Building Auto Deployment for a Jekyll Blog with GitHub Actions and Nginx
How I wired a Jekyll blog to deploy automatically to an Ubuntu EC2 server after every push to main.
Tag
kibana
-
Building Nginx Log Monitoring with the Elastic Stack
A monitoring setup using Filebeat, Elasticsearch, and Kibana to inspect Nginx logs from an EC2 server.
Tag
linux
-
Text Processing with Nginx Logs
A terminal-focused note on using Linux text pipelines to inspect Nginx access logs.
Tag
load-balancing
-
Load Balancing Django with Nginx Upstream and Multiple Gunicorn Instances
A deployment note on splitting Django traffic across two Gunicorn ports through Nginx upstream.
Tag
logs
-
Text Processing with Nginx Logs
A terminal-focused note on using Linux text pipelines to inspect Nginx access logs.
Tag
mariadb
-
Moving a Django Project from Ubuntu to Debian with Docker
Notes from packaging a Django project into Docker and moving it from an Ubuntu server to a Debian environment.
Tag
monitoring
-
Monitoring a MacBook with Zabbix and Email Alerts
A Zabbix setup on AWS Lightsail with Docker, a MacBook agent, memory triggers, and Gmail notifications.
-
Monitoring Lab: Prometheus, Grafana, and Alertmanager
An end-to-end local monitoring lab with Prometheus scraping metrics, Grafana dashboards, and Alertmanager email notifications.
-
First Notes on Django Performance Monitoring
A first monitoring checklist for watching CPU, memory, response behavior, and service stability on a Django server.
-
Monitoring a Django Process with systemd and cron
A practice note on running a Django process under systemd and checking it regularly with a cron-driven script.
Tag
networking
-
Understanding Firewalls with AWS Security Groups and UFW
A practical explanation of how AWS Security Groups and Ubuntu UFW divide responsibility around an EC2 web server.
-
Practical Network Debugging Tools for a Linux Server
Notes on using ping, traceroute, curl, dig, and ss to narrow down service and network failures.
Tag
nginx
-
Preparing a Debian Server Deployment with Ansible
A practical Ansible note on preparing a Debian target server for a Django and Nginx deployment.
-
Building Nginx Log Monitoring with the Elastic Stack
A monitoring setup using Filebeat, Elasticsearch, and Kibana to inspect Nginx logs from an EC2 server.
-
Load Balancing Django with Nginx Upstream and Multiple Gunicorn Instances
A deployment note on splitting Django traffic across two Gunicorn ports through Nginx upstream.
-
Text Processing with Nginx Logs
A terminal-focused note on using Linux text pipelines to inspect Nginx access logs.
-
Building Auto Deployment for a Jekyll Blog with GitHub Actions and Nginx
How I wired a Jekyll blog to deploy automatically to an Ubuntu EC2 server after every push to main.
-
Reverse Proxy and the Basic Nginx Deployment Shape
A practical note on how Nginx sits in front of Django and Gunicorn as a reverse proxy.
Tag
openai
-
Auto-PPT Debugging Part 2: Credentials, Text Mapping, and Broken Layouts
Follow-up notes on fixing credential mismatches and tracing why generated slide text broke the template layout.
-
Debugging a Django, OpenAI, and Google Slides Auto-PPT Generator
Early troubleshooting notes from adding prompt-based slide generation to a Django project on macOS.
Tag
performance
-
First Notes on Django Performance Monitoring
A first monitoring checklist for watching CPU, memory, response behavior, and service stability on a Django server.
Tag
prometheus
-
Monitoring Lab: Prometheus, Grafana, and Alertmanager
An end-to-end local monitoring lab with Prometheus scraping metrics, Grafana dashboards, and Alertmanager email notifications.
Tag
python
-
Reviewing a Selenium-Based Book PDF Crawler Prototype
A prototype review for a CLI crawler that searches book metadata and evaluates public PDF candidates with license signals.
-
Architecture Notes for a Django-Based AI Quiz Platform
A structural walkthrough of Quizly, a Django 5.1 application that generates quizzes from uploaded study materials.
Tag
rbenv
-
Building Auto Deployment for a Jekyll Blog with GitHub Actions and Nginx
How I wired a Jekyll blog to deploy automatically to an Ubuntu EC2 server after every push to main.
Tag
reverse-proxy
-
Reverse Proxy and the Basic Nginx Deployment Shape
A practical note on how Nginx sits in front of Django and Gunicorn as a reverse proxy.
Tag
selenium
-
Reviewing a Selenium-Based Book PDF Crawler Prototype
A prototype review for a CLI crawler that searches book metadata and evaluates public PDF candidates with license signals.
Tag
systemd
-
Monitoring a Django Process with systemd and cron
A practice note on running a Django process under systemd and checking it regularly with a cron-driven script.
Tag
text-processing
-
Text Processing with Nginx Logs
A terminal-focused note on using Linux text pipelines to inspect Nginx access logs.
Tag
troubleshooting
-
Practical Network Debugging Tools for a Linux Server
Notes on using ping, traceroute, curl, dig, and ss to narrow down service and network failures.
-
Auto-PPT Debugging Part 2: Credentials, Text Mapping, and Broken Layouts
Follow-up notes on fixing credential mismatches and tracing why generated slide text broke the template layout.
-
Debugging a Django, OpenAI, and Google Slides Auto-PPT Generator
Early troubleshooting notes from adding prompt-based slide generation to a Django project on macOS.
Tag
ubuntu
-
Monitoring a MacBook with Zabbix and Email Alerts
A Zabbix setup on AWS Lightsail with Docker, a MacBook agent, memory triggers, and Gmail notifications.
-
Load Balancing Django with Nginx Upstream and Multiple Gunicorn Instances
A deployment note on splitting Django traffic across two Gunicorn ports through Nginx upstream.
-
Understanding Firewalls with AWS Security Groups and UFW
A practical explanation of how AWS Security Groups and Ubuntu UFW divide responsibility around an EC2 web server.
-
First Notes on Django Performance Monitoring
A first monitoring checklist for watching CPU, memory, response behavior, and service stability on a Django server.
-
Practical Network Debugging Tools for a Linux Server
Notes on using ping, traceroute, curl, dig, and ss to narrow down service and network failures.
-
Reverse Proxy and the Basic Nginx Deployment Shape
A practical note on how Nginx sits in front of Django and Gunicorn as a reverse proxy.
Tag
web
-
Architecture Notes for a Django-Based AI Quiz Platform
A structural walkthrough of Quizly, a Django 5.1 application that generates quizzes from uploaded study materials.
Tag
zabbix
-
Monitoring a MacBook with Zabbix and Email Alerts
A Zabbix setup on AWS Lightsail with Docker, a MacBook agent, memory triggers, and Gmail notifications.