Uncategorized

3 Ways Microservices Can Communicate

3 methods for microservice communication

Communication between microservices can be a nightmare if you don't choose the best option.
Kyle Galbraith
5 min read

React Spring vs Animated

In this post, we will look at some of the strengths and weaknesses of both React Spring and Animated.
Peter Ekene Eze
4 min read
The state of semantic jsx

The state of semantic JSX

In this article, we will be implementing accessibility features in React applications.
Obinna Ekwuno
6 min read
elastic search engine

How to write your own search engine using Node.js and Elastic

Learn how to build a very powerful search feature which you can easily integrate into your web app.
Fernando Doglio
8 min read
Methods For Tracking Action Status In Redux

Methods for tracking action status in Redux

Redux allows you to set an immutable global state for an action, so its status is available anywhere in your app.
Maciej Cieślar
4 min read
Docker For Front-End Developers

Docker for frontend developers

If you're a FED who's struggled with containers, worry not — we review Docker's core concepts.
Emanuel Suriano
5 min read

Is JQuery dead?

Should we still be learning jQuery in 2019?
Anjolaoluwa Adebayo-Oyetoro
8 min read
What's New In React 16.9

What’s new in React 16.9: Profiler API, bug fixes, and more

When the results of the “State of JavaScript 2018” survey were published, React emerged as the winner for the front-end framework...
Nathan Sebhastian
4 min read
The History And Legacy Of jQuery

The history and legacy of jQuery

Though jQuery has fallen out of favor, its legacy and ubiquity still resounds today.
Danny Guo
6 min read
Learn These Keyboard Shortcuts To Become A VS Code Ninja

Learn these keyboard shortcuts to become a VS Code ninja

Using a mouse to interact with the IDE in VS Code can be a major flow-breaker. Learning these keyboard shortcuts can...
Maciej Cieślar
6 min read

GraphQL Code Generator 1.5 is out!

Generate typesafe GraphQL microservice from your Apollo Federation declaration and create fully typed react-apollo hooks from your GraphQL queries.
Dotan Simha
1 min read

How to reduce Docker Image sizes using multi-stage builds

In this article, we will look at what Docker is, why we need to reduce the size of images, and how...
Ankit Jain
4 min read