Which problem do we want to solve? We will try to solve one of the worst practices used on tests […]
Author: admin
Passay – The password generation and validation library
Applications and websites that allow users to sign-up mostly have restrictions of password like Passwords should be 8 characters or […]
PHP: 10 regras para Programação Orientada a Objetos
Alguns princípios do raciocínio da programação orientada a objetos de forma direta, sem envolver revisão de conceitos. … Regras para […]
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 […]
Applozic Android SDK Tutorial 3 – Chat Conversations
Introduction This tutorial is Part 3 of a multi-part series covering Applozic Android SDK integration into an Android app. Our […]
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 […]
Debugging gradle plugins
I recently had issues using the axion-release-plugin and wanted to debug the gradle plugin. But all manuals which you can […]
How to Develop Microservices: 7 Event-Driven Considerations
What are the are most important things for developers to know when it comes to microservices application development? Many organizations […]
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 […]