Tag: archive

An image of the Tailwind CSS logo over a backdrop of the sky.

What’s new in Tailwind v1.2.0: New features and additions

Dev

Tailwind v.1.2.0 includes new features and additions such as Transition support, Transform support, CSS Grid support, and other updates.

Akshay Kadam
Feb 26, 2020 ⋅ 10 min read
Building nanoSQL-powered APIs

Building nanoSQL-powered APIs

Dev

Databases often require you to communicate with them in a specific query language. You can bridge the language gap with nanoSQL, a JavaScript database layer that provides a standardized query language you can use to carry out data storage, query operations and more.

Abdulazeez Abdulazeez Adeshina
Feb 21, 2020 ⋅ 7 min read
A tutorial for writing semantic tests with React testing library.

Semantic tests with react-testing-library

Dev

This tutorial shows you how to use the React Testing Library API to write better tests for you and your team.

Rafael Quintanilha
Feb 21, 2020 ⋅ 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

Dev

Learn how to conduct authentication and authorization using Hasura and how to leverage GraphQL to fetch and write data from a Next.js frontend application.

Nirmalya Ghosh
Feb 20, 2020 ⋅ 16 min read
How to reduce boilerplate in Redux with Redux-Leaves

Reducing Redux boilerplate with Redux-Leaves

Dev

Find out how to use Redux-Leaves to reduce boilerplate code and increase the speed with which speed developers can add functionality to redux application.

Glenn Stovall
Feb 20, 2020 ⋅ 5 min read

A late adopter’s guide to TypeScript

Dev

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 kept hassling me about. If you’re still unsure if types are for you – let me tell you a bit about the reasons that made me fall in love.

Kristofer Selbekk
Feb 19, 2020 ⋅ 5 min read
A tutorial about using Vuex.js to build a reminder app.

Vuex: why we need SPA state management

Dev

Wondering what Vuex is all about? This tutorial gives you an overview of Vuex and shows you how to use it to build a multi-component reminder app.

Daniel Phiri
Feb 19, 2020 ⋅ 7 min read
AWS Services Cheet Sheet

AWS services cheat sheet

Dev

AWS, the world’s leading cloud provider, delivers myriad services to help developers of all kinds build, manage, and maintain their apps and projects more efficiently.

Ganesh Mani
Feb 14, 2020 ⋅ 6 min read
CSS Animations For DOM Observation

CSS animations for DOM observation

Dev

That’s right, you can use CSS animations to observe DOM mutations.

Glad Chinda
Feb 11, 2020 ⋅ 7 min read
New Decorators Proposal

New decorators proposal

Dev

The stage two decorators proposal includes predefined, optimized decorators that would handle the most resource-heavy operations, alleviating memory allocation concerns impacted the first phase.

Tigran Bayburtsyan
Feb 7, 2020 ⋅ 3 min read
CSS pseudo-classes you might need

CSS pseudo-classes you might need

Dev

Learn how to use CSS pseudo-classes to specify a special state of selected elements.

Ananya Neogi
Feb 5, 2020 ⋅ 3 min read

Unsentimental versioning

Dev

Learn how to perform unsentimental versioning to avoid the time-consuming process of manually going through all changes that have occurred since a previous software release to figure out the version number of your newest release.

Henrik Molnes
Jan 30, 2020 ⋅ 2 min read