Martins Onuoha

Martins Onuoha @martinsonuoha

About: Maker.

Location:
Lagos, Nigeria
Joined:
Nov 16, 2018

Martins Onuoha
articles - 30 total

Problem-solving Hacks-Solving Problems by Avoidance

Have you ever laughed hard at a good joke? Sometimes it’s just you. Other times, it’s you and a bunch...

Learn More 0 0Mar 22 '24

Building Vue Components With Pug & Stylus

This post assumes you have beginner to intermediate JavaScript & Vue knowledge, have heard of,...

Learn More 2 0Mar 22 '24

Build a Simple Blog + Multiple Image Upload with Laravel & Vue

Psst! If you need help setting up laravel, here’s a walkthrough: ...

Learn More 6 1Mar 11 '24

Properly Passing Data from Laravel Blade to Vue Components

Prop “authuser” is passed to component <Anonymous>, but the declared prop name is “authUser”....

Learn More 4 0Mar 6 '24

Auto-Deploy React Apps With Render

This tutorial assumes you have basic knowledge of React.js Like Heroku, and other cloud hosting...

Learn More 0 0Mar 6 '24

How to Serve Laravel Apps With Valet on MacOS

If you’re here, you probably already have Laravel installed on your machine (and you run macOS). If...

Learn More 4 0Dec 10 '23

A Beginner's Guide To Web Deployment

So you’re done building that great application and want the world to see it? Great, you’ve come to...

Learn More 2 0Nov 25 '23

Build & Deploy a Site with Hugo & Firebase

It’s not uncommon to find content creators who choose to have their content on personal...

Learn More 6 0Oct 24 '23

How to Upload Base64 Images in Vue & NodeJS

Previously, I had written on uploading multiple images from a Vue Application to a Laravel Backend....

Learn More 7 0Sep 22 '23

Auto-Deploy React & Vue Apps with Heroku

This article assumes you have basic knowledge of React or Vue.js. All the procedures here work for...

Learn More 2 0Aug 6 '23

Deploying React & Vue Applications With Vercel

This article assumes you have basic knowledge of React or Vue. Formerly Zeit, Vercel is another...

Learn More 1 0Jul 16 '23

Using Web Workers In Vue Applications

This post assumes you have basic knowledge of Javascript and Vue. Single-Threaded...

Learn More 19 0Jul 15 '23

Set up Vue, Vuex, Vue-Router & Sass in Laravel 8

Laravel’s scaffolding for both frontend and backend development has evolved in the past couple of...

Learn More 1 0Jul 15 '23

A Beginner's Guide to Static Forms

You’ve just developed this completely static website, nothing fancy; perhaps it’s just a business...

Learn More 2 0Jul 9 '23

A Practical Guide To SEO In Nuxt 3

This article assumes you have basic knowledge of Vue js and Nuxt. As much as SPA frameworks allow...

Learn More 8 2Jul 2 '23

Fix CORS Issues in Laravel APIs

Building web applications with Microservices Architecture comes with a couple of fixable issues. One...

Learn More 4 0Jun 5 '23

Understanding and Applying Array Methods in JavaScript

In JavaScript, Arrays are list-like objects whose prototype has functions and methods to perform bulk...

Learn More 0 0Jun 4 '23

The Hitchhiker’s Guide to Laravel Setup

This is an almost straightforward guide to setting up Laravel on your machine. Laravel, if you didn’t...

Learn More 0 1Jun 3 '23

How We Built & Deployed Devjavu With Jamstack

Starting anything can be hard…I know. It’s even harder when you’re working full-time and intend to...

Learn More 0 0May 25 '23

How to Build A Personal Blog

“Keeping tabs on your creation is hard; I mean, look at humans.” I was randomly flipping through...

Learn More 1 0May 23 '23

Getting Started with Tailwind CSS

Tailwind CSS is a Utility-first CSS Framework for building modern, user-friendly UI components. By...

Learn More 1 0May 23 '23

Queue Data Structure in JavaScript

Data Structure Yeah, Data Structure. A Data Structure in computing is a “structure” (the...

Learn More 1 0May 10 '23

A Practical Introduction to Jamstack

What is Jamstack If you’re into Web Development and have worked with one or two Javascript...

Learn More 1 0May 3 '23

Using WordPress As A GraphQL Backend

This article was first posted on devjavu.space WordPress has been the go-to solution for building...

Learn More 3 0Aug 8 '22

How to Setup Tailwind CSS in Vue 3

This article was first posted on devjavu.space Tailwind CSS is one of the newest, and coolest...

Learn More 10 0Aug 6 '22

Arbitrary Styles With Tailwind JIT

This article was first posted on devjavu.space Tailwind is a utility first CSS framework that...

Learn More 4 0Aug 6 '22

A Practical Guide to Harlem in Vue 3

This article assumes you have a basic understanding of Vue and Vuex. Starting out with any...

Learn More 6 0Jun 20 '22

Accessing Vue Component Data with $ref.

This article assumes you have basic knowledge of Vue & Vue’s reactive system. Emergencies are...

Learn More 12 2Jun 18 '22

How to Setup ChromeOS for Web Development

This article was first posted on Devjavu Starting anything at all can be really daunting, there’s...

Learn More 15 0Jun 9 '22

Classes, Inheritance, Packages & Modularization in Java ☕️

_Modular programming is the process of subdividing a computer program into separate sub-programs. A...

Learn More 6 1May 15 '19