Back
nicorama .eth
nicorama .eth
@nicolas
Maker, hard-core coder, blockchain explorer, Toptaler, almost serial entrepreneur and former science teacher.
Released my algos exercices to pass job interviews, including Java and Javascript.
Clearly not a great repo, but it did the job.
github.com/nicolas-zozol/algo…
Passed the technical interview. No algo was involved 😅
I made 24 hours of coding interview algorithms in 3 days 🤯
50 hours of doing real stuff this week. Best score since 3 months, when I started to track this.
Binary search and two pointers algorithm programs
Watched amazing yt videos & conferences about CRDTs:
- www.youtube.com/watch?v=gZP2V… (10 minutes)
- www.youtube.com/watch?v=M8-WF… (1hr, best one)
- www.youtube.com/watch?v=aClPN… (french)
re-shipped 3 times on npm because of ESM modules and config hard to grasp....
Masala parser updated to seriously tackle url path
Complex nextjs routing solved, with optional local, and category pages.
#seopyramids
Huge refactoring on blog domain objects.
#seopyramids
Learning about Route Groups in NextJS. Looks very powerful to handle correctly site internationalisation.
#seopyramids
use-in-view quick win hook to add an animation when entering the viewport. Works with "use client" which is in fact ok for SEO.
#seopyramids