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 thus far had built many web-based systems — both for fun and in production.

Get to Know About Me

Hit in your console or terminal to connect with me.

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

const profile = reactive({
    pronouns: 'he/him/his',
    position: 'Software Developer',
    languages: ['Malay', 'English', 'Indonesian'],
    technologies: {
        backEnd: ['Laravel', 'Native PHP', 'Yii2', 'WordPress'],
        frontEnd: {
            js: ['Vue.js', 'Nuxt.js', 'Alpine.js'],
            css: ['TailwindCSS', 'Bootstrap 5', 'SCSS', 'SASS', 'CSS'],
        },
        mobile: {
            frontEnd: ['SwiftUI'],
        },
        database: ['MySQL', 'SQLite', 'MongoDB', 'Redis', 'MariaDB'],
        devOps: ['Linux', 'GitHub Actions', 'EC2', 'S3', 'Cloudflare'],
        tools: ['Git', 'GitHub', 'Insomnia', 'Postman', 'Canva', 'Figma', 'Nginx', 'Monday.com'],
        misc: ['REST API', 'Chrome Extensions', 'WordPress Plugins'],
        os: ['macOS', 'Windows 11', 'Ubuntu'],
        architecture: ['SPA', 'MVC']
    },
    canCodeWithoutCoffee: 'no',
});

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