Skip to content
View jarwonozt's full-sized avatar
๐Ÿš€
Freelance
๐Ÿš€
Freelance

Organizations

@NU-Online

Block or report jarwonozt

Report abuse

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

Report abuse
jarwonozt/README.md

Hi there ๐Ÿ‘‹, I'm Jarwonozt

Fullstack Web Developer from Indonesia ๐Ÿ‡ฎ๐Ÿ‡ฉ

Typing SVG


๐Ÿง‘โ€๐Ÿ’ป About Me in Code

class Jarwonozt extends Developer {
  constructor() {
    super();
    this.name       = "Jarwonozt";
    this.role       = "Fullstack Web Developer";
    this.from       = "Indonesia ๐Ÿ‡ฎ๐Ÿ‡ฉ";
    this.os         = ["Mac OS", "Linux (Ubuntu)"];
    this.languages  = ["JavaScript", "PHP", "Python", "Go", "Rust", "HTML", "CSS"];
    this.frameworks = [
      "Laravel", "Next.js", "Astro", "Svelte",
      "React.js", "Vue.js", "TailwindCSS"
    ];
    this.databases  = ["PostgreSQL", "MySQL", "MongoDB"];
    this.tools      = ["Git", "VS Code", "Postman", "Figma", "Docker"];
  }

  currentlyLearning() {
    return ["Kubernetes", "System Design", "Web3", "Microservices"];
  }

  contact() {
    return {
      email: "jarwonoztaveiro@gmail.com",
      linkedin: "https://linkedin.com/in/jarwonozt-aveiro-9545851b9",
      github: "https://github.com/jarwonozt"
    };
  }

  get dailyQuote() {
    return "Code is like humor. When you have to explain it, itโ€™s bad.";
  }
}


                                                     ___
                                                  ,o88888
                                               ,o8888888'
                         ,:o:o:oooo.        ,8O88Pd8888"
                     ,.::.::o:ooooOoOoO. ,oO8O8Pd888'"
                   ,.:.::o:ooOoOoOO8O8OOo.8OOPd8O8O"
                  , ..:.::o:ooOoOOOO8OOOOo.FdO8O8"
                 , ..:.::o:ooOoOO8O888O8O,COCOO"
                , . ..:.::o:ooOoOOOO8OOOOCOCO"
                 . ..:.::o:ooOoOoOO8O8OCCCC"o
                    . ..:.::o:ooooOoCoCCC"o:o
                    . ..:.::o:o:,cooooCo"oo:o:
                 `   . . ..:.:cocoooo"'o:o:::'
                 .`   . ..::ccccoc"'o:o:o:::'
                :.:.    ,c:cccc"':.:.:.:.:.'
              ..:.:"'`::::c:"'..:.:.:.:.:.'
            ...:.'.:.::::"'    . . . . .'
           .. . ....:."' `   .  . . ''
         . . . ...."'
         .. . ."'     -Enjoy Your Life-
        .

Pinned Loading

  1. proteczt-client proteczt-client Public

    Laravel client package for Proteczt License Management System - verify and control application licenses remotely.

    PHP

  2. region-id-api region-id-api Public

    High-performance REST API for Indonesian administrative regions built with Rust, Axum, and PostgreSQL.

    Rust

  3. text_to_speech text_to_speech Public

    Python 1

  4. chat-realtime chat-realtime Public

    Aplikasi chat realtime menggunakan php dan javascript

    PHP 2

  5. nested_array.rs nested_array.rs
    1
    pub fn nested_array_heros() {
    2
        let heros = [
    3
            [
    4
                "7", //hero id
    5
                "Lancelot", //name
  6. Basic example grade score in RUST Basic example grade score in RUST
    1
    use std::io;
    2
    
                  
    3
    fn main()
    4
    {
    5
    println!("Username : ");