Given Ncube

Given Ncube @slimgee

About: Full Stack Developer and Marketer. Founder at Flixtechs

Location:
Harare
Joined:
Jul 12, 2020

Given Ncube
articles - 28 total

Deploying Rails Apps to a Caprover Instance

A few days ago I wrote an article on deploying rails apps with nginx + puma + mina. Some people in...

Learn More 1 0Oct 8 '24

Deploying Multiple Rails Apps on The Same Server with Puma + Nginx

If Kamal is not for you then this article is for you. There’s a lot of my opinions in this article,...

Learn More 0 0Oct 1 '24

Securing Rails application with Action Policy

There is lot of yapping going on in this article if you just want to see the implementation you can...

Learn More 0 0Sep 21 '24

Implementing Event-Driven Architecture in Rails with Active Support Instrumentation

TL:DR; You can skip to setup if you just to see the implementation Background When I was...

Learn More 4 0Sep 17 '24

What you working on?

Are you working on a saas tool? the next todo app? let's hear it below

Learn More 0 0Sep 15 '24

Securing Rails Active Storage Direct Uploads

TL;DR; if you just want the code, head over to the bottom of this article I noticed something odd...

Learn More 4 3Sep 14 '24

The Ultimate Guide To Content Marketing For Businesses: Strategies For Growth And ROI

Content marketing stands as a cornerstone of modern business strategy. It's not just about creating...

Learn More 1 1Aug 31 '24

How To Pick A Domain Name That Doesn't Suck

Imagine you're building a house. The domain name is like picking the perfect spot for it. It's that...

Learn More 2 0Aug 30 '24

Rebuilding my site in Laravel

I just started a new youtube channel and here is my first video

Learn More 0 0Dec 7 '23

What are you currently working on?

Let's hear them cool side projects you're currently hacking

Learn More 5 16Aug 26 '23

Authenticate With Any OAuth Provider With Laravel Socialite

Ever tried to create an account on a website and find out there's no option to "login with Google"?...

Learn More 1 0Aug 25 '23

Laravel Ecommerce Tutorial: Part 11, The Homepage

Up until this point we've been building the admin side of the ecommerce site, the backend side where...

Learn More 1 0Aug 24 '23

Laravel Ecommerce Tutorial: Part 10, Settings

I know in the last post I promised in this post we will be building the home page of our e commerce...

Learn More 4 0Aug 10 '23

Laravel Ecommerce Tutorial: Part 9, SEO

In the last tutorial, we added the ability to create product variations like color black etc. This is...

Learn More 1 0Jul 24 '23

Laravel Ecommerce Tutorial: Part 7, Product Options

In the last tutorials we added the ability to manage products in the ecommerce site from, creating,...

Learn More 1 0Jul 11 '23

Laravel Ecommerce Tutorial: Part 6.4, Refactoring Products

In the the last post we added the ability to edit products. This is part 6.4 of the on going series...

Learn More 3 0Jul 11 '23

Laravel Ecommerce Tutorial: Part 6.3, Editing Products

In the last post, we added the ability to list all products, search with Scout and Spatie Query...

Learn More 1 0Jul 11 '23

Laravel Ecommerce Tutorial: Part 6.2, Listing And Deleting Products

In the previous post, we covered the ability to create new products, add images with filepond.js and...

Learn More 10 0Jun 10 '23

Laravel Ecommerce Tutorial: Part 6.1, Creating Products

In the previous tutorial we laid down the ground work to allow the shop administrator to add new...

Learn More 1 0Jun 5 '23

Laravel Ecommerce Tutorial: Part 5, Managing Brands

Took me a while to make this tutorial (procrastination, I know, right?), but in the end I decided to...

Learn More 0 0Feb 8 '23

Laravel Ecommerce Tutorial: Part 4, Managing Product Categories

From the last 3 tutorials we laid all the foundational features of an ecommerce store from manage...

Learn More 2 0Jan 22 '23

Laravel Ecommerce Tutorial: Part 3, Managing Roles and Permissions

Welcome to part 3 of Laravel Ecommerce Tutorial. In the previous tutorial, we setup authorization...

Learn More 2 0Jan 18 '23

Laravel Ecommerce Tutorial: Part 2, Users And Authorization

In the previous post, we set up our project and installed basic tooling to help with our development....

Learn More 3 0Jan 12 '23

Laravel Ecommerce Tutorial: Part 1, Introduction

I recently built custom ecommerce sites for a couple of clients, and I decided to make a tutorial...

Learn More 11 1Jan 12 '23

How To Handle Authorization in Laravel The Right Way

Laravel's authorization module gives you the skeleton to implement robust authorization logic in your...

Learn More 15 2Aug 22 '22

How to learn a framework the right way

Frameworks make our lives easier as developers by giving us some of the most common elements of any a...

Learn More 1 1Apr 5 '21

How to install PHP 8 from source on Debian

I've seen a lot of tutorials on installing PHP 8 on Ubuntu, Debian, but none of them seem to work any...

Learn More 5 0Mar 24 '21

How to create a psr11 dependency injection container in php

Dependency Injection, such a fancy name haa, I'm not going to explain what dependency injection is, t...

Learn More 7 0Sep 7 '20