Advertisement
Guest User

favoritos

a guest
Jan 6th, 2025
215
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.63 KB | None | 0 0
  1. #### Programming
  2. - [The introduction to Reactive Programming you've been missing](https://gist.github.com/staltz/868e7e9bc2a7b8c1f754)
  3. - [Douglas Crockford - The Better Parts on Vimeo](https://vimeo.com/97419177)
  4. - [Why Senior Devs Write Dumb Code and How to Spot a Junior From A Mile Away](https://hackernoon.com/why-senior-devs-write-dumb-code-and-how-to-spot-a-junior-from-a-mile-away-27fa263b101a)
  5. - [AHA Programming 💡](https://kentcdodds.com/blog/aha-programming)
  6. - [Wat](https://www.destroyallsoftware.com/talks/wat)
  7. - [VisuAlgo - visualising data structures and algorithms through animation](https://visualgo.net/en)
  8. - [Droogans/unmaintainable-code: A more maintainable, easier to share version of the infamous http://mindprod.com/jgloss/unmain.html](https://github.com/Droogans/unmaintainable-code)
  9. - [The “Bug-O” Notation — Overreacted](https://overreacted.io/the-bug-o-notation/)
  10. - [Programmer- or Product Developer? Why The Difference Matters! | by Barry Overeem | The Liberators | Medium](https://medium.com/the-liberators/programmer-or-product-developer-why-the-difference-matters-77c8d797cf0)
  11. - [kettanaito/naming-cheatsheet: Comprehensive language-agnostic guidelines on variables naming. Home of the A/HC/LC pattern.](https://github.com/kettanaito/naming-cheatsheet)
  12. - [justinamiller/SoftwareArchitect: Path to a Software Architect](https://github.com/justinamiller/SoftwareArchitect)
  13. - [Colocation](https://kentcdodds.com/blog/colocation)
  14. - [On undoing, fixing, or removing commits in git](https://sethrobertson.github.io/GitFixUm/fixup.html)
  15. - [The Elements of UI Engineering — overreacted](https://overreacted.io/the-elements-of-ui-engineering/)
  16. #### JavaScript
  17. - [JavaScript Design Patterns - doFactory.com](http://www.dofactory.com/javascript/design-patterns)
  18. - [JavaScript Garden](https://shamansir.github.io/JavaScript-Garden/)
  19. - [ES modules: A cartoon deep-dive - Mozilla Hacks - the Web developer blog](https://hacks.mozilla.org/2018/03/es-modules-a-cartoon-deep-dive/)
  20. - [Eloquent JavaScript 3.0](https://eloquentjavascript.net/)
  21. - [leonardomso/33-js-concepts: 📜 33 concepts every JavaScript developer should know.](https://github.com/leonardomso/33-js-concepts#readme)
  22. - [30-seconds/30-seconds-of-code: Curated collection of useful JavaScript snippets that you can understand in 30 seconds or less.](https://github.com/30-seconds/30-seconds-of-code#readme)
  23. - [trekhleb/javascript-algorithms: 📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings](https://github.com/trekhleb/javascript-algorithms#readme)
  24. - [Why I've stopped exporting defaults from my JavaScript modules - Human Who Codes](https://humanwhocodes.com/blog/2019/01/stop-using-default-exports-javascript-module/)
  25. - [“No semicolons” is the opposite of practical · Issue #78 · standard/standard](https://github.com/standard/standard/issues/78)
  26. - [The TypeScript Tax – JavaScript Scene – Medium](https://medium.com/javascript-scene/the-typescript-tax-132ff4cb175b)
  27. - [Constant confusion: why I still use JavaScript function statements](https://medium.com/free-code-camp/constant-confusion-why-i-still-use-javascript-function-statements-984ece0b72fd)
  28. - [JavaScript Rising Stars](https://risingstars.js.org/)
  29. - [JS & Node.js Testing Best Practices | Google](https://github.com/goldbergyoni/javascript-testing-best-practices)
  30. - [Web Components Will Outlive Your JavaScript Framework | jakelazaroff.com](https://jakelazaroff.com/words/web-components-will-outlive-your-javascript-framework/)
  31. - [Intro to Functional Programming: JavaScript Paradigms | Toptal](https://www.toptal.com/javascript/functional-programming-javascript)
  32. - [10 Interview Questions Every JavaScript Developer Should Know](https://medium.com/javascript-scene/10-interview-questions-every-javascript-developer-should-know-6fa6bdf5ad95)
  33. #### Front-End
  34. - [Simplify paint complexity and reduce paint areas — Web Fundamentals](https://developers.google.com/web/fundamentals/performance/rendering/simplify-paint-complexity-and-reduce-paint-areas)
  35. - [UX Myths - Good UI](https://uxmyths.com/)
  36. - [Home | Laws of UX](https://lawsofux.com/)
  37. - [SMACSS](https://smacss.com/)
  38. - [Learn CSS Layout](http://learnlayout.com/)
  39. - [Web Design in 4 minutes](http://jgthms.com/web-design-in-4-minutes/)
  40. - [XSS game](https://xss-game.appspot.com/)
  41. - [9 basic principles of responsive web design](http://blog.froont.com/9-basic-principles-of-responsive-web-design/)
  42. - [Flexbox.ninja – Solved by Flexbox High Kick](https://flexbox.ninja/)
  43. - [Specifics on CSS Specificity | CSS-Tricks](https://css-tricks.com/specifics-on-css-specificity/)
  44. - [nefe/You-Dont-Need-jQuery: Examples of how to do query, style, dom, ajax, event etc like jQuery with plain javascript.](https://github.com/nefe/You-Dont-Need-jQuery#readme)
  45. - [Comprehensive Guide: When to Use Em vs. Rem](https://webdesign.tutsplus.com/tutorials/comprehensive-guide-when-to-use-em-vs-rem--cms-23984)
  46. - [AWS in Plain English](https://www.expeditedssl.com/aws-in-plain-english)
  47. - [Actual XSS in 2020 · Xentropy's Hackventures](https://netsec.expert/2020/02/01/xss-in-2020.html)
  48. - [h5bp/Front-end-Developer-Interview-Questions: A list of helpful front-end related questions you can use to interview potential candidates, test yourself or completely ignore.](https://github.com/h5bp/Front-end-Developer-Interview-Questions)
  49. - [Component Party](https://component-party.dev/)
  50. #### React
  51. - [The 5 Types Of React Application State - James K Nelson](http://jamesknelson.com/5-types-react-application-state/)
  52. - [You Might Not Need Redux – Dan Abramov – Medium](https://medium.com/@dan_abramov/you-might-not-need-redux-be46360cf367)
  53. - [Thinking in React Hooks](https://2019.wattenberger.com/blog/react-hooks)
  54. - [Blogged Answers: A (Mostly) Complete Guide to React Rendering Behavior · Mark's Dev Blog](https://blog.isquaredsoftware.com/2020/05/blogged-answers-a-mostly-complete-guide-to-react-rendering-behavior/)
  55. - [react-hookz/web: React hooks done right, for browser and SSR.](https://github.com/react-hookz/web)
  56. - [Tao of React - Software Design, Architecture & Best Practices | Alex Kondov - Software Engineer](https://alexkondov.com/tao-of-react/)
  57. - [Is React Having An Angular.js Moment?](https://marmelab.com/blog/2023/06/05/react-angularjs-moment.html)
  58. - [React: Rethinking best practices & myth of separation of concerns -- JSConf EU](https://www.youtube.com/watch?v=x7cQ3mrcKaY)
  59. - [Next.js App Router migration: the good, bad, and ugly](https://www.flightcontrol.dev/blog/nextjs-app-router-migration-the-good-bad-and-ugly)
  60. - [GitHub - alan2207/bulletproof-react: 🛡️ ⚛️ A simple, scalable, and powerful architecture for building production ready React applications.](https://github.com/alan2207/bulletproof-react)
  61. #### Node.js
  62. - [Reading and writing Node.js streams](https://blog.platformatic.dev/a-guide-to-reading-and-writing-nodejs-streams)
  63. - [Platformatic HQ](https://www.platformatichq.com/node-principles#radix-:RmjaH1:)
  64. - [GitHub - goldbergyoni/nodebestpractices: :white_check_mark: The Node.js best practices list (July 2024)](https://github.com/goldbergyoni/nodebestpractices#readme)
  65. - [Tne 9 Node Pillars - Platformatic](https://www.platformatichq.com/node-principles)
  66. - [typespec.io](https://typespec.io/)
  67. - [Bringing Types to APIs with TypeSpec | Zuplo Blog](https://zuplo.com/blog/2023/04/19/bringing-types-to-apis-with-typespec)
  68. - [nutjs.dev](https://nutjs.dev/)
  69. - [Testing the dark scenarios of your Node.js application | Practica.js](https://practica.dev/blog/testing-the-dark-scenarios-of-your-nodejs-application/)
  70. - [An introduction to debugging in Node.js](https://blog.openreplay.com/an-introduction-to-debugging-in-nodejs/)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement