Alguns princípios do raciocínio da programação orientada a objetos de forma direta, sem envolver revisão de conceitos. … Regras para […]
Category: Php
Difference between include, require, include_once and require_once in PHP
First of all we should know what is the difference and similarity between include() and require(), include() and require() are […]
Using Laravel Resource Collections with exports
Sometimes you need to get data out of your Laravel app so it can be analysed. There are many ways […]
Generators over arrays
I love ❤️ generators in PHP. They are like supercharged arrays that can preserve memory when used correctly. I’ve been […]
How to integrate an external API into your PHP application
You are developing an application that requires an integration with a third party API to provide you some data or […]
How to Validate Email Addresses using Laravel Mailbox Layer
Introduction Data integrity and validation are important aspects of web development and data collection. It’s always important that we (as […]
Asynchronous vs Synchronous Javascript
Hi Dear readers, on this occasion I will discuss Asynchronous vs Synchronous Javascript, understanding both of them is an important […]
PHP Date/Time Cheat Sheet
PHP uses the standard UNIX timestamp, which is the number of seconds since the start of January 1, 1970. Date/Time […]
Laravel Package Translator Loader
Yarr, everybody today, releasing another awesome open-source package: Package Translator Loader into the wild world. https://github.com/SolumDeSignum/package-translator-loader Post Scriptum, Hey, their […]
Why Use The Repository Pattern in Laravel?
In the my last blog post I explained what the Repository pattern is, how it is different from the Active […]