Archive 2019
45 articles
Poem
2019-01-27
Attended PHP Conference Sendai 2019
Learn TDD approaches, legacy PHP application migration, PSR implementations, middleware design, and testing pain solutions.
#PHP#PHP Conference
Infrastructure
2019-01-26
Introduction to Monitoring
Introduction to Monitoring
#Monitoring#Book Review
Architecture
2019-01-26
97 Things Every Software Architect Should Know
97 Things Every Software Architect Should Know
#Architecture#Book Review
Operating Systems
2019-01-22
Introduction to grep
Master Linux grep command for text searching using patterns, wildcards, and practical techniques for file analysis.
#Linux#grep
Algorithms and Data Structures
2019-01-06
Creating URL Routing Episode 2
Implement optimized URL routing with refined tree structure patterns, endpoint mapping, and scalable web application routing logic.
#HTTP#URL Routing#Tree Structure#Router