All Stories

A tutorial for writing semantic tests with React testing library.

Semantic tests with react-testing-library

This tutorial shows you how to use the React Testing Library API to write better tests for you and your team....
Rafael Quintanilha
6 min read
Building a Product Hunt Clone App Using Hasura and Next.js

Building a Product Hunt clone app using Hasura and Next.js

Learn how to conduct authentication and authorization using Hasura and how to leverage GraphQL to fetch and write data from a...
Nirmalya Ghosh
16 min read
How to reduce boilerplate in Redux with Redux-Leaves

Reducing Redux boilerplate with Redux-Leaves

Find out how to use Redux-Leaves to reduce boilerplate code and increase the speed with which speed developers can add functionality...
Glenn Stovall
6 min read

A late adopter’s guide to TypeScript

Today, I’m full-on sold on TypeScript. I’m what you’d call a late adopter of these weird, yet wonderful type definitions people...
Kristofer Selbekk
5 min read
A tutorial about using Vuex.js to build a reminder app.

Vuex: why we need SPA state management

Wondering what Vuex is all about? This tutorial gives you an overview of Vuex and shows you how to use it...
Daniel Phiri
7 min read
Simplifying The GraphQL Data Model

Simplifying the GraphQL data model

Using components to represent your GraphQL data structure on the server side is optimal for simplicity.
Leonardo Losoviz
7 min read
An overview of the top ten Vue component libraries in 2020.

Top 10 Vue component libraries for 2020

Check out the top 10 fastest-growing Vue component libraries in 2020 and learn about some of their unique use cases in...
Ogundipe Samuel
5 min read
Learn how to debug performance problems in React with this post

Debugging performance problems in React

This tutorial shows you how to use Chrome Performance Tab, React Dev Tools, the Profiler API to debug performance problems in...
Diogo Souza
7 min read
The Definitive Guide to SCSS

The definitive guide to SCSS

SCSS is not your grandfather's CSS. The self-proclaimed "CSS with superpowers" offers a way to write styles for websites with more...
Supun Kavinda
10 min read
Serialization In NestJS: A Different Approach

Serialization in NestJS: A different approach

Creating a reusable serialization solution with the NestJS ecosystem is a breeze.
Maciej Cieślar
6 min read
AWS Services Cheet Sheet

AWS services cheat sheet

AWS, the world's leading cloud provider, delivers myriad services to help developers of all kinds build, manage, and maintain their apps...
Ganesh Mani
6 min read
Image Processing with Node and Jimp

Image processing with Node and Jimp

With Jimp, you can easily manipulate images to fit the design specifications of your app while improving the user experience and...
Godwin Ekuma
3 min read