Tag: archive

Programming by voice in 2019

Dev

Some software developers may not have the full use of their hands, whether due to a condition like carpal tunnel […]

Gustav Wengel
Apr 15, 2019 ⋅ 6 min read

5 must-read JavaScript tutorials

Dev

JavaScript has become the most popular programming language for web developers today. It’s the only language that is implemented in […]

Nathan Sebhastian
Apr 12, 2019 ⋅ 3 min read
The State of React Native for Web

The state of React Native for Web

Dev

React Native for Web is one of the most amazing ideas I’ve stumbled upon in a while. For UI developers, […]

Javier Marquez
Apr 10, 2019 ⋅ 7 min read

Vue CLI 3 — the deep dive

Dev

Let’s face it — you’re probably not here for the image Vue CLI is a simple, but powerful tool created for scaffolding Vue.js […]

Nosa Obaseki
Apr 5, 2019 ⋅ 5 min read
An Intro To Zero Server

An intro to Zero Server, a new tool to simplify web development

Dev

Zero Server is an application bundler made to simplify web development. It takes away the hassle of package management and […]

Ogundipe Samuel
Apr 3, 2019 ⋅ 6 min read

Making the business case for React in 2019

Dev

React is the world’s most popular JavaScript framework. Of course, the only way to gauge actual usage of an open […]

Oliver Williams
Apr 2, 2019 ⋅ 2 min read

Pro Node.js tips

Dev

Starting with a new programming language can be a daunting task. In the case of Node.js, it can be difficult […]

Fernando Doglio
Mar 29, 2019 ⋅ 15 min read

How to create animated React components with Kendo UI

Dev

Animations are a major part of modern-day web development components. They add an aesthetic and visual appeal to how web […]

Peter Ekene Eze
Mar 28, 2019 ⋅ 7 min read

Refactoring legacy code with Jest snapshots

Dev

Snapshot testing is immensely popular for testing React apps or other component-based UIs. However, it’s not exactly drama-free — many people looooove […]

Benjamin Johnson
Mar 26, 2019 ⋅ 6 min read

How streams can simplify your life

Dev

In the land of web development, streams (and their building blocks, observables) are an increasingly popular topic. Libraries like BaconJS […]

Ken Bellows
Mar 23, 2019 ⋅ 9 min read

Laravel 5.8 release: 10 new features to try

Dev

The latest version of Laravel, version 5.8, has recently been released. This version has many exciting new features and it […]

Caleb Oki
Mar 21, 2019 ⋅ 4 min read

Using Google Closure Compiler to deliver better JavaScript

Dev

Code review is the process of analyzing code through a (theoretically) rigorous process of reading and critically peer reviewing its […]

Diogo Souza
Mar 15, 2019 ⋅ 5 min read