Skip to content
View wiildflover's full-sized avatar
  • Istanbul
  • 15:58 (UTC +03:00)

Block or report wiildflover

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

Hi, I'm Wildflover

Subtitle
Viewers



A passionate developer who loves building desktop applications with Tauri, exploring system programming with Rust, crafting utility tools and automation systems with Python, designing elegant interfaces, and watching anime during compile time.


About Me

pub struct Developer<'a> {
    pub name: &'a str,
    pub location: &'a str,
    pub role: &'a str,
    pub languages: Vec<&'a str>,
    pub frameworks: Vec<&'a str>,
    pub databases: Vec<&'a str>,
    pub interests: Vec<&'a str>,
}

impl<'a> Developer<'a> {
    pub fn new() -> Self {
        Self {
            name: "Wildflover",
            location: "Turkey",
            role: "Full Stack Developer",
            languages: vec![
                "Rust", "TypeScript",
                "Python", "JavaScript"
            ],
            frameworks: vec![
                "React", "Tauri",
                "Node.js", "Vite"
            ],
            databases: vec![
                "MySQL", "MongoDB", "Redis"
            ],
            interests: vec![
                "Anime", "League of Legends",
                "Story-Driven Games"
            ],
        }
    }
}
class Developer:    
    def __init__(self) -> None:
        self.name: str = "Wildflover"
        self.location: str = "Turkey"
        self.role: str = "Full Stack Developer"
        
        self.languages: list[str] = [
            "Rust", "TypeScript",
            "Python", "JavaScript"
        ]
        self.frameworks: list[str] = [
            "React", "Tauri",
            "Node.js", "Vite"
        ]
        self.databases: list[str] = [
            "MySQL", "MongoDB", "Redis"
        ]
        self.interests: list[str] = [
            "Anime", "League of Legends",
            "Story-Driven Games"
        ]
        self.motto: str = "Code by day, anime by night"
    
    def __repr__(self) -> str:
        return f"<Developer: {self.name}>"

Tech Stack

Languages

Frameworks

Database

Tools

GitHub Stats

Stats   Streak

Connect

Discord    Spotify

Pinned Loading

  1. wildflover wildflover Public

    Modern League of Legends Skin Manager - Built with Tauri, React & Rust

    TypeScript 5 1

  2. wildflover-marketplace wildflover-marketplace Public

    Wildflover Skin Manager - Community Mod Marketplace

    3

  3. discord-dm-cleaner discord-dm-cleaner Public

    Professional Discord message management tool built with Electron, React, and TypeScript

    TypeScript 3