View of Valletta: a hand drawing

Sometimes I spend my time drawing. This is the view of Valletta, the capital of Malta _

Sometimes I spend my time drawing. This is the view of Valletta, the capital of Malta _
Category: PHP
Laravel Metadata is a lightweight PHP package that helps you to handle extra data on your models without adding any new fields on your database table. GitHub Repository PHP Packagist ...
Category: PHP
What is the fluent api? How to apply this design pattern in PHP? How to call a method both statically and not? Let's discover it!
Category: Blockchain
A 4 minutes speech about blockchain I delivered during a course on public speaking in November 2019.
Category: Blockchain
Testing a smart contract is a must of the blockchain development process. Remember that the blockchain does not forgive you any errors because of its immutability! The only way to fix a bug ...
Category: Blockchain
In the second part of the tutorial we are going to develop the front-end and see how to interact with the smart contract developed in the PART 1. If you missed the introduction and you want to ...
Category: Blockchain
In this first part of the tutorial we are going to create the smart contract that handles the registration of users; then we are going to deploy the smart contract to the blockchain using ...