martin tsan

ABOUTBLOG

Copyright © 2020

Martin Tsan

BLOG POSTS

"Choose a job you love, and you will never have to work a day in your life."
― Confucius

Cover

2019-06-09

Correctly setting environment variables for Rails

What are environment variables? Intuitively, environment variables are made up of name/value pairs. They can be set inside your operation system but outside your rails applications. ...

Cover

2019-06-01

7 Tips for the Coding Resume (specifically for Software Engineers)

I wanted to talk to you guys about 7 basic resume tips for the technical coding interview. It's come to my attention that some of you guys you've been sending me resumes to critique to take a look at and some of them are extraordinarily bad, hideous, and I wanted to make a post just so that in one shot, I could give you guys all a few basic tips to up your game. ...

Cover

2019-03-04

Solved connection problem after MySQL installed on macOS

I downloaded MySQL from official website, I got this error message when I tried to connect MySQL server by Seq after it was installed. I had no idea when I first got this, after google the problem, I find the solution. ...