HirotoYoshidome Tech Blog
- What Is a Zombie Process? 2019-09-07 |
- #Python
- #Docker
- #Troubleshooting
A tiny Python + Docker setup that intentionally leaves zombie processes for monitoring tests.
- Django Quickstart 2019-05-11 |
- #Python
- #Django
- #Tips
- #Know-how
Notes from learning the Django framework: setup, models, admin, views, tests, and packaging.
- Docker Primer 2019-04-29 |
- #Docker
- #Tips
- #Know-how
Fixing Docker daemon permissions, running nginx, mounting volumes, and comparing Docker with Vagrant.
- Basic AWS Architecture Notes 2019-04-20 |
- #AWS
- #Architecture
- #Best Practices
- #Scalability
Quick explanations of the AWS services in a simple web/batch/FTP architecture.
- Ops Command Cheatsheet 2019-04-06 |
- #CLI
- #Shell Script
- #Tips
- #Troubleshooting
Linux, shell, Apache, DNS, MySQL, and cron commands I often need when working on infrastructure.
- Why I Switched from Windows 10 to Ubuntu 2019-04-05 |
- #CLI
- #Tips
- #Productivity
Notes on replacing my home Windows machine with Ubuntu and the steps I followed.
- Six Months in Infrastructure 2019-03-08 |
- #AWS
- #Shell Script
- #Learning
- #Career
Reflections from moving from application work to an infra team and the fundamentals I focused on.
- TLS Basics 2019-01-03 |
- #Security
- #Encryption
- #Know-how
Why services drop TLS 1.0/1.1, how to test connections, and tips for enforcing newer versions.
- Why We Review Pull Requests 2018-12-31 |
- #Best Practices
- #Engineering Philosophy
- #Product Development
Thoughts on the purpose, scope, and size of pull requests and reviews.
- The Three Grades of HTTPS 2018-12-30 |
- #Security
- #Encryption
- #Best Practices
Explaining DV, OV, and EV SSL certificates and when to use each.