Articles by:

adm_akb

React Native for Web Apps

React Native for Web Apps

By Raul Sposito, Software Developer @ Arionkoder. Wouldn’t it be cool if we could just write an app once? Instead of having to create a native version for mobile and then develop a whole new codebase for a Web App? Wouldn’t it be much more time/cost-effective? React...

Having fun with useScroll in VueJS

Having fun with useScroll in VueJS

By Raul Sposito, Software Developer @ Arionkoder. There’s an amazing collection of composition utilities called VueUse and if you don’t know about it make sure to check it out because there’s a ton of cool stuff there that will make your everyday development a lot...

Making the most from images using AI-powered Computer Vision

Making the most from images using AI-powered Computer Vision

In this article, we cover the essentials of computer vision and briefly summarize some of the great things we can do empowered by this technology. By José Ignacio Orlando, PhD, Assistant Researcher @ CONICET and Nicolás Moreira, Head of Engineering @ Arionkoder...

Javascript Design Patterns: Observer

Javascript Design Patterns: Observer

By Daniel Guedes, Software Developer at Arionkoder. Managing state inside an application can become a very hard task, depending on the complexity of your system. Sometimes we may find ourselves in a scenario where asynchronous events depend on other events...

Artificial Intelligence: a survival guide for surfing a hype wave

Artificial Intelligence: a survival guide for surfing a hype wave

By José Ignacio Orlando, PhD, Assistant Researcher @ CONICET & Nicolás Moreira, Head of Engineering @ Arionkoder Artificial intelligence (AI) is found more and more often in headlines and social media, with models that can accurately diagnose diseases from medical...

Web Components: an agnostic way to build future-proof components

Web Components: an agnostic way to build future-proof components

Web Components are reusable blocks of content that we can build without external tools, using only web technologies (what browsers offer, with no third-party libraries/frameworks). The resulting components are usually better supported, more compatible and more...

Choosing your company’s data architecture

Choosing your company’s data architecture

There is no such thing as a one-size-fits-all approach to the subject of choosing your company’s data architecture. It’s a huge challenge that, when executed correctly, sets the foundation on which to build a data-driven organization. Not only do we need to keep in...

What do we need to be data driven? A gentle guide for the future

What do we need to be data driven? A gentle guide for the future

It’s nothing new to say that data and the way it’s growing is becoming one of the major assets all across industries nowadays, from healthcare, to finance, going through insurance, sports, media, marketing, logistics, and almost every way you want to look. Several...

The value of Constraint Programming

The value of Constraint Programming

What is CP? CP is Constraint Programming. It is not exactly a technology in itself, although there are implementations that are based on CP, nor a programming language. It is rather a paradigm where the relationships between the variables are expressed in terms of...