We are your Digital Ally™

Blog

Dynamic or Static Typing?
tech

Dynamic or Static Typing?

Exploring the ongoing debate between dynamic and static typing — what really matters is if you test your code.

Martin BielikAug 31, 2016
Tech Talks: Concurrent Tasks in Node.js
education

Tech Talks: Concurrent Tasks in Node.js

Understanding how Node.js handles concurrent tasks — non-blocking I/O, blocking computation, and solutions using webworker-threads and Node Cluster.

Martin BielikDec 23, 2015
Tech Talks: Kibana Introduction
education

Tech Talks: Kibana Introduction

Initial steps in server monitoring using Kibana and Elasticsearch — collecting Spring Boot metrics and building a visualization dashboard.

Stanislav MiklikDec 7, 2015
Tech Talks: Async JavaScript
education

Tech Talks: Async JavaScript

An overview of asynchronous programming patterns in JavaScript — callbacks, async library, Promises (ES6), and async/await (ES7).

Stanislav MiklikDec 4, 2015
Reactive 2015
tech

Reactive 2015

A review of the Reactive 2015 conference held in Bratislava, covering CSS Modules, CRDT data synchronization, Flux at Scale, React Native, and more.

Stanislav MiklikNov 20, 2015
Tech talks: NPM dependencies
education

Tech talks: NPM dependencies

A summary of an Instea tech talk on npm version 2, covering dependency management, semantic versioning, devDependencies, and best practices for JavaScript projects.

Stanislav MiklikNov 10, 2015
Tech talks: Git basics
education

Tech talks: Git basics

A summary of the first Instea tech talk session covering Git fundamentals: merge vs rebase, stash, git fetch, log visualization, and aliases.

Stanislav MiklikNov 8, 2015
Spring Boot configuration of wro4j
tech

Spring Boot configuration of wro4j

How to configure wro4j (Web Resource Optimizer for Java) with Spring Boot using runtime mode and an HTTP filter, without any third-party Spring Boot starters.

Stanislav MiklikAug 6, 2015
Netflix Zuul vs Nginx performance
recommendations

Netflix Zuul vs Nginx performance

An informal benchmark comparing Netflix Zuul and Nginx as reverse proxies for microservices, showing that Zuul's performance approaches Nginx after JIT warmup.

Stanislav MiklikApr 16, 2015