Stavros's avatar
Stavros
npub1s88u...2kes
Stavros's avatar
stavros 7 months ago
Tips for C Programming 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
Stavros's avatar
stavros 8 months ago
9 Principles for Doing Node.js right in enterprise environments 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
Stavros's avatar
stavros 8 months ago
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
Stavros's avatar
stavros 8 months ago
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
Stavros's avatar
stavros 9 months ago
Is hashing on the client side a thing yet? #programming #web
Stavros's avatar
stavros 10 months ago
#LetsEncrypt changed root authority cert?