March 15, 2024 Creating our first Cross-Platform app, a palindrome checker Introduction In the previous chapters of our series on Flutter, we’ve laid down a solid theoretical and practical … read more
March 1, 2024 Creating a REST API with Express and Docker Express.js is a minimalist, flexible framework that provides a robust set of features for web applications. With … read more
February 15, 2024 The new image format, WebP History and Evolution of the Format The WebP format was created by Google with the goal of speeding up internet loading … read more
February 1, 2024 Diving deeper into Docker: basic administration techniques It’s crucial to understand some common parameters in Docker that are essential for its day-to-day administration. … read more
January 15, 2024 Exploring testing phases in Google and Apple's mobile app stores In the mobile app development world, ensuring quality and user satisfaction is as crucial as innovation itself. … read more
January 1, 2024 Let's talk (About) Dart, the language of Flutter In the world of mobile application development, Flutter has stood out as one of the most innovative and efficient … read more
December 15, 2023 Advertising our own apps for free with Google Admob's auto fill In this case, we will see how we can take advantage of the auto fill feature of Google Admob to advertise our … read more
December 1, 2023 Discovering Docker Docker is a virtualization platform that offers a unique methodology for packaging and distributing applications, … 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, … 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 … read more
October 15, 2023 Diving into the depths of GNU/Linux In the last chapter, we covered the basics of Linux, the most commonly used user-friendly distributions, where to get … 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 … read more
August 28, 2023 Essential coding principles for better software In the vast universe of programming, there are principles that, although not commandments, provide great guidance for … 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. … 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 … 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 … read more
January 30, 2023 Hasura administration panel in depth We have seen the basic functionalities to manage our data that GraphQL offers us. Operations like Query, Mutation and … read more
December 20, 2022 GraphQL basic features In the previous chapter we saw how to create a project with Hasura and Docker in a matter of minutes with docker-compose … read more