Chenyun ZhangWhat you need to know about Status Code100 means hold on, something’s going to happenOct 7, 2022Oct 7, 2022
Chenyun ZhangUnix Commands that you must know as a developerls displays the list of your current directoryOct 7, 2022Oct 7, 2022
Chenyun ZhangImperative Programming and Declarative programmingImperative programming is you tell you program imperative instructions on what to do, when to do, and how to do it. Example for imperative…Oct 7, 2022Oct 7, 2022
Chenyun ZhangP, Print, and Puts in RubyUnlike other programming languages, Ruby has p, print, puts to print out information to the command line. For Ruby beginners, it might be a…Jul 21, 2021Jul 21, 2021
Chenyun ZhangA mini project with Python to automate your workMy friend reached out to me yesterday asking me if I can generate emails for him. His request is simple. He wants to register a new Gmail…Jan 9, 20211Jan 9, 20211
Chenyun ZhangHow I build a single page application with Ruby API backend and JS frontend from scratchAfter I’ve finally deployed my app in Heroku, I decided to write a blog to go over this project. Hopefully it gives you an idea on how to…Oct 7, 2020Oct 7, 2020
Chenyun ZhangTricks that you don’t know about your developer tool.When you start to work with Javascript as a new developer, the developer tool console.log() becomes to your best friend. But, besides…Sep 29, 20201Sep 29, 20201
Chenyun ZhangLearn Algorithm with Leetcode(Ruby):350. Intersection of Two ArraySep 14, 2020Sep 14, 2020