Archive 2019

45 articles

Attended PHP Conference Sendai 2019
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
Introduction to Monitoring
Infrastructure 2019-01-26

Introduction to Monitoring

Introduction to Monitoring

#Monitoring#Book Review
97 Things Every Software Architect Should Know
Architecture 2019-01-26

97 Things Every Software Architect Should Know

97 Things Every Software Architect Should Know

#Architecture#Book Review
Introduction to grep
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
Creating URL Routing Episode 2
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