Skip to content

satanakorn/satanakorn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

34 Commits
Β 
Β 

Repository files navigation

πŸš€ Hello I'm Owen

Transforming Ideas into Code | Aspiring Full Stack Developer

Typing SVG

πŸ’« About Me

interface Developer {
  name: string;
  role: string;
  education: {
    university: string;
    year: number;
  };
  location: string;
  passion: string[];
  techStack: {
    languages: string[];
    frontend: string[];
    backend: string[];
    databases: string[];
    tools: string[];
  };
}

const owen: Developer = {
  name: "Sathanakon Bunphim",
  role: "Full Stack Developer",
  education: {
    university: "King Mongkut's University of Technology Thonburi",
    year: 3
  },
  location: "Thailand πŸ‡ΉπŸ‡­",
  passion: [
    "Web Development",
    "System Architecture",
    "UI/UX Design",
    "Problem Solving"
  ],
  techStack: {
    languages: ["Python", "JavaScript", "TypeScript", "PHP", "Java", "Go"],
    frontend: ["React", "Vue.js", "TailwindCSS", "Bootstrap", "HTML5/CSS3"],
    backend: ["Node.js", "Flask", "Django", "Express.js"],
    databases: ["MySQL", "PostgreSQL", "MongoDB"],
    tools: ["Git", "Docker", "VS Code", "Postman", "Linux"]
  }
};

πŸ› οΈ Technical Skills

πŸ‘¨β€πŸ’» Programming Languages

Python JavaScript TypeScript PHP Java Go

🎨 Frontend Development

React Vue HTML5 CSS3 TailwindCSS Bootstrap

πŸ”§ Backend Development

NodeJS Express Flask Django

πŸ—„οΈ Databases & Cloud

MySQL PostgreSQL MongoDB Docker

πŸ”¨ Tools & Technologies

Git VS Code Linux Figma

πŸ“Š GitHub Statistics

Owen's GitHub Stats
GitHub Stats Streak Stats
Top Languages

πŸ† GitHub Achievements

GitHub Trophies

πŸ“« Let's Connect!

I'm always interested in collaborating on innovative projects and connecting with fellow developers!

GitHub LinkedIn Email

Outro Typing

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published