I think I've been jumping all over the place! The last week I seriously started getting into a few things
- building an Astro side project to learn SSR
- exploring work CI pipeline to see how I could optimise
- considering exploring BFF to learn BE skills so it starts to feel a bit crazy.
On the other hand, the last week was packed with matters outside of work, so the journal last week was a little sparse, but onward and upward!
1. JS Quiz
- MON - Responsive Web Design, JS Fundamentals. Browser, Screen Size, Device, OS Compatibility.
-
float, which happens to be useful for my work! -
BrowserStackandSeleniumfor automated UI testing
-
- THU - CSS, Virtual DOM, Hoisting
2. Behaviour (3 daily)
| MON | TUE | WED | THU | FRI | SAT | SUN |
|---|---|---|---|---|---|---|
| ✅ | ✅ | ✅ | ✅ | ✅ |
3. Leetcode
- MON - Largest Color Value in a Directed Graph. Solved half the test cases (40/83) for this Hard
Graphquestion. CompletedBacktrackingin 30 minutes. TLE-ed. - TUE - Divisible and Non-divisible Sums Difference Easy question. Challenged myself to improve O(N) to O(1) by arithmetic progression formula.
Math. - WED - Maximize the Number of Target Nodes After Connecting Trees I Medium
Tree,BFSquestion. - FRI - Find Closest Node to Given Two Nodes Medium
GraphandBFSquestion. Confusing description, spent a lot of time. - SUN - Distribute Candies Among Children II Medium
Mathquestion. Mind boggling.
4. JS Coding
- MON -
Promise.all(JS),useDebounce(React), andTodo List(UI) - TUE -
Curry(JS),useCycle(React),Progress Bar(UI @ work) - THU -
Contact Form(UI),Data Merging(JS)
5. System Design
- THU - Real-time Notification System
- FRI - Collaborative Editor like Google Docs
Top comments (0)