php
Tips to become a professional developer
Discover essential tips for software developers that will help you grow professionally, beyond just writing code.
Published at: 2024-09-12
Introducing Phenix: The next generation of PHP frameworks
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.
Published at: 2023-10-12
Modern PHP from version 7.x to 8.x
PHP is a modern, fast and powerful language, learn its new features and write scalable applications in powerful frameworks such as Laravel and Symfony.
Published at: 2023-10-12
Optimizing queries for large volumes of data with Laravel Eloquent
Run big data queries with maximum performance and low memory usage using the Laravel Eloquent ORM and the Query Builder.
Published at: 2022-02-21
Generators in PHP
Learn about generators in PHP and Laravel, an easy way to implement iterators with optimized memory usage, high performance and native asynchronous code.
Published at: 2021-08-02
Handle long namespaces in PHP
Learn how to import multiple classes from the same namespace, and how to handle very long namespaces in PHP.
Published at: 2021-06-22
How to easily generate PDF invoices with Laravel
Learn how to export invoices to PDF easily using Laravel PHP, DOMPDF and the Laravel Invoices implementation.
Published at: 2021-06-21
Laravel scheduled tasks on shared hosting
Configure Laravel scheduled tasks on shared hosting using cPanel, cronJobs with the power of PHP.
Published at: 2020-10-26
Top PHP frameworks 2020
Top PHP frameworks in 2020 according to job availability, popularity, development community and ecosystem, synchronous and asynchronous.
Published at: 2020-02-25
The best programming language
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.
Published at: 2019-08-20
Optimization of the Eloquent queries to reduce memory usage in Laravel
Optimize Eloquent queries to reduce memory usage in Laravel and maintain application performance.
Published at: 2019-06-27