Whether you're just starting out or a dev pro, our blog offers unique and original insights

December 1, 2023

Discovering Docker

Docker is a virtualization platform that offers a unique methodology for packaging and distributing applications, allowing for a significant …

read more
November 15, 2023

Widgets, the cornerstone of Flutter

In the previous chapter, we explored the origins of the Flutter framework, who created it, a bit about its community, the Dart language, Skia, etc. We …

read more
November 1, 2023

Audio Manipulation in Videos

In recent years, we are witnessing an unprecedented revolution in multimedia content creation, driven by the advancement of Artificial Intelligence. …

read more
September 15, 2023

Flutter introduction

Flutter is a mobile app development framework created by Google. It utilizes the Skia rendering engine to directly paint each view of the application …

read more
August 7, 2023

Getting Started with GNU/Linux

What is Linux? Linux is an open-source operating system, which means its source code is freely available to the public. It was created in 1991 by …

read more
July 31, 2023

Basic principles of Scrum

Agile methodologies were developed to provide a mechanism that facilitates adaptation to change in the development and creation of projects. In …

read more
April 7, 2023

GraphQL Flutter client

We have seen the basic functionalities to manage our data that GraphQL offers us. Operations like Query, Mutation and Subscription of GraphQL allow us …

read more