Skip to content
View im-machakata's full-sized avatar
😁
😁

Organizations

@caasi-co-zw

Block or report im-machakata

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
im-machakata/README.md
$aboutMe       = new Bio();
$smartUser     = new User();
$hiringManager = new User();

// smart users
$smartUser
    ->reads($aboutMe)
    ->on('https://isaac.co.zw/');

// hiring managers
$hiringManager
    ->reads($aboutMe)
    ->on('https://isaac.co.zw/')
    ->browsesProjects()
    ->emails('hie@isaac.co.zw')
    ->withJobOffer();

Pinned Loading

  1. ci4-relationships ci4-relationships Public

    Forked from michalsn/codeigniter-nested-model

    Simple nested model relations for CodeIgniter 4 framework

    PHP 3

  2. codels-sms-php codels-sms-php Public

    PHP wrapper for 2waychat.com bulk sms by codel.co.zw

    PHP 1

  3. vue-pindula-news vue-pindula-news Public

    A pro-like redo version of the popular news site zero.pindula.co.zw

    CSS 2

  4. yomix-clone yomix-clone Public

    Just a clone of Yomix using React as part of my React & Tailwind journey.

    JavaScript