ReduxJS Intro In react we have a native tool to manage global states (I’ve spoken about that tool here React-Context), but also… Continue reading “ReduxJS Intro”…
Cloudflare maintenance page using Cloudflare Workers and Gitlab-ci Description: The objective is to be able to put a Cloudflare managed domain into maintenance mode in order to safely… Continue reading “Cloudflare maintenance page using Cloudflare Workers and Gitlab-ci”…
Improve bad naming of tables and fields on database tables without migrate your data How to improve the naming of tables and fields without migrate your data tables. Continue reading “Improve bad naming of tables and fields on database tables without migrate your data”…
Moving data with Wizaplace ETL on Laravel In this article we will delve on how to use Wizaplace PHP-ETL which is a library for Laravel that helps… Continue reading “Moving data with Wizaplace ETL on Laravel”…
Chakra-UI vs Material-UI vs Tailwindcss for ReactJs In our team, we had to confront the decision of adopting a UI library for a new project and working… Continue reading “Chakra-UI vs Material-UI vs Tailwindcss for ReactJs”…
Using React Context React Context it’s a neat tool to manage states between components. When working with React we may end up with… Continue reading “Using React Context”…
Building Strong Foundations: Leveraging JSON Schema for Comprehensive REST API Documentation and Testing JSON Schema is a very helpful object definition language for implementing well-documented REST APIs. It is useful for documenting and… Continue reading “Building Strong Foundations: Leveraging JSON Schema for Comprehensive REST API Documentation and Testing”…
Using Laravel Resources to build your API In this article we will learn about Laravel Resources and how to use it in our project. The Resources classes… Continue reading “Using Laravel Resources to build your API”…
Gitlab CI/CD Pipelines Pipelines are the top-level component of continuous integration, delivery, and deployment. Pipelines consist of: Note: In general, pipelines are executed… Continue reading “Gitlab CI/CD Pipelines”…
Install XHProf and Tideways on Lando to use it with Drupal 9 Sometimes you need to improve the performance in your site. One of the best things to use on those situations is to use a profiler tool. In this article, we will describe how to install XHProf using the Tideways XHProf Extension that supports PHP +8 Continue reading “Install XHProf and Tideways on Lando to use it with Drupal 9”…
Installing and using Pre-commit with Ansible-lint About Pre-commit: https://pre-commit.com/ Pre-commit is an open source tool used to help ensure code quality in a software project. It… Continue reading “Installing and using Pre-commit with Ansible-lint”…
How to implement custom Drush commands on Drupal 9 For non Drupalers, Drush is the subsystem of Drupal that provides a CLI interface to interact with your Drupal site.… Continue reading “How to implement custom Drush commands on Drupal 9”…