Blog
Thoughts on PHP, Laravel, AI, and software engineering.
PHP
Updated
Building infinite unordered HTML list using SPL
I will be showing you how to build up nested list using SPL.
PHP
Updated
Inspecting Filesystem Using SPL
Learn how to use the SPL library to iterate over the filesystem.
PHP
Updated
Late Static Binding Explained
What static keyword means in PHP?
PHP
Updated
Parsing CSV in PHP, the easiest way
I will show you the easiest way to parse CSV files in PHP.
Laravel
Updated
JWT with Laravel
Learn how to generate JWT without any composer libraries in Laravel.
Laravel
Updated
Queues in Laravel: Building a video downloader website
Learn how to use queues to build up a video downloader website using the youtube-dl library.
Software Development
Updated
It's complicated
What does the complication term mean in software development?
Python
Updated
Immutable vs Mutable Objects in Python
Learn the differences between mutable and immutable objects in Python.
Python
Updated
All about strings in Python3
Python string methods explained.
Docker
Updated
How Docker works
Learn how Docker works internally.
Docker
Updated
How to Backup Docker Swarm
Learn how to backup your Docker swarm.