The PHP Section

Laravel Rest API, the easy introduction Tutorial
This article follows another one talking about a Symfony Rest API, which we made to exemplify the concept of RESTful applications. This is the turn of Laravel, in that we are already able to write a ...
Minimal Symfony Rest API Tutorial
In this tutorial I’m gonna show you some basic tricks which will allow you to write a simple RESTful API, or at least to begin to. If you read this previuos tutorial you’ll be aquainted ...
Symfony 4: a CRUD tutorial, second edition
This tutorial follows another guide that I made, always about Symfony, but this time we’re talking about Symfony 4. As the framework evolves into new releases there might be some changes in ...
AWS S3 Tutorial: a quick PHP SDK introduction
Beginning by this episode we will be trying to examine all the possibilities offered to us by the various AWS SDKs. This time is the turn of PHP‘s SDK, we will explore all the others in times ...
Full LAMP Docker and AWS Introduction Tutorial
During this short exercise you will learn how to create a simple LAMP example application and deploy it using Docker on the Amazon Web Services ECS platform, with the help of RDS for a MySQL. ...
One minute Laravel and Docker Tutorial
In this short lesson we’re gonna focus on two topics we tackled some time ago in this mini series of tutorials: Laravel and Docker. In the getting started section of the Laravel project’ ...
- 1
- 2
The JavaScript Section

Quick RESTful API with Node.js Express and DocumentDB
In this episode we’ll be continuing our journey through Node.js, looking at a simple and minimal RESTful API example with the help of Express to build it, and DocumentDB for our persistence. ...
Easy RESTful API with Node.js Express and MySQL
One of the modern paradigms of Software Development is the use of RESTful APIs which can simplify and make life a lot easier for engineers when it comes to building APIs and webservices. This ...
Node.js to AWS S3, my introduction guide to the SDK
Dynamic languages may seem to be error prone in some ways because they often don’t have something like a compile time check and so on. Take the case of Node.js, it has a high level of ...
How to create a new component in Angular 2
In this tutorial, which is meant for beginners, I’m gonna teach you the fundamentals of Angular 2, and in particular how to create a new component, the first thing when learning this. ...
The Java Section

Java and EC2: the AWS SDK in a few words
Welcome back you guys for this tutorial, and I’m super excited to present you the AWS Java SDK for EC2. Java is a statically typed language and allows us to take control over insidious bugs ...
Twitter4j: a Java library to interact with the Twitter API
The Twitter API is one of which I love the most. Its simplicity and richness of functionalities make it a worthwhile experience for a programmer to do. First and foremost you need to import the ...
Hi there. My name is Mirko Benedetti, I’m a Software Developer and I founded this website. Excellence is what I consider to be our ultimate goal, and passion for technology constantly drives me to it. I began programming self-taught at a very young age. Since then I learned a lot, and every day I’m learning new things.