Skip to content
View kebalicious's full-sized avatar
😈
Currently shipping bugs in production.
😈
Currently shipping bugs in production.

Highlights

  • Pro

Block or report kebalicious

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
kebalicious/README.md

Ahlan wa Sahlan

Peace be upon you

I am Kebal, a Software Developer based in Malaysia πŸ‡²πŸ‡Ύ.

I enjoy building things and have developed many web-based systems β€” ranging from passion projects to production environments.

Get to Know Me

Run this in your terminal to connect with me:

npx kebal
<script setup>
import { reactive, computed, onMounted } from 'vue';

// πŸ‘¨β€πŸ’» About Me
const profile = reactive({
    name: 'Kebal',
    pronouns: 'he/him/his',
    position: 'Software Developer',
    location: 'Malaysia πŸ‡²πŸ‡Ύ',
    languages: ['Malay', 'English'],
    technologies: {
        backEnd: ['Laravel', 'PHP', 'Yii2', 'WordPress'],
        frontEnd: {
            js: ['Vue.js', 'Nuxt.js', 'Alpine.js'],
            css: ['TailwindCSS', 'Bootstrap 5', 'SCSS'],
        },
        mobile: ['SwiftUI'],
        database: ['MySQL', 'MongoDB', 'Redis'],
        devOps: ['Linux', 'GitHub Actions', 'EC2', 'Cloudflare'],
        tools: ['Git', 'Postman', 'Figma', 'Nginx'],
        architecture: ['SPA', 'MVC']
    },
    // β˜• Vital Systems
    canCodeWithoutCoffee: false, 
});

const summary = computed(() => `${profile.name} | ${profile.position}`);

onMounted(() => console.log(summary.value));
</script>

Pinned Loading

  1. vue3-daterange-picker vue3-daterange-picker Public

    Forked from joshuaeasy/vue3-daterange-picker

    Vue 3 date range picker with TypeScript, internationalization, keyboard navigation, and modern Sass styling

    Vue

  2. npx-jomsolat npx-jomsolat Public

    Hayya app in your terminal

    JavaScript

  3. npx-kebal npx-kebal Public

    Get to know me in unique style

    JavaScript

  4. laravel-atlas laravel-atlas Public

    Lost in routes? Laravel Atlas is your rescue map.

    CSS

  5. Paparan Tarikh Hijri Menggunakan PHP Paparan Tarikh Hijri Menggunakan PHP
    1
    <?php
    2
    $bulan_masihi=date('m');
    3
    $hari_masihi=date('d'); //Boleh +-
    4
    $tahun_masihi=date('Y');
    5
    
                  
  6. localhost localhost Public

    Tired of boring localhost homepage? Now no more. You can manage it easily, even adjust it based on your idea.

    PHP