- Remote Development: A Hybrid Approach to Testing and Collaboration
A practical strategy to start to experiment a remote development environment in your company
Read More
- Essential Lessons for Leading a Platform Team: Insights from the Front Lines
Leading a platform team has revealed essential lessons in API testing, documentation, and developer convenience for smoother integration and adoption. Here what I've learned in the first months.
Read More
- How to improve your lists with a few lines of code
Here are my two cents on how we improved a simple UI in a matter of minutes using just two libraries.
Read More
- React Context API in Python
An API to pass data in the inner function inspired by React Context
Read More
- How to increase your React performance, with practical examples
Create a high-performance application is a process. Here some tips you can use to create a better user experience.
Read More
- How to start to use Webpack with a legacy file concatenation build
Integrating Webpack in your build requires some analysis but it is possible. Here the solution I've found and implemented.
Read More
- How to dispatch an action from a reducer in Redux.
You shouldn't do that. Use a store enhancer to manage that.
Read More
- Bye bye 2018. Welcome 2019!
My year in a few words and some objective for the future
Read More
- How to test a RESTful API
Tavern is a tool to test API. The strengths of this tool is that you have not to write a code to call the API but you have just to describe it. A very simple syntax is used (YAML) and you can start to test your API in 5 minute.
Read More
- What is Chaos Engineering?
Chaos Engineering is the discipline of experimenting on a distributed system in order to build confidence in the system’s capability to withstand turbulent conditions in production.
Read More
- A cloud alternative to Jupyter from Google
Jupyter is a notebook to write and execute code in the same page. Google have created a tool that is like Jupyter but easier to use
Read More
- How the datacenters are built. How the cloud runs. Where the world is going.
Notes of the ICT Infrastructure Course at University of Pisa
Read More
- How to deploy a smart contract on Ethereum Test Net easily
An easy guide, step-by-step, to deploy a smart contract
Read More
- A useful Telegram feature to implement: a subchat
A new feature that can be useful to organize events
Read More
- A brief introduction to Bluetooth Low Energy
With open-source slide
Read More
- An introduction to Docker Swarm, with example
A Docker-native clustering system.
Read More
- How to download MacOS Sierra and downgrade to it
Make your computer great again...
Read More
- Come salvare le password nel database per creare un login sicuro
E come non salvarle...
Read More
- How to create sorted run for merge-sort larger than M (memory size) using SnowPlow Algorithm
A simple algorithm to create runs larger than memory size
Read More
- La crittografia moderna spiegata a mia mamma, parte 3
La firma digitale
Read More
- Man-in-the-middle per tutti con Bettercap
Due/tre cosine spiegate su Bettercap
Read More
- La crittografia moderna spiegata a mia mamma, parte 2
La crittografia asimmetrica
Read More
- La crittografia moderna spiegata a mia mamma
Introduzione per non tecnici alla crittografia moderna - Scambiarsi una chiave
Read More
- Come aggiungere a WooCommerce articoli con variazione via codice (programmatically)
Una guida su come velocizzare l'inserimento dei prodotti su WooCommerce, con l'aiuto del PHP e delle API Wordpress
Read More
- Raccolta di giochi multiplayer online (senza installazione)
Per giocare con i tuoi amici una partita veloce, senza dover installare niente sul pc.
Read More
- Coding Challange
Per informatici annoiati...
Read More
- How to build a DIY Wifi Repeater with ESP-01 Module
And using just a few euros...
Read More
- Reveal.js, guida all'utilizzo
Un framework per le presentazioni in HTML
Read More