
Software development is fun. With Docker, Node, and ElasticSearch it’s even better!

Front-end devs can use Javascript optimization methods to reduce deoptimization and avoid unoptimizable megamorphic functions.

There’s no better way to learn than by taking things apart and putting them back together.

In this post, we will take a closer look at the batched updates feature in React.

Learn how to mimic WhatsApp’s story functionality with React Native and Firestore.

In this article, I want to share how to build an actual chat server that you’ll be able to use from day one.

It’s important to take component structure into account when using JavaScript frameworks to create large scale applications. By considering component […]

In part one of this two-part series, we’ll be building a GraphQL server with a PostgreSQL database that will serve as the backend of our application.

In this post, you’ll learn about functional components and find out how to use stateless components in your workflow in […]

This article introduces an experimental Vue feature, you guessed it, Hooks.

In part two of our tutorial, we set up a REST API-based Express.js server.

Communication between microservices can be a nightmare if you don’t choose the best option.