Our blog

Our blog
11 Jan 2021
use-eazy-auth: a library for simple auth management in React
use-eazy-auth: a library for simple auth management in React

Authorizing and profiling users is a common use case in web applications. In this post we'll show how we handle user authentication in React with a use-eazy-auth

user
Giovanni Fumagalli
03 Feb 2021
Private secure Docker registry with Registryo
Private secure Docker registry with Registryo

Docker is a definitely good way to deliver and deploy software pieces, expecially when we face the Cloud. The fact that deployments are at the same time perfectly

user
Alberto Osio
01 Sep 2021
React Native Animated Svg
React Native Animated Svg

One of the major quality indexes for a mobile application is the presence of smooth transition and user engaging animations. This does not mean everything should be animated, but the right animation in the right place can really make the difference in the user experience.

user
Alberto Osio
08 Oct 2020
10 pacchetti per Django
10 pacchetti per Django

In questo articolo vi suggeriamo 10 pacchetti software integrabili con Django che aiutano a risolvere alcune delle problematiche più ricorrenti nello sviluppo di applicativi web con questo framework.

user
Giovanni Fumagalli e Mauro Bianchi
10 Dec 2021
CRUD operations with FastApi
CRUD operations with FastApi

FastApi is a Python framework aimed at API development. In order to achieve great performances, it leverages asynchronous code execution powered by coroutines, a language feature available since Python release 3.6.

user
Alberto Osio
21 Jan 2021
Integrating Django APIs with a React frontend: a real use case
Integrating Django APIs with a React frontend: a real use case

In this hands-on article we ll show a full example of integrating rest APIs built Django Rest Framework with a React based frontend. We'll cover a real use case example about a "personal address book" webapp.

user
Mauro Bianchi and Giovanni Fumagalli
09 Jan 2020
10 reasons to use Django in 2020
10 reasons to use Django in 2020

When we develop the server side of our web applications at INMAGIK, the python based Django web framework is our preferred choice. Django has become a strong technological foundation for us, with lots of success stories in our last three years of web development.

user
Mauro Bianchi