Skip to content

Instantly share code, notes, and snippets.

View Konyuka's full-sized avatar
🏠
Code

Michael Saiba Konyuka

🏠
Code
View GitHub Profile
@Konyuka
Konyuka / Affliates.md
Last active October 30, 2025 12:56
Affiliate Module for Enlightened Kids

📊 Affiliate Marketing System - Client Presentation

Prepared for: Enlightened Kids Africa
Date: October 30, 2025
System Version: 2.0
Status: ✅ Production Ready


🎯 What We've Built

@Konyuka
Konyuka / gist:981987e76339be03dc315dcaa3caa10d
Created August 10, 2023 12:55
Vue 3 Composition API's to know
computed
createApp
defineAsyncComponent
defineComponent
h
inject
isRef
markRaw
nextTick
onBeforeMount
@Konyuka
Konyuka / unzipper.php
Created April 20, 2023 14:07
Unzip files easy with FTP
<?php
/**
* The Unzipper extracts .zip or .rar archives and .gz files on webservers.
* It's handy if you do not have shell access. E.g. if you want to upload a lot
* of files (php framework or image collection) as an archive to save time.
* As of version 0.1.0 it also supports creating archives.
*
* @author Andreas Tasch, at[tec], attec.at
* @license GNU GPL v3
* @package attec.toolbox
@Konyuka
Konyuka / CODE REPO
Created August 22, 2022 13:54
DEV NDANU
--FONT AWESOME CDN(Where you import packages from internt)
<script src="https://kit.fontawesome.com/42d5adcbca.js" crossorigin="anonymous"></script>
@Konyuka
Konyuka / RelatedSelectsVue2.vue
Created July 1, 2020 13:46
Building Related Selects/ Dynamic Options with Vue.js
<template>
<div>
<div class="page-header clear-filter" filter-color="green">
<parallax class="page-header-image" style="background-image:url('img/images/bg.jpg')">
</parallax>
<!-- Landing Section -->
<div class="container">