Tag: archive

How CSS works: Creating layers with z-index

Dev

Introduction This post is the third in “How CSS Works” — a series where we dive deep into the fundamental building blocks […]

Benjamin Johnson
Jul 2, 2018 ⋅ 5 min read

Beyond REST — Using GraphQL to shape your data

Dev

Overview GraphQL is an exciting API for ad-hoc queries and manipulation of hierarchical data. It is extremely flexible, has great […]

Gigi Sayfan
Jun 26, 2018 ⋅ 9 min read

Flexing with CSS Flexbox

Dev

Flexbox also known as flexible box is a type of layout model in CSS that makes it super easy to […]

Nosa Obaseki
Jun 18, 2018 ⋅ 3 min read

A quick and complete guide to TypeScript types

Dev

Photo by Mr Cup / Fabien Barral on Unsplash TypeScript is a typed superset of JavaScript that compiles to plain JavaScript. […]

Christian Nwamba
Jun 13, 2018 ⋅ 4 min read

Submitting HTML forms using JavaScript frameworks (Vue, React, Hyperapp)

Dev

HTML forms can send an HTTP request declaratively while submitting forms and awaiting response. However, you have to wait for […]

Ogundipe Samuel
Jun 12, 2018 ⋅ 8 min read

What every developer needs to know about HTML email

Dev

HTML email: you may love it, you may hate it — but you have heard of it. I bet you have an […]

Jason Rodriguez
Jun 11, 2018 ⋅ 10 min read

Math and front-end: Context is so much more important than degree of difficulty

Dev

If you were one of those kids that wondered why you had to attend all those math classes and learn […]

HJ Chen
May 10, 2018 ⋅ 5 min read
VuePress In All Its Glory

VuePress in all its glory

Dev

VuePress is a Vue-powered static site generator that is composed of two parts: A theming system A default theme optimized […]

Nosa Obaseki
Apr 25, 2018 ⋅ 6 min read

Simple things designers can do to make their front-end developer coworkers happy

Dev

When working as a front-end developer, sometimes I was handed designs created in what I’d call a print state of […]

Adam Boro
Apr 23, 2018 ⋅ 4 min read

Comparison of the top Array verification utilities on npm

Dev

Source: http://www.monkeyuser.com/2017/npm-delivery/ A few weeks ago, I was working on my side project, array-length, a highly performant new JavaScript library […]

Rog Locket
Apr 13, 2018 ⋅ 2 min read

Want to increase your worth as a developer? Learn to impact the business

Dev

As developers, working toward better positions and better salary means increasing your worth to your employer. Getting better at the […]

Brandon Gregory
Mar 14, 2018 ⋅ 9 min read

The most controversial HTML5 extension

Dev

  Encrypted Media Extensions (EMEs) are a hotly debated, recently added extension to the HTML5 specification. They are meant to […]

Dhaivat Pandya
Feb 14, 2018 ⋅ 5 min read