HirotoYoshidome Tech Blog
- 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.
- Trying Out Laravel 2018-12-29 |
- #PHP
- #CLI
- #Tips
- #Know-how
Setup notes from building and launching a tiny Laravel app on Windows.
- Mocks and Stubs with Rails' MiniTest 2018-12-29 |
- #Rails
- #Testing
- #TDD
- #Ruby
How to use MiniTest::Mock and stubs when writing Rails unit tests.
- What I Learned from Running Rundeck 2018-12-24 |
- #Java
- #MySQL
- #Performance
- #Troubleshooting
My notes on Rundeck's architecture, pros/cons, and real-world troubleshooting tips.
- Staying Motivated at Work 2018-11-18 |
- #Career
- #Productivity
- #Engineering Philosophy
Thoughts on how I keep my professional motivation up.
- Basic MySQL Commands 2018-11-03 |
- #MySQL
- #SQL
- #Tips
- #Know-how
Cheat sheet of common MySQL console operations.
- Agile Notes 2018-10-28 |
- #Agile
- #Scrum
- #Product Development
A grab bag of reminders on agile development, facilitation, and estimation.
- Upgrading MySQL 5.6 to 5.7 2018-10-27 |
- #MySQL
- #Troubleshooting
- #Tips
- #SQL
Notes from migrating an RDS instance from MySQL 5.6 to 5.7 and fixing dump import issues.