Skip to content
View scraviex's full-sized avatar
๐ŸŽฏ
Focusing
๐ŸŽฏ
Focusing

Block or report scraviex

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 is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
scraviex/README.md

๐Ÿ‘‹ Hi, I am someone who is passionate about continuing to learn and create projects.

Github Banner

Who am I?

 class WhoAmI {
   constructor() {
       this.fullName = "Apik Wibisono"; // Nama keren, gak pake basa-basi
       this.userName = "scraviex"; // Username wajib aesthetic 
       this.currentlyLearning = "JS, PHP, Python (grind mode on ๐Ÿ’ป)";
       this.funFact = "Still vibin' with the process โœจ"; // Santai aja, progress is progress
       this.hobbies = ['Music ๐ŸŽถ', 'Gaming ๐ŸŽฎ', 'Movies ๐Ÿฟ', 'Sleep zZz ๐Ÿ˜ด']; // Life balance, ya kan?
   }

   getCity() {
       return "Ciamis, Indonesia ๐Ÿž๏ธ"; // Represent hometown dengan pride
   }

   ambitions() {
       return [
           "Back End Developer ๐Ÿš€", 
           "Full-Stack Developer (one day, maybe ๐Ÿคท)", 
           "Actually finishing my side projects (finally ๐Ÿ˜…)"
       ];
   }
}
   

โš™๏ธ Tech Stack and ๐Ÿš€ Skill

html5 logo css3 logo javascript logo nodejs logo electron logo python logo django logo php logo laravel logo codeigniter logo docker logo

๐Ÿค Community Involvement and ๐Ÿ“š Learning

youtube logo instagram logo gmail logo twitch logo discord logo linkedin logo stackoverflow logo medium logo

Pinned Loading

  1. php-gemini-client php-gemini-client Public

    Forked from gemini-api-php/client

    Google Gemini API PHP Client allows you to use the Gemini AI model

    PHP

  2. php-openAi-client php-openAi-client Public

    Forked from openai-php/client

    โšก๏ธ OpenAI PHP is a supercharged community-maintained PHP API client that allows you to interact with OpenAI API.

    PHP

  3. php-bard-api php-bard-api Public

    Forked from pj8912/php-bard-api

    The PHP package that returns response of Google Bard through API.

    PHP

  4. PHPScraper PHPScraper Public

    Forked from spekulatius/PHPScraper

    A universal web-util for PHP.

    PHP

  5. readability-php readability-php Public

    Forked from fivefilters/readability.php

    PHP port of Mozilla's Readability.js

    HTML

  6. bard-ai bard-ai Public

    Forked from EvanZhouDev/bard-ai

    A lightweight library to access Google Bard.

    JavaScript