Posts

Fearless startup of a React-Redux project

A hands-on guide on how to bootstrap you own React/Redux project.

Read more

How to create a custom distribution of Apache Sling to run your Sling Application

Apache Sling™ is a web framework that uses a Java Content Repository, such as Apache Jackrabbit, to store and manage content. Sling applications use either scripts or Java servlets to process HTTP requests in a RESTful way, while the embedded Apache Felix OSGi framework and console provide a dynamic runtime environment, where code and content bundles can be loaded, […]

Read more

How many ways you know to send data to AWS Kinesis Firehose?

Amazon Kinesis Firehose is a fully managed service that loads streaming data reliably to Amazon Redshift and other AWS services.

Read more

Data streams between different apps with Confluent & Apache Kafka

How to read Twitter data and store it in MongoDB using available Kafka connectors.

Read more

How to correct clock skew in AWS

Every request to an AWS service is signed using the current timestamp. Excessive clock skew can cause them to fail.

Read more

Let’s go server-less! But what does that actually mean?

How Server-less architecture is changing the way we deploy applications in the cloud.

Read more

JavaScript modules and cyclic dependencies

How to handle circular dependencies with JavaScript module loaders.

Read more

grunt-contrib-watch and the high CPU usage

How to fix the high CPU problem when running grunt-contrib-watch.

Read more

Migrating from ActionScript/Flex to HTML5/JavaScript

In the past few years we have been working on different rich internet applications, ranging from simple CMS to fully fledged Single Dealer platforms; the one thing most of them had in common was that they were written in ActionScript 3, with the help of Flex.

Read more