Code Monkey home page Code Monkey logo

Hi there! 👋

// File: zylo.ts

class Developer {
  name: string;
  age: number;
  location: string;
  languages: string[];

  constructor() {
    this.name = 'Zylo';
    this.age = 21;
    this.location = 'Samut Sakorn, Thailand';
    this.languages = ['JavaScript', 'TypeScript', 'C#', 'Python', 'Go'];
  }

  sayHello() {
    console.log(`Hello there! I'm ${this.name}!`);
    console.log(`I'm a ${this.age}-year-old developer from ${this.location}.`);
    console.log(`I'm proficient in the following languages:`);
    this.languages.forEach((language) => console.log(`- ${language}`));
  }
}

const zylo = new Developer();
zylo.sayHello();

👨‍💻 What I do

I enjoy working with various technologies and tools, including:

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

🏆 GitHub Trophies

trophy

📈 GitHub Stats

Zylo's GitHub Stats GitHub Streak

Top Langs

📫 Get in touch

Zylo's Projects

avalon-env icon avalon-env

Avalon-Env is a utility package for parsing and validating environment variables with Zod. It ensures correct parsing and validation at runtime.

discord-typescript-bot icon discord-typescript-bot

A simple Discord bot template written in TypeScript, featuring modular structure and type safety for easy customization and expansion.

dotfile icon dotfile

Customize PowerShell with Oh My Posh. Easy setup, version control. Elevate terminal experience!

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.

register icon register

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

zylo23 icon zylo23

Hey there, I'm Zylo — a passionate full stack developer based in Thailand.

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.