Skip to content
View shienyuan's full-sized avatar
🍊
Focusing
🍊
Focusing
  • New Zealand
  • 03:55 (UTC +12:00)
Block or Report

Block or report shienyuan

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

GitHub package.json version (branch) Netlify Status

Hey there!

I'm Shien[shee-en], a Full-stack Web Developer and Designer specialising in comprehensive web solutions. From visually appealing business websites to complex web applications, I have the expertise to handle the entire software development cycle, providing end-to-end web solutions.

The professional me:

When it comes to web development, I rely on modern stacks like Vue.js, Golang and GCP. I stay updated with evolving technologies and engage with leading resources such as GitHub, Dev.to, and Stack Overflow. Collaboration is my passion, and I enjoy working with people to achieve exceptional results

What sets me apart is my talent for combining seamless functionality with beautiful design. I have a great eye for aesthetics and love creating experiences that put users first. From start to finish, I take pride in being the creative force behind all my personal works, including this portfolio site that showcases my versatile skills as both a designer and a developer.

The everyday me:

But hey, life isn't just about coding! When I'm not immersed in lines of code, you'll find me embracing a variety of hobbies. I enjoy hitting the gym, indulging in woodworking projects, exploring my culinary skills, and capturing moments through photography. Oh, and did I mention I'm a total cat lover?

Ultimately, my goal is to create meaningful web applications that have a positive impact on people's lives. So, let's connect and join forces to create something truly extraordinary together!"

Pinned Loading

  1. Go useful snippets Go useful snippets
    1
    func main() {
    2
      // simple logger with time flag
    3
    	l := log.New(os.Stdout, "", log.LstdFlags)
    4
      // handler
    5
    	h := http.NewServeMux()