The Internet Computer
The Internet Computer is a new technology stack that is tamper-proof, fast, scales to billions of users around the world, and supports a new kind of autonomous software that promises to reverse Big Tech’s monopolization of the internet. https://dfinity.org https://sdk.dfinity.org/docs/quickstart/quickstart-intro.html
Stateofjs.com
The JavaScript world could use a bit of classification. For the past four years this survey has helped us do just that, by collecting data from over 20,000 developers to identify current and upcoming trends. This year again, take the survey to help us find out which libraries developers want Leggi tutto…
Render on Window Resize in React
https://www.pluralsight.com/guides/render-window-resize-react
Setting Default Values with JavaScript’s Destructuring
https://wesbos.com/destructuring-default-values
Domain-Driven Design
Initially introduced and made popular by programmer Eric Evans in his 2004 book, Domain-Driven Design: Tackling Complexity in the Heart of Software… https://medium.com/spotlight-on-javascript/domain-driven-design-for-javascript-developers-9fc3f681931a
Hexagonal Architecture
The hexagonal architecture was invented by Alistair Cockburn in an attempt to avoid known structural pitfalls in object-oriented software design, such as undesired dependencies between layers and contamination of user interface code with business logic, and published in 2005.
SVELTE.DEV
Svelte is a radical new approach to building user interfaces. Whereas traditional frameworks like React and Vue do the bulk of their work in the browser, Svelte shifts that work into a compile step that happens when you build your app. https://svelte.dev