Uncategorized

Understand Array Methods By Implementing Them

How to implement every JavaScript array method

There's no better way to learn than by taking things apart and putting them back together.
Maciej Cieślar
15 min read

Simplifying state management in React apps with batched updates

In this post, we will take a closer look at the batched updates feature in React.
Peter Ekene Eze
5 min read
Mimic WhatsApp Stories Using React Native And Firestore

Mimic WhatsApp stories using React Native and Firestore

Learn how to mimic WhatsApp's story functionality with React Native and Firestore.
Mohammad Kashif Sulaiman
6 min read

Writing a working chat server in Node

In this article, I want to share how to build an actual chat server that you’ll be able to use from...
Fernando Doglio
8 min read
Writing Idiomatic TypeScript

3 rules for writing idiomatic TypeScript

Stop writing TypeScript like you're writing JavaScript.
Ovie Okeh
8 min read

How async components can optimize performance in Vue apps

It’s important to take component structure into account when using JavaScript frameworks to create large scale applications. By considering component structure,...
Raphael Ugwu
5 min read
reactnative postgresql graphql

How to create a React Native app with PostgreSQL and GraphQL: Part 1

In part one of this two-part series, we’ll be building a GraphQL server with a PostgreSQL database that will serve as...
Austin Roy Omondi
8 min read
How To Make Tinder-Like Card Animations In React Native

How to make Tinder-like card animations with React Native

Learn how to recreate Tinder's original swiping mechanisms with React Native.
Paweł Karniej
5 min read
A Guide For Creating and Using Stateless Components in Vue

How to use stateless components in Vue.js

In this post, you’ll learn about functional components and find out how to use stateless components in your workflow in Vue....
Nwose Lotanna
4 min read

Hooks are coming to Vue.js version 3.0

This article introduces an experimental Vue feature, you guessed it, Hooks.
Nwose Lotanna
5 min read
Why You Don't Need Babel With Node.js

You don’t need Babel with Node

De-Babeling your Node app is easier than you might think.
Joel Griffith
7 min read
Creating A Full-Stack MERN App Using JWT Authentication

Creating a full-stack MERN app using JWT authentication: Part 2

In part two of our tutorial, we set up a REST API-based Express.js server.
Praveen Kumar
8 min read