Introduction How many times did you find yourself trying to split an important feature giving some value to the user in each bite. This is something we face in our daily basis and we would like to share with you. … Read More
Git submodules
General overview This article is based on Git Submodules (Git tools) and real implementation in a production-grade application with several µ-monoliths calling each other via REST APIS. So, in this article, we’ll see a simplified example of a Spring RestTemplate … Read More
Pinia as an alternative to Vuex
Introduction Vue 3 has become the default version of Vue and it seems that its ecosystem has undergone a revolution. Before, the recommended tools to work with were Vetur, Vue CLI and Vuex; now they are Volar, Vite and, the … Read More
Apiumhub supports Craft Conference one more year
One more year we support Craft Conference as we believe this is a very interesting event. You can read more about our collaboration and past edition of the conference here. About Craft Conference Craft Conference returns in person for the … Read More
Dimensionality reduction – TSNE
t-SNE | T-distributed stochastic neighbor embedding The goal is to take a set of points in a high-dimensional space and find a faithful representation of those points in a lower-dimensional space, typically the 2D plane. The algorithm is non-linear and … Read More
Apiumhub becomes Android Development Global Summit partner!
Android Development Online Summit by Geekle.us is coming on June 21-22, 2022! Geekle called out the world’s most advanced Android Developers — to equip you with insights needed to upgrade yourself as a professional! What is waiting for you: — … Read More
[email protected]
Introduction Many companies are currently immersed in the implementation and use of agile methodologies. And many others have been using these methodologies in all their teams for years.But it is also known that the more popular the use of agile … Read More
Project Hygiene
Overview “Eat your veggies!” “Exercise multiple times a week!” “Brush your teeth and floss daily!” Such are the exhortations that every child has heard (many times!) and grown to loathe. However, these are not practices designed solely to make one … Read More
Agile development with contractors
Every day, more companies rely on contractors when they want organizational flexibility but require high skilled resources when crafting digital products. Being able to grow their development force in very short notice without the hassle of training and hiring has … Read More
What is testing? Why is testing so important in Frontend?
According to Uncle Bob, tests are part of the system which many developers think the opposite since they are not deployed. He declares that it is a catastrophic point of view since the test’s role is to support development and … Read More
What is Dimensionality Reduction?
A lot of Machine Learning problems consist of hundreds to thousands of features. Having such a large number of features poses certain problems. This problem is also sometimes known as The Curse of Dimensionality and Dimensionality Reduction or Dimension reduction … Read More
Azure Elastic Jobs for SQL Databases
What’s an Elastic Job? While the definition of an Elastic Job is quite straightforward in Microsoft’s documentation, I always like to read about a real-life example of the usage of a technology or tool first – I find it usually … Read More