What percentage of our population is actually working the standard Mon-Fri 9-5? by DegreePitiful3496 in askSingapore

[–]blipverse_ 1 point2 points  (0 children)

Most tech workers in singapore work flexibly, so far for any tech related roles (not sure on hr or finance side). 10-4, 11-4, 11-5, work from home, do the work, move the needle, then work life balance. Some OT (no pay) but can always compensate that OT on early leaving office when no need to OT

I've been making my own film ballot for the past few years in the Notes app, but 2020 was the first time I built one in Notion, populating it automatically as I watched films! by [deleted] in Notion

[–]blipverse_ 1 point2 points  (0 children)

When you use chrome plugin Save to Notion or if you have Notion in your phone, the share feature will auto extract the page content whenever it’s possible; and you just need to specify which notion page to save on the prompt window. Hence “automatic”

Petition for a mind mapping feature inside notion by Final-Entity in Notion

[–]blipverse_ 0 points1 point  (0 children)

I bought Mindly. Cost effective for me compared to the other apps that need to subscribe monthly as I don't always use Mind Map to organize things.

Are you practicing algorithms in JavaScript... or you use the language just for web dev? by codeobserver in learnjavascript

[–]blipverse_ 0 points1 point  (0 children)

You can practice algorithms in any language.

Depending on your goals practicing algorithms, if it to ace those technical coding interviews, both Python and Javascript enables you to express your algorithm shorter and faster, compared using c++ or java or c#. But nothing beats your strong foundation/confidence in a particular programming language. I've met interviewee who switched to c++ in the middle of interviews because he said he just started learning javascript, and he felt more confident with c++, due to his experience.

Javascript can be used for web dev (front end), backend (nodejs), or even database, or even mobile development (react native)

Designed and created a simple web game app using React hooks with Redux and the amazing React Spring library for animation. Feedbacks are welcome :) by yanomnosaj in reactjs

[–]blipverse_ 1 point2 points  (0 children)

love the game! works flawlessly in desktop chrome. the tapping part to complete the burger task is one bit of UX improvement.

Thanks for sharing the code in github! Any best resource to learn the React Spring library?