2024-09-12 / EN
Tips to become a professional developer
Discover essential tips for software developers that will help you grow professionally, beyond just writing code.
Logbook / Articles
Tutorials, references, and practical notes about web development.
Tag
php
2024-09-12 / EN
Discover essential tips for software developers that will help you grow professionally, beyond just writing code.
2023-10-12 / EN
Phenix is a web framework built on pure PHP, without external extensions, based on the Amphp ecosystem, which provides non-blocking operations, asynchronism and parallel code execution natively.
2023-10-12 / EN
PHP is a modern, fast and powerful language, learn its new features and write scalable applications in powerful frameworks such as Laravel and Symfony.
2022-02-21 / EN
Run big data queries with maximum performance and low memory usage using the Laravel Eloquent ORM and the Query Builder.
2021-08-02 / EN
Learn about generators in PHP and Laravel, an easy way to implement iterators with optimized memory usage, high performance and native asynchronous code.
2021-06-22 / EN
Learn how to import multiple classes from the same namespace, and how to handle very long namespaces in PHP.
2021-06-21 / EN
Learn how to export invoices to PDF easily using Laravel PHP, DOMPDF and the Laravel Invoices implementation.
2020-10-26 / EN
Configure Laravel scheduled tasks on shared hosting using cPanel, cronJobs with the power of PHP.
2020-02-25 / EN
Top PHP frameworks in 2020 according to job availability, popularity, development community and ecosystem, synchronous and asynchronous.
2019-08-20 / EN
All you need to know about the best programming language, there are compiled languages and interpreted languages, high, medium or low level, languages for the web, for desktop applications and for mobile devices.
2019-06-27 / EN
Optimize Eloquent queries to reduce memory usage in Laravel and maintain application performance.