Skip to content
View jarwonozt's full-sized avatar
🏠
Working from home
🏠
Working from home

Organizations

@NU-Online

Block or report jarwonozt

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

Hi there 👋, I'm Jarwonozt

class Jarwonozt extends Developer {
  constructor() {
    super();
    this.name    = "Jarwonozt";
    this.role    = "Fullstack Web Developer";
    this.from    = "Indonesia 🇮🇩";
    this.code    = ["Javascript", "PHP", "Python", "HTML", "CSS", "Go", "RUST"];
  }

  skills() {
    return [
      "Laravel", "Node.js", "React.js",
      "Vue.js", "TailwindCSS", "PostgreSQL"
    ];
  }

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

  contact() {
    
    return {
      email: "[email protected]",
      linkedin: "https://linkedin.com/in/jarwonozt-aveiro-9545851b9",
      github: "https://github.com/jarwonozt"
    };
  }
}

Pinned Loading

  1. text_to_speech text_to_speech Public

    Python 1

  2. chat-realtime chat-realtime Public

    Aplikasi chat realtime menggunakan php dan javascript

    PHP 2

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

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

    PHP