Giter VIP home page Giter VIP logo

Hi there! 👋

use std::println;

struct Developer {
    name: String,
    age: u32,
    location: String,
    languages: Vec<String>,
}

impl Developer {
    fn new() -> Developer {
        Developer {
            name: String::from("ファース"),
            age: 21,
            location: String::from("Samut Sakorn, Thailand"),
            languages: vec![
                String::from("JavaScript"),
                String::from("TypeScript"),
                String::from("C#"),
                String::from("Python"),
                String::from("Go"),
                String::from("Rust"),
            ],
        }
    }

    fn say_hello(&self) {
        println!("Hello there! I'm {}!", self.name);
        println!("I'm a {}-year-old developer from {}.", self.age, self.location);
        println!("I'm proficient in the following languages:");
        for language in &self.languages {
            println!("- {}", language);
        }
    }
}

fn main() {
    let pyyupsk = Developer::new();
    pyyupsk.say_hello();
}

👨‍💻 What I do

I enjoy working with various technologies and tools, including:

  • Languages: JavaScript, TypeScript, C#, Python, Go, Rust
  • Frameworks/Libraries: Next.js, React, Svelte, Vue.js, Tailwind CSS, Shadcn UI
  • Databases: MongoDB, PostgreSQL, MySQL, Firebase, Supabase, Prisma
  • Tools: Git, Docker, VS Code, GitHub, Vercel, Netlify

📈 GitHub Stats

Zylo's GitHub Stats GitHub Streak

Custom Activity Graph

📫 Get in touch

ファース's Projects

astro-template icon astro-template

A template for building modern, fast, and SEO-friendly websites using Astro, TypeScript, TailwindCSS, and other tools.

discord-typescript-bot icon discord-typescript-bot

A simple Discord bot template in TypeScript using Discord.js, featuring command handling, type safety, and easy customization.

dotfiles icon dotfiles

Customized configurations for terminal and PowerShell environments.

happy-birthday icon happy-birthday

A special website to celebrate NONG AOM's birthday with a heartfelt message and an interactive confetti surprise. 🎉 Check out the fun and joy at Happy Birthday Wishes for NONG AOM!

koyou icon koyou

An aesthetic color scheme inspired by Japanese culture, featuring tranquil shades of blue. Perfect for creating modern and serene designs.

nextjs-auth0 icon nextjs-auth0

A Next.js app with integrated Auth0 for secure user authentication and management. This repository demonstrates how to set up Auth0 authentication, manage user sessions, and integrate with Next.js.

nextjs-prisma icon nextjs-prisma

A simple task manager app built with Next.js and Prisma ORM, allowing users to create, update, and delete tasks.

nextjs-template icon nextjs-template

A simple Next.js project with TypeScript, ESLint, Prettier, Husky, and lint-staged configurations.

npm-template icon npm-template

An npm project template with a basic structure, common configurations, and helpful scripts for seamless npm package development.

pyyupsk icon pyyupsk

Hey there, I'm ファース — a passionate full-stack developer based in Thailand.

register icon register

Grab your own sweet-looking '.is-a.dev' subdomain.

unmarked-tik icon unmarked-tik

Download TikTok videos and slideshows in HD quality without watermarks using this free and user-friendly tool.

vigilance icon vigilance

Advanced trigger bot for detecting and responding to specific color patterns on screen, designed for educational purposes.

weather-forecasting-project icon weather-forecasting-project

Python script for fetching weather forecast data from the Meteorological Department API and saving it to a CSV file.

website icon website

Central hub for geographic data on Thailand with a RESTful API, design assets, and documentation for GeoThai resources. 🌏✨

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.