Our Blog
6 min read
Multithreading in JavaScript with Web Workers
Keep your applications responsive all the time by offloading heavy calculations to web worker threads
8 min read
Rendering Videos in Node.JS with Konva and FFmpeg
Node applications are more than capable of rendering videos on the server without relying on third-party video generation service
6 min read
Performance of JavaScript .forEach, .map and .reduce vs for and for..of
Declarative programming is better 95% of the time. However, when performance matters, imperative style is the go-to solution.
12 min read
Web Application Monitoring Best Practices
Robust monitoring of your web application in production is the only way to find and fix issues asap and keep the users happy
14 min read
AssemblyScript: Introduction to WebAssembly for TypeScript Developers
Understand the performance benefits and complexity of using WebAssembly in your application
7 min read
How to Migrate Application From JavaScript to TypeScript
Helpful tips for painless migration from JavaScript to TypeScript that work on any scale
12 min read
40 Useful NPM Packages for Node.js Apps in 2021
Overview of popular NPM packages for Node.js backend development. Do you know them all?
11 min read
Overview of 30 Important AWS Services
High-level overview of Amazon Web Services frequently used in scalable modern web applications.
8 min read
MVP Development Framework: 6 Steps From Idea to a Final Product
Do market research, find the opportunities, prioritize features, develop&launch your MVP. Build, Measure, Learn from there.
15 min read
How to Build monday.com Apps
This guide covers what monday apps are, why you might need one, and how to build one to explore the platform further.
10 min read
TypeScript vs JavaScript in 2021
In 2021 we suggest starting every serious project in TypeScript. JavaScript works best for small pieces of code.