In this blog post, we are going to learn what a GraphQL query is all about, and even write a few ourselves.
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.
Learn how to use React’s Context API with refs to create a centralized system for managing menu states and input focus in search interfaces.
A comparison of Hyper-V virtual machines and Windows Subsystem for Linux 2 (WLS2) for Node.js developers using an instance of Ubuntu 19.
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.
Stop writing TypeScript like you’re writing JavaScript.
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.