-
6 Tips for Web Performance: nice slides with simple and clear concepts about how to improve performance in web application. Programming language used is PHP so I insert it in this section;
-
Explain 6 Tips for Web Performance: it explains the concepts described in the previuos slides. Article is in italian language;
-
PHPMailer explain: an article that explain how use PHPMailer instead of native PHP's method mail()
-
Manage env in PHP: simple library useful to manage environment like localhost, staging or production;
- Flight: a micro framework to manage routing;
- Module structure in Laravel
- Migrations in Laravel
- Multiple connections in Laravel
- Web Application with Lumen: simple article that explain how configure a simple DB MySQL in Lumen;
- Repository Pattern
- TDD for Dingo API
- Migrations issue with L4
- Testing Models: not too recent (2013)
- OAuth2 Server library
- php-jwt (not good documentation, follow PHP Authorization with JWT article)
- JWT on PHP: article that shows step by step how use php-jwt
- MIMT Bettercap: an open source tool to perform various types of Man-In-The-Middle attacks against the network.
- JWT with Lumen
- OAuth 2 with Lumen