My Coding Journey

Journey to a Full Stack Developer


  • Home

  • Archives

  • Tags

Basic express CRUD with MongoDB

Posted on 2017-06-16 |
BackgroundThis is a basic overview of how to do a CRUD process in expressJS with MongoDB. Database.SQL database stores related data tables. NOSQL database stores json like field-value pairs. You can still have primary keys, index, and relationships. I wont talk too much about them here. I’ll do anot ...
Read more »

Stripejs on express part II

Posted on 2017-06-16 |
After we can our token from stripe.js, now we need to send this token to stripe API with our server. Then our charge will be complete. Install stripe through npm 1npm install stripe Implement request - here’s example request from Stripe API 123456789101112var stripe = require("stripe")( "sk_test_ ...
Read more »

100 Days Code Challenge Feedback

Posted on 2017-06-02 |
I decided to share a summary and thoughts on my 100dayscodechallenge on facebook. I received close to 1000 likes and over 50 shares. I have to say I’m pretty shocked by the amount of likes that I’m getting from the community. I even receieved an email from Quicy Larson to share my forum post, which ...
Read more »

Thoughts on 100_Days_Code_Challege

Posted on 2017-05-25 |
Today I Finished my 100 Days Coding Challenge. Here’s my thoughts and accomplishments. Here’s my github: (https://github.com/kuanhsuh)Here’s my FCC certificate: (https://www.freecodecamp.com/kuanhsuh/front-end-certification)Here’s my blog: (https://kuanhsuh.github.io/) To View my 100 day coding log: ...
Read more »

100 Days Code Challenge Day 90-100

Posted on 2017-05-25 |
Day 91 5.15[ ] Work on interview technical questions[ ] Review my Code[ ] 104 job search site Day 92 5.16[ ] Interview with BXB Day 92 5.17[ ] Interview with Global[ ] Work on gulp-construction Day 93 5.18[ ] Install Wordpress[ ] Work on gulp-construction Day 94 5.19[ ] Finish Gulp Construction Proj ...
Read more »

100 Days Code Challenge Day 80-90

Posted on 2017-05-15 |
Day 81 5.3[ ] Netflix Clone Project -setup project, fetch upcoming Day 82 5.4[ ] Netflix Clone Project -autosuggest, movieshow, react router Day 83 5.5[ ] Netflix Clone Project Finish CSS Day 83 5.6[ ] Went to FrontEnd conference[ ] Finish Netflix Clone Project(fix bug) Day 84 5.7[ ] Read HTML&C ...
Read more »

My Awesome CSS Components

Posted on 2017-05-15 |
Here’s my collection of CSS Components made by me. LayoutHeader(KenBurn Effect): http://codepen.io/dannyhuang/pen/pPypEwGallery/Portfolio: http://codepen.io/dannyhuang/pen/oWbrrJFooter: http://codepen.io/dannyhuang/pen/VbeJVqTable: http://codepen.io/dannyhuang/pen/aWZGBYForm: http://codepen.io/danny ...
Read more »

100 Days Code Challenge Day 70-80

Posted on 2017-05-02 |
Code LogsDay 71 4.23[ ] ES6 Videos-extension in objects[ ] 2 start bootstrap theme conversion Day 72 4.24[ ] ES6 Videos - Map Sets[ ] 1 More Theme Conversion Day 73 4.25[ ] ES6 Videos - Map Sets[ ] Looked at some react js animations[ ] Finish 1 Theme Conversion[ ] Work on 1 ReactJS conversion Day ...
Read more »

100 Days Code Challenge Day 60-70

Posted on 2017-05-02 |
Code LogDay 61-4.15[ ] Morning RWD with css[ ] Finish React Blog app Day 62-4.16[ ] RWD with css Day 63-4.17[ ] Redux/React CRUD app[ ] RWD with css 06-03[ ] Bootstrap Theme text scroll tutorial[ ] Work on Bootstrap HTML CSS[ ] Learn to Code HTML&CSS Lesson 1 & 2 Day 64 4.18[ ] RWD with CSS ...
Read more »

100 Days Code Challenge Day 50-60

Posted on 2017-05-02 |
Code LogDay 50-3.31-React Day 19[ ] Rebuild Random Text Generator App[ ] Finish FCC D3 challenges Day 51-4.1-D3 Day 1[ ] D3 Practice Day 52-4.2-D3 Day 2[ ] D3 Practice Day 53-4.3-D3 Day 3[ ] D3 Practice Day 53-4.4-D3 Day 4[ ] D3 Practice Day 53-4.5-D3 Day 5[ ] Finish D3 USA GDP project[ ] Work on Re ...
Read more »
1…345…7
Danny Huang

Danny Huang

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