Skip to content
View aliwert's full-sized avatar
🐧
talk is cheap show me the code
🐧
talk is cheap show me the code

Block or report aliwert

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
aliwert/README.md

Typing SVG

Top of pokeball

Open profile


Avatar photo of Aliwert
Typing SVG
About me
struct Aliwert {
    city: &'static str,
    job_title: &'static str,
    specialization: &'static str,
    hobbies: &'static [&'static str],
}

impl Aliwert {
    fn new() -> Self {
        Aliwert {
            city: "Istanbul, Turkey",
            job_title: "Software Developer",
            specialization: "Building full-fledged web applications",
            hobbies: &["Basketball", "Reading", "Music"],
        }
    }

    fn fix_bugs(&self) {
        println!("Bug squashed!");
    }
}
Tools

Programming Languages

java title= go js py
Web-Mobile Development

spring ts nodejs react native expressjs django nestjs react nextjs sass
Database

postgresql mssql mongodb firebase


Software & Others

linux kubernetes git git

Quote
A quote that resonates with me is...
“I am not leaving a spiritual legacy of dogmas, unchangeable petrified directives. My spiritual legacy is science and reason.”
Mustafa Kemal Ataturk
Free DOSE hit
DOSE (dopamine, oxytocin, serotonin & endorphin), refresh page if dose was ineffective.
Jokes Card

Bottom of pokeball

Pinned Loading

  1. car-dealership-management car-dealership-management Public

    🏎️ A gallery management service with user registration, authentication and secure data management through API endpoints

    Java 1

  2. buildog buildog Public

    Forked from buildog-dev/buildog

    TypeScript 1

  3. hospital-management-system hospital-management-system Public

    Go 1

  4. mern-stock-app mern-stock-app Public

    JavaScript