We share our experience using Payload CMS, a very promising content editing system for the Next.js framework, which we decided to adopt for managing content on the Inmagik site, already built on Next.js.
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.
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.
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
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.
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
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.
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.