Systems | Development | Analytics | API | Testing

Latest posts

Keboola: Get Inspired: Data-driven warehouse and supply chain

Supply chain management has become even more complicated in the past two years. Handling demand, availability and manufacturing predictions, while some components or materials simply get stuck on the way, is a big bottleneck for business growth and timely delivery. Digital transformation is imperative in an increasingly data-driven world, but you don't need to worry. Keboola and Revolt BI have your recipe for success! In this webinar we will not only talk about the main warehouse problems - demand prediction, inventory availability, supply chain transparency and risk management - that you might be facing right now, but also how to solve them.

Vue.js and Node.js tutorial: a realtime collaboration app hosted in Azure Static Web Apps

This post describes how I built a realtime collaboration app that scrum teams can use for planning poker. Planning poker, also known as Scrum poker, is a gamified technique for estimating the size of user stories. This helps in deciding how many stories can be put into a sprint. Usually story points in the Fibonacci scale is used as a metric, but T-shirt sizing, like small, medium, and large, is also used.

How to Use the Delegate Method in Rails

In most modern programming, there are objects that get involved with every aspect of an application. They are on a very high level in the hierarchy and need to interact with almost all other objects directly to ensure the proper functioning of the app. More often than not, these are objects involved in the overlaps of business logic: a User, Booking, or Account.

Securing your Applications in Node.js - Part 2/3

If you haven’t checked out the first part of Securing your Applications in Node.js, click here. This is a 3-part blog series on Node.js. This article aims to establish a Node.js security roadmap by addressing security challenges comprehensively and consistently for large infrastructures. Let’s begin! 🚀