ENGINEERING BLOG

Image Generation with AI Models

Introduction In recent years, improvements in results from AI models have come from two different sources. On one hand, the improvement in hardware capabilities in terms of raw computational power has enabled larger models to be trained. As a result,(...)

Progressive Delivery in Kubernetes: Analysis

Overview In this post, an analysis of Progressive Delivery options in the Cloud Native landscape will be done to explore how this enhancement can be added in a Kubernetes environment. The most embraced tools from the Cloud Native landscape will be analyzed (Argo Rollouts and Flagger), along with some takeaways

Tailwind + Vue No-code Editor

There has been a lot of talk about no-code solutions, lately. This movement tries to approach non-developers by offering software development tools that allow them to create and modify applications without using code. The benefits of no-code tools include speed, accessibility, reduced costs and autonomy. Thinking about this idea, I

Building a Future-proof Developer Documentation Site

Motivation As time goes on, lots of things become outdated sooner or later, and documentation is no exception. But when documentation becomes outdated, it automatically loses its essence – to be consulted for valuable information. In modern software development, where Application teams are continuously adding features to their services and Platform

Intro to CSS Grid Layout

What is Grid Layout? CSS Grid Layout is a two-dimensional grid system. It is a CSS language mechanism created to place and distribute elements on a page, which is one of the most problematic processes in CSS. It is a standard, which means that you don't need anything special for

Image & Color Recognition: A Practical Example

We’ve all heard about Image Recognition and how it impacts our day-to-day activities. From the impressive automated driving software that some automobile companies have implemented in their vehicles, to the cool smartphone app that tells us what kind of bird we are staring at – most of us know what

Understanding Web Animation Performance

Over the past few years, we have seen the web platform evolve rapidly. Many JavaScript APIs, CSS properties, and native elements have been added. Frontend engineers are now able to build web apps that are extremely similar to traditional native applications. This paradigm shift, from writing documents to building apps,