Tag: archive

TypeScript

Safer code with container types (Either and Maybe)

Dev

Learn how to deal with the concept of emptiness more easily in TypeScript with container types Either and Maybe.

Joan Llenas
Dec 26, 2019 ⋅ 11 min read
GraphQL And React For Noobs

GraphQL + React for noobs

Dev

Our tutorial walks you through bootstrapping a simple React app that consumes a GraphQL API.

Ebenezer Don
Dec 18, 2019 ⋅ 6 min read
Frustrations in Python

Frustrations in Python

Dev

Are there areas in your Python codebase that are breaking or cluttering your code? Find out in this tutorial about common frustrations in Python.

Nikita Sobolev
Dec 16, 2019 ⋅ 5 min read

CSS-only components

Dev

Find out how to use CSS to add interactivity to your app without the additional dependency of JavaScript with this tutorial.

Ananya Neogi
Dec 13, 2019 ⋅ 5 min read
What's New in Preact X?

What’s new in Preact X?

Dev

Preact X includes updates and new features designed to help frontend developers create efficient, performant frontend apps in JavaScript.

Ogundipe Samuel
Dec 13, 2019 ⋅ 3 min read
Event triggered GraphQL

Event-triggered GraphQL

Dev

Learn how to build a site that updates dynamically using event-triggered GraphQL.

Daniel Phiri
Dec 12, 2019 ⋅ 3 min read
CI/CD Tools Compared: CircleCI And Travis CI Versus Major CSPs

CI/CD tools compared: CircleCI and Travis CI vs. major CSPs

Dev

How do purpose-driven CI/CD tools like CircleCI and Travis CI stack up against offerings from the major cloud services providers?

Brian De Sousa
Dec 11, 2019 ⋅ 14 min read

Web security 101

Dev

Web security can be overwhelming, this article will help you understand the most common attacks and how to avoid or mitigate them.

Alberto Gimeno
Dec 9, 2019 ⋅ 8 min read
How to build an ecommerce website with 8 base and React

Building an ecommerce website with React and 8base

Dev

This tutorial walks you through the process of building an ecommerce website using 8base and React.

Ogundipe Samuel
Dec 5, 2019 ⋅ 9 min read
What's New In Firefox 71: CSS Subgrid And More

What’s new in Firefox 71: CSS subgrid and more

Dev

Firefox 71 introduces support for CSS subgrid to improve web layouts, plus much more.

Facundo Corradini
Dec 4, 2019 ⋅ 3 min read
Web Layouts Like It's 2020

Web layouts like it’s 2020

Dev

With some creative CSS, you can start building more aesthetically interesting web layouts.

Facundo Corradini
Dec 2, 2019 ⋅ 5 min read
Jank-Free Page Loading With Media Aspect Ratios

Jank-free page loading with media aspect ratios

Dev

The CSS aspect-ratio property may gradually resolve the problem of janky page loading and text being moved by reflowing pages as browsers evolve.

Craig Buckler
Nov 30, 2019 ⋅ 7 min read