Categories
#100DaysOfCode

Day 8: Redux on login

Keeping the streak is harder than I thought.

Categories
#100DaysOfCode

Day 7: Firebase login setup

https://gunpla-shop.huatzhi.repl.co/

Categories
#100DaysOfCode

Day 6: Sign in form on React

Some what look-able.

Categories
#100DaysOfCode

Day 5: Time Space Complexity related Algo

As title, tired today.

Categories
#100DaysOfCode

Day 4: Work on theory

Understanding how hash map work behind the scene, and time space complexity of it.

Categories
#100DaysOfCode

Day 3: Header Component

This is for yesterday. I added header component to my project, also adjusting the size of svg through css actually take me quite some time to do.

Shop page and collection preview component also done.

Categories
#100DaysOfCode

Day 2: React Router Dom

Added routes and links on the menu page.

Notes:

<Link to="/topics">Topic</Link>
<button onClick={()=>props.history.push("/topics")}>Topic</button>
<Link to={`${props.match.url}/ParticularTopic`}>ParticularTopic</Link>

Also add a rough sketch on showing the stock item react components.

https://gunpla-shop.huatzhi.repl.co/

Spent some time on understanding Heap, B-Tree, stacks and queues.

Categories
#100DaysOfCode

Day 1: Starting up

Goal is to improve 1% per day, and slowly build up.

Hopefully getting a remote programming jobs soon.

Today’s progress:

  • Styling menu-item https://gunpla-shop.huatzhi.repl.co/
  • Add repository to repl.it so I can code wherever no matter which laptop I’m using. It’s pretty neat.