๐ฐ Daily dev
This week I started to work on a new project, a chrome extension to retrieve some blockchain news's RSS to display it in every new tab based on what's doing daily.dev.
I finally choose to use svelte and having a node server to retrieve RSS feeds. I'm stuck with the multiple RSS data fetches and merge.
๐ก Interesting resources
๐ญ Thoughts of the week
I'm fed up struggling every time I want to do a loop or fetch URLs with node js cause I'm not able to properly understand how it works (or maybe too much use to Java/PHP)
โ Achieved this week
- Make a chrome extension work
๐ Plan for next week
- Continue the chrome extension project
- Start the Flutter formation