Recently published tutorials
Renew Let's Encrypt SSL
In this tutorial we are going through the process of renewing a Let's Encrypt SSL key.
Quick API design tip
When returning dynamic JSON data from API if your expectation is a list of ordered data do not return a key-value object:
Quick CURL tips for developers
We will demonstrate two quick tips on using CURL to assist in optimizing application performance.
PDO Cheatsheets
PDO Cheatsheets for everyone.
MySQL tuning performance
In this tutorial we are going to show you some techniques for tuning MySQL performance.
MySQL refresh table index after deletion
In MySQL the size of the database table might not be updated immediately after deletion.
MySQL commands for checking database size
in this tutorial we will introduce some MySQL commands related to database sizes.
Composer Cheatsheets
A list of commands that are frequently used in Composer.
Composer: how to update packages' repository
In this tutorial we will show you how to update the packages' repository for Composer.
Installing vagrant on MacOS 10.13 and above
Installing software on MacOS can be cumbersome sometimes. The process of finding various dependencies is a PITA.
Your first GraphQL API - Solving N+1 query problem
A well-known problem with GraphQL is the N+1 query problem. It is not necessarily caused by the API itself.
Laravel 8 CRUD Tutorial
In this step by step tutorial we will show you how to build a CRUD grid in Laravel 8 and TailwindCSS.
Showing 49 to 60 of 192 results