My Coding Journey

Journey to a Full Stack Developer


  • Home

  • Archives

  • Tags

Git 101 - Basic Commands

Posted on 2017-07-07 | 0 Comments
BackgroundGit is a version control system. It tracks the changes you make. Every team uses some kind of versioning tool. One of the biggest features of git is branches. It’s the most popular version constrol system out there and many companies uses it. Before I start working I actually don’t use git ...
Read more »

Express-Custom Facebook Chatbot

Posted on 2017-06-30 | 0 Comments
FeaturesFacebook chat can custom response such as image, video, custom buttons. It can also add pay feature how ever still in demo. I have a FB page about room rental. For my chatbot, I want it to introduct some basic room types and if customer asks a too complicated question, I’ll have a generic r ...
Read more »

Express-Basic Facebook Chatbot

Posted on 2017-06-30 | 0 Comments
BackgroundFacebook chatbot is a chatbot service that user can use to their own facebook pages. You can use chatbot to answer basic user questions and direct them to their desire products. However, it can not have a deep conversation with user. (You will need to use a Artificial Intelligence API or ...
Read more »

Express-Intro to Passport.js part II

Posted on 2017-06-23 | 0 Comments
This is the second part on my Passport tutorial. Please read first part if you haven’t. Import session, express-validator, connect flash into app.js 1234567891011121314151617181920212223242526272829303132333435363738394041var session = require('express-session');var flash = require('connect-flash') ...
Read more »

Express-Intro to Passport.js part I

Posted on 2017-06-21 | 0 Comments
BackgroundPassport is a user authentication library for node. It provides tons of strategies (facebook, google, etc). I’ll be going over the basic passport-local strategy which you sign up with username and passpord. User login with valid name and password. I’ll also show to how to use session and f ...
Read more »

Book Review - The Little Book of Common Sense Investing

Posted on 2017-06-21 | 0 Comments
BackgroundJohn Bogle, the founder of The Vanguard Group, preaches the idea of index investing. His company Vanguard Group also is one of the leaders in index funds. In his book he talks about why index fund is the best and safest strategy for average investors. Index Fund vs Mutal FundJohn compares ...
Read more »

Book Review - Millionaire Teacher

Posted on 2017-06-21 | 0 Comments
Background on authorAndrew is an English teacher from Cananda currently teaching in Singapore. Andrew is also a middle class person. He started learning investing when he was 19. He learned from a mechanic who was also a millionaire. His investing strategy is very simple and buys stocks only when s ...
Read more »

Stripejs on express part I

Posted on 2017-06-19 | 0 Comments
Integrating Stripe to your app can be separated into two parts, frontend validation and submitting orders through backend server I”ll be going over frontend validation in this post. This process is to validate to see if your credit card is valid. This is a complex alogoritm luckily stripe has provid ...
Read more »

Book Review: Soft Skills

Posted on 2017-06-16 | 0 Comments
Book ReviewI read this book after I got a job offer, but I have been following John’s youtube channel since I started learning code. John is not a typical developer. He’s buff and besides his prolific coding skiills, he is also good at investing, fitness, and business. He’s main focus is in self de ...
Read more »

Time to Learn Node/ExpressJS

Posted on 2017-06-16 | 0 Comments
After receiving a frontend job, I decided I want to learn some backend development before work started. I realize there’s only so far you can go with just frontend development. Eventually you still need to store the data in the database. Therefore, I decided to go with nodejs because nodeJS is event ...
Read more »
1234…7
Danny Huang

Danny Huang

67 posts
24 tags
RSS
GitHub Facebook
© 2018 Danny Huang
Powered by Hexo
Theme - NexT.Pisces