Skip to content
View lxcoding06's full-sized avatar
💭
I may be slow to respond.
💭
I may be slow to respond.
Block or Report

Block or report lxcoding06

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
lxcoding06/README.md
<?php

namespace LXCODING06;

class Me
{
    static function says() {echo 'Hi, Im Laurentius Johanes Dasion Manuk';}  

    }

    public function getStudied(): array
    {
        return [
                'study' => [
                'campus' => 'Amikom University Purwokerto'
                'faculty' => 'Informatics',         
                ]
            ];
    }

    public function getWorkedplace(): array
    {
        return [
            'workplaces' => [
            [
                'company' => 'Nemolab',
                'position' => 'Server Administrator',
                'since' => '2021',
                'until' => '2022'         
            ],
            [
                'company' => 'SS.CC BATAM CENTER',
                'position' => 'IT CONSULTANT',
                'since' => '2022',
                'until' => '2023'             
            ],
        ]
    ];
    }

    public function getKnowledgeNow(): array
    {
        return [
            Php::class,
            Javascript::class,
            NodeJs::class,
            Python::class,
            ReactNative::class,
            TailwindCss::class,
            Gcp::class,
            Azure::class,
            Server::class,
        ];
    }

    public function getFutureGoal(): string
    {
        return 'Make My Dream Come Through.';
    }
}

?>

Pinned

  1. CCG CCG Public

    CodeIgniter CRUD Generator

    HTML 3 4

  2. e-gereja e-gereja Public

    Website CRUD untuk Gereja, untuk mengatur data jemaat, data kematian, data pernikahan dan data baptis

    PHP 1

  3. E-Surat E-Surat Public

    Website Pengelolaan Surat Masuk dan Surat Keluar Menggunakan CodeIgniter

    PHP

  4. TBI-SOAL-UJIAN TBI-SOAL-UJIAN Public

    Temu Balik Informasi Soal Ujian (Sistem Operasi)

    HTML