Technical articles

Find technical articles written by our team of expert developers.

Embracing the cloud model for your Application Development

In my previous articles I covered the general view and the first “seamless” step you can take when moving to the cloud. As you progress with cloud adoption you will realize that’s only a stepping stone in your path. It reduces the amount of work you’ll need to do initially, but it shouldn’t be your end goal. Your end goal needs to be embracing what it’s called Platform-as-a-Service (PaaS) or

Read More »

Moving to the cloud with IaaS

As we covered in my previous article the first thing you can get from the cloud is a way of running your servers for you. You no longer need to have a data center, deal with communications, power, refrigeration, etc… You simply pay for your servers and data center needs on a monthly basis. This is what’s called Infrastructure-as-a-Service (IaaS), they will run servers for you. It also comes with

Read More »

Decoupling Drupal with Next.js

Introduction Drupal is undoubtedly a powerful and feature-rich Content Management System (CMS) that has earned its reputation for robust content management capabilities. However, when it comes to the presentation, Drupal’s built-in Twig-based Front End layer sometimes falls short when compared to more modern alternatives like ReactJS or other Front End frameworks. The use of ReactJS components within a Drupal theme can indeed enhance the frontend experience to some degree. Nevertheless,

Read More »

The Cloud Shift

This will be a series of articles where I will cover different cloud technologies, companies and tendencies. When someone says cloud, people think different things. Some think about how their phone can be lost and found, others think about how they need the internet to do anything, but this series of articles will focus mainly on technologies and providers behind this new reality. I guess first thing to cover is

Read More »

How to Integrate Snowflake with Drupal

Snowflake is a cloud-based data warehouse that allows companies to keep and analyze huge amounts of data. Snowflake offers a high degree of scalability, performance, and security. Many companies choose Snowflake because it’s a reliable and efficient way to manage their data. So, if you are using Drupal and would like to take advantage of Snowflake, you can integrate both to empower your application with a scalable, high-performance, and secure

Read More »

Creating a Bottom Navigation Bar in Flutter

In this article, we will explore the creation of a bottom navigation bar in Flutter, taking advantage of the capabilities of this powerful framework for mobile application development. The bottom navigation bar is a fundamental widget that allows you to build an intuitive and efficient tab-based user interface for your application. Throughout this article, I will guide you through a practical example where we will use the provided code to

Read More »