As title, tired today.
Month: September 2020
Categories
Day 4: Work on theory
Understanding how hash map work behind the scene, and time space complexity of it.
Categories
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
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
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.