We are your Digital Ally™

Blog

Posts tagged javascript

JS Code Sharing Tactics
tech

JS Code Sharing Tactics

Developers constantly seek to avoid repeating themselves. Here are three practical strategies for sharing JavaScript code across multiple projects, with honest trade-offs for each approach.

Stanislav MiklikJun 11, 2021
PDF Without Worries
tech

PDF Without Worries

Comparing two approaches to programmatic PDF generation in Node.js: react-pdf for React-native document composition, and Puppeteer for full-browser HTML-to-PDF conversion.

Instea TeamMar 1, 2021
Code formatters battle – who is nicer?
tech

Code formatters battle – who is nicer?

A head-to-head comparison of Prettier and StandardJS — two popular JavaScript code formatters — to help your team stop arguing about style and focus on functionality.

Stanislav MiklikSep 8, 2017
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: 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
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
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
© 2026