Ogundipe Samuel Software engineer and technical writer.

Stories by Ogundipe Samuel

JAMstack

Building a JAMstack ecommerce website

Dev

Use JAMstack to build an ecommerce website by applying techniques learned with the Next.js framework.

Ogundipe Samuel
Nov 17, 2019 ⋅ 11 min read
A list of 10 common mistakes React developers make.

10 mistakes React developers make

Dev

Check out this list of 10 common mistakes React developers make to ensure you avoid needlessly complicating or slowing your process.

Ogundipe Samuel
Sep 19, 2019 ⋅ 6 min read

7 optimization techniques in React

Dev

In this tutorial, we will learn various optimization methods that use these inbuilt APIs, lifecycle methods and some other general techniques that ensure you improve your React code.

Ogundipe Samuel
Jun 30, 2019 ⋅ 7 min read

What’s new in Nuxt 2.8

Dev

NuxtJS is one of the fastest growing frameworks for developing VueJS applications. The ability to choose what type of application […]

Ogundipe Samuel
Jun 9, 2019 ⋅ 3 min read

What’s new in Nuxt 2.7

Dev

NuxtJS is a free and open source web application framework based on Vue.js, Node.js, Express.js, Webpack, and Babel.js. It is […]

Ogundipe Samuel
Jun 7, 2019 ⋅ 3 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

Tools and modern workflow for front-end developers

Dev

Recently different tools and workflows have emerged in order to make the front-end development process easier — one of these tools is […]

Ogundipe Samuel
Feb 4, 2019 ⋅ 9 min read

Improving load performance and debugging with Chrome DevTools

Dev

Chrome developer tools is a browser-based console that comes prepacked with Google Chrome. Not only does it come with a […]

Ogundipe Samuel
Nov 28, 2018 ⋅ 4 min read

Configuring webpack from scratch for Tailwind CSS with React

Dev

Learn how to configure webpack from scratch for Tailwind CSS in React.

Ogundipe Samuel
Oct 4, 2018 ⋅ 5 min read

SQL is neither dead nor a dinosaur. You should use it for your web app.

Dev

SQL and this dinosaur may be old, but they’re very much alive and kicking. Introduction SQL(Structured Query Language) is a language […]

Ogundipe Samuel
Sep 21, 2018 ⋅ 6 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

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

Dev

Vue.js is arguably one of the easiest and most minimalist JavaScript frameworks with which to get started. While we cannot […]

Ogundipe Samuel
Oct 17, 2017 ⋅ 10 min read