Blog
Thoughts on PHP, Laravel, AI, and software engineering.
Python
Deploying Python web applications
Learn how to deploy a Python web application using Gunicorn and NGINX
PHP
Building infinite unordered HTML list using SPL
I will be showing you how to build up nested list using SPL.
PHP
Inspecting Filesystem Using SPL
Learn how to use the SPL library to iterate over the filesystem.
PHP
Late Static Binding Explained
What static keyword means in PHP?
PHP
Parsing CSV in PHP, the easiest way
I will show you the easiest way to parse CSV files in PHP.
Laravel
JWT with Laravel
Learn how to generate JWT without any composer libraries in Laravel.
Laravel
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
It's complicated
What does the complication term mean in software development?
Python
Immutable vs Mutable Objects in Python
Learn the differences between mutable and immutable objects in Python.
Python
All about strings in Python3
Python string methods explained.
Docker
How Docker works
Learn how Docker works internally.
Docker
How to Backup Docker Swarm
Learn how to backup your Docker swarm.