Illustrated portrait of Winston Feng

Hi! I'm Winston πŸ‘‹

Software Developer & Designer

Developer who designs. Designer who ships.

Based in

Where are you?

Toronto, Canada

Current Location
Delivered

A bit about me

Year
3rd
GPA
3.94/4
Major
Computer Science & Economics
Illustrated portrait of Winston Feng
theme.js Appearance
const btn = get('#theme');

btn.on('click', () => {
  const next = dark
    ? 'light'
    : 'dark';
  root.theme = next;
  save('theme', next);
});

I also enjoy…

Working out πŸ‹οΈ

Photography πŸ“·

Cooking 🍳

Working out πŸ‹οΈ

My design philosophy

Great UX is to
make users
feel in control.

What I use

Python
JavaScript
Java
C
HTML
CSS
R
Git
Figma
Photoshop
Illustrator
React
Experience

Projects

View all
Tech stack

What I use

Front end

HTML
Page structure
CSS
Styling and layout
JavaScript
Interactivity

Back end

Python
Scripts and APIs
Java
Object-oriented apps
C
Systems programming
R
Stats and data
Git
Version control

Design

Figma
UI design and prototypes
Photoshop
Photo editing
Lightroom
Photo culling and colour
Illustrator
Vector graphics

Currently learning

React
Component UIs
Node.js
Server-side JS
MongoDB
Document databases
Postgres
SQL databases