Adamo Crespi

Adamo Crespi @aerendir

Location:
NOCERA Inferiore (Between Naples and Salerno)
Joined:
Jun 29, 2020

Adamo Crespi
articles - 24 total

How to debug ANY Symfony command simply passing `-x`

Debugging a Symfony console command requires setting some environment variables (depending on your...

Learn More 8 0Apr 4 '24

Moving Symfony files in the Docker container

Once you have created the first configuration of your basic Docker stack, it is time to move the...

Learn More 0 0Mar 16 '24

How to dockerize a Symfony application: Introduction and the web server

Starting to use Docker is not an easy task. Starting to use Symfony on Docker is far more...

Learn More 0 0Mar 16 '24

How to set up the workflow to develop a Genestrap-based WordPress theme

The main advantage of having a Genestrap-based WordPress theme is the ability to use the tools and...

Learn More 0 0Mar 16 '24

How to create your custom WordPress theme with Genestrap

Building a WordPress theme from scratch can be a really heavy task. But buying a stock theme may not...

Learn More 0 0Mar 16 '24

How to track unique users with behavioural analytics tools

The identification of users is the second pillar of behavioural tracking, together with the...

Learn More 0 0Mar 16 '24

How to track events with behavioural analytics tools

The easiest way to start using concretely a behavioural analytics tool is to start tracking some...

Learn More 0 0Mar 16 '24

How to start using behavioural analytics tools to track your SAAS product

When it comes to tracking the numbers of your SAAS product, Google Analytics is not sufficient...

Learn More 0 0Mar 16 '24

How to manage static images with Symfony’s Webpack Encore

Any web project has basically 4 kind of places where images reside: In the CSS; In a font file...

Learn More 0 0Mar 16 '24

How to use the Doctrine command line developing a Symfony Bundle

Maybe you need to use the Doctrine’s command line while you are developing a Symfony Bundle (or...

Learn More 0 0Mar 16 '24

Magento 2: SSL certificate problem: unable to get local issuer certificate (cURL problem)

The message “SSL certificate problem: unable to get local issuer certificate” shows up when trying to...

Learn More 0 0Mar 16 '24

How to use LiipImagineBundle to manage thumbnails through Amazon S3

Configure LiipImagineBundle to create thumbnails of images stored on Amazon S3 and save a cache...

Learn More 0 0Mar 16 '24

How to increase PHP memory_limit on CodeShip.io

Some days ago I found myself on front o f a problem: my unit tests failed because of lack of PHP...

Learn More 0 0Mar 16 '24

Apache webserver configuration checklist

A brief checklist of common things you would like to configure in your Apache webserver. ...

Learn More 0 0Mar 16 '24

How to upgrade the built-in PHP of your Mac (OsX)

Each Mac has a built-in Apache server that runs a built-in PHP. To upgrade it you need less than 10...

Learn More 0 0Mar 16 '24

A useful php.ini configuration for local development

Here there is a good configuration for your PHP environment. It is a good checklist to use, for...

Learn More 0 0Mar 16 '24

How to lazy load objects in PHP

Lazy loading is a mechanism that make the script able to load data only when they are required...

Learn More 0 0Mar 16 '24

How to install XCode Command Line Tools

XCode is the development environment provided by Apple and it contains a set of tools useful for...

Learn More 0 0Mar 16 '24

How to set the $PHP_AUTOCONF environment variable in MAMP (in 2 steps)

If you receive this error trying to install some new binaries using MAMP (for example, installing...

Learn More 0 0Mar 16 '24

How to install PHP Intl module in MAMP

Intl (Internationalization) Extension […] is a wrapper for » ICU library, enabling PHP programmers...

Learn More 0 0Mar 16 '24

How to make Terminal use MAMP’s PHP (in only 3 steps)

In MacOSX there is a default Apache + PHP server. When you type the php command in Terminal, the PHP...

Learn More 0 0Mar 16 '24

Value Objects, Immutable objects and Doctrine Embeddables

I was thinking about some entities I need, when I came across a very interesting concept: Immutable...

Learn More 0 0Mar 16 '24

Deploying a WordPress CMS website to Google AppEngine Cloud Platform

Deploying a WordPress website to Google AppEngine is something documented by Google itself. Anyway,...

Learn More 0 1Mar 16 '24

Deploying a Joomla! CMS website to Heroku

Install Joomla! CMS on Heroku is an operation quite simple if you know the steps to follow. This...

Learn More 0 0Mar 16 '24