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.";
}
}
๐
Freelance
I will give everything for the recipe of life. (Faramis)
-
Web Developer
- Banyumas, Central Java
-
14:27
(UTC +07:00) - https://tecnozt.com
- tecnozt
- jarwonozt.jarwonozt
- @coinimax
Highlights
Pinned Loading
-
proteczt-client
proteczt-client PublicLaravel client package for Proteczt License Management System - verify and control application licenses remotely.
PHP
-
region-id-api
region-id-api PublicHigh-performance REST API for Indonesian administrative regions built with Rust, Axum, and PostgreSQL.
Rust
-
-
-
nested_array.rs
nested_array.rs 1pub fn nested_array_heros() {
2let heros = [
3[4"7", //hero id
5"Lancelot", //name
-
Basic example grade score in RUST
Basic example grade score in RUST 1use std::io;
23fn main()
4{5println!("Username : ");
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.



