Tips for C Programming
https://www.youtube.com/watch?v=9UIIMBqq1D4
A quick run through of some tips for programming in C that have helped with my productivity and enjoyment of the language.
#clang #cprogramming #c #programming
Javascript guess the output
https://douiri.org/quizzes/javascript-guess-the-output/
#js #javascript #quiz
JavaScript's "destructors" or the explicit resource management
https://waspdev.com/articles/2025-05-17/js-destructors-or-explicit-resource-management
#javascript #js
Unpacking Node.js Memory - From Raw Bytes to Usable Data
https://www.banjocode.com/post/node/memory-management
#javascript #nodejs
JavaScript's New Superpower: Explicit Resource Management
Hadn't so much. Guess they both reached a refined level?
Are there any groups on Nostr for business owners/founders?
Maybe it wants to meet the neighbours bot.
Check out other #Nostr apps from time to time.
#Satellite https://satellite.earth is a #Reddit-like topic-oriented interface.
a) https://satellite.earth/n/javascript/npub1s88uxq966k65kgurhqq83wt29xzrrgmja8p3xvkl57n5hn82skgs532kes
b) https://satellite.earth/n/C/npub1s88uxq966k65kgurhqq83wt29xzrrgmja8p3xvkl57n5hn82skgs532kes
#Chachi for #chat #groups
How do you handle this?
9 Principles for Doing Node.js right in enterprise environments
https://www.platformatichq.com/node-principles
1. Do not block the event loop
2. Monitor Node specific metrics and act on them
3. Use Node LTS versions in production
4. Automate testing, code review and conformance as much as possible
5. Avoid dependency creep
6. De-risk your dependencies
7. Avoid global variables, config or singletons
8. Handle errors and provide meaningful logs
9. Use API specifications and automatically generate clients
#Web #design
Top vs side navigation bars.
https://uxdesign.cc/top-navigation-vs-side-navigation-wich-one-is-better-24aa5d835643
Link?
How React Works Behind the Scenes
https://www.deepintodev.com/blog/how-react-works-behind-the-scenes
How #JSX is converted to #JavaScript
The purpose and structure of React Elements
What rendering means in React
When components re-render and why
What is Virtual DOM and Fiber Tree
How the Virtual DOM and Fiber Tree optimize performance
How diffing algorithm works
The reconciliation process that makes #React efficient
How React Works Behind the Scenes
How JavaScript Works Behind the Scenes
https://www.deepintodev.com/blog/how-javascript-works-behind-the-scenes
How #JavaScript executes code in a single thread
What the Call Stack is and how it manages execution
How Web APIs help with asynchronous operations
The difference between Task Queue and Microtask Queue
How the Event Loop coordinates all these components
A bit of #computer #history around the #shell's evolution:
Any chance of lowering the required version? Long shot I know.