All Stories

Manipulate date and time in JavaScript using MomentJS

It’s almost 2018! We use dates and time every day of our lives, I just did, and if you are a developer designing a...
Christian Nwamba
4 min read

Advanced Vue.js concepts: Mixins, custom directives, and more

Vue.js is arguably one of the easiest and most minimalist JavaScript frameworks with which to get started. While we cannot downplay the current momentum...
Ogundipe Samuel
10 min read

Security for full-stack web developers :  Part 3

In this article, I’d like to look into the elements of web app security that are often the most dangerous — those involving users and sessions....
Robin Percy
3 min read

Building server-rendered apps in Vue using Nuxt.js

This post will walk you through the process of building server-rendered webpages in Vue — a progressive JavaScript framework that is simple to start using. I’ll...
Christian Nwamba
4 min read

Design 101, from a non-designer

For many, design can seem like magic — a dark art that only few can master. It can be intimidating to learn, especially since many people...
Dan Schlosser
8 min read

Security for full-stack web developers :  Part 2

Welcome (back) to my technical series on security for full-stack devs. If this is your first time joining us, then please check out article...
Robin Percy
8 min read

Introduction to headless browser testing

Headless testing is a way of running browser UI tests without the head, which in this case means that there’s no browser UI, no...
Yomi Eluwande
6 min read

Writing robust Vue.js unit tests using Avoriaz

Introduction Writing unit tests is a critical step in building robust, high quality software. When developing Vue.js applications, it is often helpful to write...
Ogundipe Samuel
5 min read

Security for full-stack web developers: Part 1

Being a full-stack developer is enormously rewarding and gives us a lot to think about from day to day. Each time we engage in...
Robin Percy
7 min read

Understanding Segments, Funnels and Flows in LogRocket

Use LogRocket’s powerful search tools to understand feature usage, user behavior, form abandonment, errors, and more… Watching LogRocket videos is the fastest way to understand...
Ben Edelstein
1 min read

Server-side rendering in Vue.js

Introduction Vue.js is one of the simplest JavaScript frameworks to use, in fact, I call it the lightweight champion. Once you are familiar with...
Ogundipe Samuel
3 min read

Introduction to Preact : A smaller, faster React alternative

Preact is a JavaScript library that describes itself as a fast 3kB alternative to React with the same ES6 API. As a frequent user...
Yomi Eluwande
6 min read