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.";
  }
}

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 : ");