Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #### Programming
- - [The introduction to Reactive Programming you've been missing](https://gist.github.com/staltz/868e7e9bc2a7b8c1f754)
- - [Douglas Crockford - The Better Parts on Vimeo](https://vimeo.com/97419177)
- - [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)
- - [AHA Programming 💡](https://kentcdodds.com/blog/aha-programming)
- - [Wat](https://www.destroyallsoftware.com/talks/wat)
- - [VisuAlgo - visualising data structures and algorithms through animation](https://visualgo.net/en)
- - [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)
- - [The “Bug-O” Notation — Overreacted](https://overreacted.io/the-bug-o-notation/)
- - [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)
- - [kettanaito/naming-cheatsheet: Comprehensive language-agnostic guidelines on variables naming. Home of the A/HC/LC pattern.](https://github.com/kettanaito/naming-cheatsheet)
- - [justinamiller/SoftwareArchitect: Path to a Software Architect](https://github.com/justinamiller/SoftwareArchitect)
- - [Colocation](https://kentcdodds.com/blog/colocation)
- - [On undoing, fixing, or removing commits in git](https://sethrobertson.github.io/GitFixUm/fixup.html)
- - [The Elements of UI Engineering — overreacted](https://overreacted.io/the-elements-of-ui-engineering/)
- #### JavaScript
- - [JavaScript Design Patterns - doFactory.com](http://www.dofactory.com/javascript/design-patterns)
- - [JavaScript Garden](https://shamansir.github.io/JavaScript-Garden/)
- - [ES modules: A cartoon deep-dive - Mozilla Hacks - the Web developer blog](https://hacks.mozilla.org/2018/03/es-modules-a-cartoon-deep-dive/)
- - [Eloquent JavaScript 3.0](https://eloquentjavascript.net/)
- - [leonardomso/33-js-concepts: 📜 33 concepts every JavaScript developer should know.](https://github.com/leonardomso/33-js-concepts#readme)
- - [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)
- - [trekhleb/javascript-algorithms: 📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings](https://github.com/trekhleb/javascript-algorithms#readme)
- - [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/)
- - [“No semicolons” is the opposite of practical · Issue #78 · standard/standard](https://github.com/standard/standard/issues/78)
- - [The TypeScript Tax – JavaScript Scene – Medium](https://medium.com/javascript-scene/the-typescript-tax-132ff4cb175b)
- - [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)
- - [JavaScript Rising Stars](https://risingstars.js.org/)
- - [JS & Node.js Testing Best Practices | Google](https://github.com/goldbergyoni/javascript-testing-best-practices)
- - [Web Components Will Outlive Your JavaScript Framework | jakelazaroff.com](https://jakelazaroff.com/words/web-components-will-outlive-your-javascript-framework/)
- - [Intro to Functional Programming: JavaScript Paradigms | Toptal](https://www.toptal.com/javascript/functional-programming-javascript)
- - [10 Interview Questions Every JavaScript Developer Should Know](https://medium.com/javascript-scene/10-interview-questions-every-javascript-developer-should-know-6fa6bdf5ad95)
- #### Front-End
- - [Simplify paint complexity and reduce paint areas — Web Fundamentals](https://developers.google.com/web/fundamentals/performance/rendering/simplify-paint-complexity-and-reduce-paint-areas)
- - [UX Myths - Good UI](https://uxmyths.com/)
- - [Home | Laws of UX](https://lawsofux.com/)
- - [SMACSS](https://smacss.com/)
- - [Learn CSS Layout](http://learnlayout.com/)
- - [Web Design in 4 minutes](http://jgthms.com/web-design-in-4-minutes/)
- - [XSS game](https://xss-game.appspot.com/)
- - [9 basic principles of responsive web design](http://blog.froont.com/9-basic-principles-of-responsive-web-design/)
- - [Flexbox.ninja – Solved by Flexbox High Kick](https://flexbox.ninja/)
- - [Specifics on CSS Specificity | CSS-Tricks](https://css-tricks.com/specifics-on-css-specificity/)
- - [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)
- - [Comprehensive Guide: When to Use Em vs. Rem](https://webdesign.tutsplus.com/tutorials/comprehensive-guide-when-to-use-em-vs-rem--cms-23984)
- - [AWS in Plain English](https://www.expeditedssl.com/aws-in-plain-english)
- - [Actual XSS in 2020 · Xentropy's Hackventures](https://netsec.expert/2020/02/01/xss-in-2020.html)
- - [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)
- - [Component Party](https://component-party.dev/)
- #### React
- - [The 5 Types Of React Application State - James K Nelson](http://jamesknelson.com/5-types-react-application-state/)
- - [You Might Not Need Redux – Dan Abramov – Medium](https://medium.com/@dan_abramov/you-might-not-need-redux-be46360cf367)
- - [Thinking in React Hooks](https://2019.wattenberger.com/blog/react-hooks)
- - [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/)
- - [react-hookz/web: React hooks done right, for browser and SSR.](https://github.com/react-hookz/web)
- - [Tao of React - Software Design, Architecture & Best Practices | Alex Kondov - Software Engineer](https://alexkondov.com/tao-of-react/)
- - [Is React Having An Angular.js Moment?](https://marmelab.com/blog/2023/06/05/react-angularjs-moment.html)
- - [React: Rethinking best practices & myth of separation of concerns -- JSConf EU](https://www.youtube.com/watch?v=x7cQ3mrcKaY)
- - [Next.js App Router migration: the good, bad, and ugly](https://www.flightcontrol.dev/blog/nextjs-app-router-migration-the-good-bad-and-ugly)
- - [GitHub - alan2207/bulletproof-react: 🛡️ ⚛️ A simple, scalable, and powerful architecture for building production ready React applications.](https://github.com/alan2207/bulletproof-react)
- #### Node.js
- - [Reading and writing Node.js streams](https://blog.platformatic.dev/a-guide-to-reading-and-writing-nodejs-streams)
- - [Platformatic HQ](https://www.platformatichq.com/node-principles#radix-:RmjaH1:)
- - [GitHub - goldbergyoni/nodebestpractices: :white_check_mark: The Node.js best practices list (July 2024)](https://github.com/goldbergyoni/nodebestpractices#readme)
- - [Tne 9 Node Pillars - Platformatic](https://www.platformatichq.com/node-principles)
- - [typespec.io](https://typespec.io/)
- - [Bringing Types to APIs with TypeSpec | Zuplo Blog](https://zuplo.com/blog/2023/04/19/bringing-types-to-apis-with-typespec)
- - [nutjs.dev](https://nutjs.dev/)
- - [Testing the dark scenarios of your Node.js application | Practica.js](https://practica.dev/blog/testing-the-dark-scenarios-of-your-nodejs-application/)
- - [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