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

Block or report alliano

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
alliano/README.md
 █████╗ ██╗     ██╗     ██╗ █████╗ ███╗   ██╗ ██████╗
██╔══██╗██║     ██║     ██║██╔══██╗████╗  ██║██╔═══██╗
███████║██║     ██║     ██║███████║██╔██╗ ██║██║   ██║
██╔══██║██║     ██║     ██║██╔══██║██║╚██╗██║██║   ██║
██║  ██║███████╗███████╗██║██║  ██║██║ ╚████║╚██████╔╝
╚═╝  ╚═╝╚══════╝╚══════╝╚═╝╚═╝  ╚═╝╚═╝  ╚═══╝ ╚═════╝

Typing SVG


$ whoami

struct Developer {
    name:       &'static str,
    location:   &'static str,
    role:       &'static str,
    company:    &'static str,
    os:         &'static str,
    passion:    Vec<&'static str>,
}

impl Developer {
    fn new() -> Self {
        Developer {
            name:       "Alliano",
            location:   "Indonesia 🇮🇩",
            role:       "Senior Software Engineer",
            os:         "Linux 🐧",
            passion:    vec![
                "Clean Architecture",
                "High Performance Systems",
                "Open Source",
                "Backend Engineering",
            ],
        }
    }
}

fn main() {
    let me = Developer::new();
    println!("Hello, World! I'm {}", me.name);
}

$ cat tech-stack.toml

⚙️ Backend

Rust Java Spring Boot Axum

🌐 Frontend

Next.js TypeScript React Tailwind CSS

🗄️ Database & Infrastructure

PostgreSQL MySQL Redis Docker

🛠️ Tools & OS

Linux Git Neovim IntelliJ IDEA


$ git log --stat

GitHub Streak


$ ls -la /current-focus

drwxr-xr-x  planout.ai/        # 🤖 AI-powered planning application
drwxr-xr-x  kolosal-api/       # ⚡ High-performance REST API with Rust + Axum
drwxr-xr-x  open-source/       # 🌍 Contributing back to the community
drwxr-xr-x  system-design/     # 📐 Learning distributed systems

$ ping alliano

Email GitHub Instagram


while alive; do
    eat()
    sleep()
    code()    # ← this is the important one
done

"First, solve the problem. Then, write the code."

Popular repositories Loading

  1. alliano alliano Public

    3

  2. book-catalog book-catalog Public

    just for learn sprig-boot

    Java 3

  3. java-thread java-thread Public

    understanding what is concurtrent programing and parallel programing concept and introduce Thread in java programming langguage

    Java 3

  4. Junit-jupiter Junit-jupiter Public

    understanding how to use and create Unit test with jUnit framework

    Java 3

  5. web-demo web-demo Public

    wep demo for assigment

    HTML 2

  6. kubernetes kubernetes Public

    For learn basic kubernetes

    2