Nacho Colomina Torregrosa

Nacho Colomina Torregrosa @icolomina

About: I like the idea of long term learning. Keeping myself learning day by day and sharing knowledge with the community help to grow as a professional and also as a person.

Location:
Alicante, Spain
Joined:
Jan 23, 2023

Nacho Colomina Torregrosa
articles - 42 total

A Symfony - React SPA application. The Reload problem

Introduction In this article, I would like to share with you a problem I encountered while...

Learn More 1 9Feb 15

How I create my docker images for my Symfony projects

Introduction Imagine you have your Symfony project ready and working and you want other...

Learn More 6 0Feb 9

Creating a React Hook to integrate the Stellar Wallets Kit

Introduction I'm working in a Symfony / React application which uses the stellar-wallets...

Learn More 3 0Jan 26

Creating focused domain applications. A Symfony approach (Returning the result)

Introduction This is the last article of this series. In the previous article we created...

Learn More 3 8Nov 23 '24

Creating focused domain applications. A Symfony approach (Saving the entity)

Introduction In this third post of this series, we are going to create an entity ready to...

Learn More 0 3Nov 15 '24

Creating focused domain applications. A Symfony approach (Managing validation errors)

Introduction In the last post, we analyzed how the serializer and validator symfony...

Learn More 2 2Nov 9 '24

Creating focused domain applications. A Symfony approach (Extracting and validating data)

Introduction This is the first post of a series that i've decided to create in order to...

Learn More 11 2Nov 2 '24

Focusing your tests on the domain. A PHPUnit example

Introduction Many times developers try to test the 100% (or almost the 100%) of their...

Learn More 0 0Oct 4 '24

An easy way to validate DTO's using Symfony attributes

Introduction DTOs are simple objects that encapsulate data attributes without containing...

Learn More 14 0Sep 20 '24

Receive payments easily using Stripe and PHP

Introduction Many times, our applications require to provide an easy way to make payments...

Learn More 0 0Sep 12 '24

Using Supervisor to handle a Symfony Command execution

Introduction In this post we are going to learn how to use supervisord to handle the...

Learn More 6 0Sep 6 '24

Dev Challenge: A Soroban Crowdfactoring dApp

This is a submission for the Build Better on Stellar: Smart Contract Challenge : Build a dApp ...

Learn More 16 0Aug 17 '24

Creating a React component using Symfony UX

Introduction I have been using Angular to build my front-ends for much time and I wanted...

Learn More 26 5Jul 5 '24

Creating your own security attribute with Symfony

Introduction Symfony security has a great feature to check authorization named Voters....

Learn More 3 0Jun 29 '24

An Angular approach to communicate with an operation-oriented API

Introduction In my recently published book, Building an operation-oriented Api using PHP...

Learn More 0 0Jun 25 '24

An operation-oriented API using PHP and Symfony

Introduction This post is a brief description about my first book that I have recently...

Learn More 9 7Jun 17 '24

Using a Symfony secret to encode your JWT Tokens

Introduction In this post, I am going to show you how to generate a secret by using...

Learn More 3 0May 24 '24

Adding supply control to a soroban token

Introduction In the realm of tokenization projects, supply refers to the total number of...

Learn More 0 0Apr 9 '24

Using tokenization to control a soroban voting smart-contract

Introduction A few months ago, I pushed an smart-contract to my github account which...

Learn More 0 0Mar 22 '24

Making deposits to an smart contract using PHP, symfony and the soroban technology

Introduction Blockchain and the smart contracts can change the way users interact on the...

Learn More 3 0Mar 18 '24

Monitoring symfony messenger listening to the worker events

Symfony messenger is a great bundle which allows developers to easily send tasks execution to the...

Learn More 7 0Nov 12 '23

Reading ethereum contract events using Angular and ethers

In this last post of this serie, we are going to see how to query contract events using ethers. To do...

Learn More 2 0Nov 2 '23

Deploying and accesing an Ethereum contract using ethers and Angular

In the two previous posts of this serie, we have learned how to build a house-swap ethereum...

Learn More 6 0Oct 15 '23

Testing a solidity house-swap contract using HardHat and Typescript

In the previous post of this series, we saw how to build an smart-contract using solidity which...

Learn More 1 1Oct 2 '23

Creating a house swap contract using Solidity and Hardhat

In this first part of this series, we are going to learn how to create an smart contract which allows...

Learn More 2 0Sep 19 '23

Creating a dApp using PHP and a house purchase soroban smart contract

In this post, I will try to show you how we could build a dapp using php and a house purchase smart...

Learn More 4 0Aug 20 '23

Testing an external api using PHPUnit

Nowadays, many applications need to connect to external resources to perform some operations such as...

Learn More 26 8Jul 11 '23

Using ChatGPT to generate translations for your application

Currently, we're using angular to build our front panels and, as a translation component, we're using...

Learn More 14 0Jun 13 '23

Using ChatGPT to migrate from PHP annotations to attributes

If you are migrating php projects from php 7.x to 8.x, you possibly have encountered the situation of...

Learn More 12 2Jun 6 '23

Create a service on the fly on a symfony third party bundle

When developing a symfony thrid party bundle, we could need to create services based on certain...

Learn More 4 0May 26 '23