Skip to content
View Bien-Glitch's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report Bien-Glitch

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
Bien-Glitch/README.md

Typing SVG

<?php
namespace Bien\Glitch;

use Developer\Experience\Senior;

class Bio {
    private string $name = 'Bien Nwinate';
    private string $default_stack = 'LAMP';

    private ?string $bio;

    public function __construct (public string $init = 'Hello', public string $category = 'Full-Stack Web Dev') {
        $this->bio = "{$this->init}<br/>";
    }

    public function initName(?string $name = NULL):static {
        $this->bio .= "<br/>Name: {$name ?? $this->name}";
        return $this;
    }

    public function initCategory(?string $category = NULL):static {
        $this->bio .= "<br/>Category: {$category ?? $this->category}";
        return $this;
    }

    public function initStack(?string $stack = NULL):static {
        $this->bio .= "<br/>Stack: {$stack ?? $this->default_stack}";
        return $this;
    }

    public function write():string {
        return $this->bio;
    }
}

$bio = new Bio('Hello there 😊,');

echo $bio->initName()
    ->initCategory()
    ->initStack()
    ->write();

         


🚀 About Me


🔭 I'm a slave of CHRIST, performing the good works as GOD's workmanship in CHRIST.

Work Experience: Details on my LinkedIn
Hobbies: ˗ˏˋ ✞ ˎˊ˗  ᴊᴇꜱᴜꜱ ᡣ𐭩 Bible Study, </> Programming, 🎧ྀི  Music, 🏃‍➡️ Running, ⚽ Football


</>  Languages

Original:

html5 css3 javascript typescript node.js sass php mysql

Framework:

bootstrap jquery express.js laravel codeigniter



⚙️  Tools


intellij phpstorm vscode composer npm



📊  GitHub Stats


lang-readme-stats contrib-readme-stats

streak-stats

Pinned Loading

  1. xhodos/xhodos xhodos/xhodos Public

    xhodos PHP web framework

    JavaScript 1

  2. xhodos/framework xhodos/framework Public

    Backbone of the xhodos PHP web framework

    PHP 1

  3. fusion.form.validator fusion.form.validator Public

    Form Validator and Utilities

    JavaScript 5 1

  4. looportfolio looportfolio Public

    JavaScript 1

  5. SSMS SSMS Public

    Secondary School Online Portal and Management System

    PHP

  6. hackathon hackathon Public

    HTML