All Stories

Designing a UI with custom theming using react-native-paper

If you're a developer with little (or no) design skills, using a component library like react-native-paper is the best choice to design a decent-looking...
Paweł Karniej
7 min read

The best Rust frameworks for web dev and desktop…

A list of the best Rust web and desktop frameworks. Take a look!
Obinna Ekwuno
5 min read

Rust for frontend developers

Find out why companies including Yelp, Dropbox, and npm use Rust in production to create sustainable and scaleable code bases.
Obinna Ekwuno
6 min read

Understanding lazy loading in JavaScript

Learn why lazy loading is such an important technique for improving web performance and accessibility.
Alexander Nnakwue
6 min read

How to use Algolia for instant search

We'll learn how to implement Algolia InstantSearch into your application by building a movie search sample app.
Anjolaoluwa Adebayo-Oyetoro
6 min read

New in TypeScript 3.7

I have waited a long time for these changes, and I think the TypeScript official announcement does its usual job of underselling the great...
Paul Cowan
3 min read

Building reusable web components with Stencil.js

Stencil is well developed, well documented, battle-tested, backed by a big company, aligned with standards, and is very easy to learn.
Vlado Tesanovic
11 min read

How to make provide/inject reactive

By design, the provide and inject features of Vue are not reactive. Find out how to make them reactive here.
Michael Thiessen
5 min read

A quick introduction to progressive enhancement

As you go on to build new web solutions, it will be important to keep progressive enhancements in mind.
Adewale Abati
5 min read

GraphQL fragments explained

Does your query have repetitive fields in multiple areas? Consolidate them into a reusable unit called a fragment.
Adhithi Ravichandran
2 min read

What’s new in Chrome 78

Few users will notice changes from the stable release (coming in late October) but there are some exciting new features for web developers.
Craig Buckler
5 min read

4 alternatives to Moment.js for internationalizing dates

Moment.js is a robust and mature library for date processing, however, it may be overkill for some projects.
Esteban Herrera
9 min read