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

BabelNet

https://babelnet.org BabelNet is an innovative multilingual encyclopedic dictionary, with wide lexicographic and encyclopedic coverage of terms, and a semantic network/ontology which connects concepts and named entities in a very large network of semantic relations, made up of about 20 million entries. Conceived within the Sapienza NLP Leggi tutto…

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

mindsdb

Machine Learning in your database Integrate MindsDB and make predictions on top of the data in your existing database using SQL queries, eliminating costly replication and simplifying your application infrastructure. https://mindsdb.com

What It Means To Be a Software Architect

https://medium.com/ssense-tech/what-it-means-to-be-a-software-architect-at-ssense-8e6bc667972c Software architecture consists “… the fundamental organization of a system, embodied in its components, their relationships to each other and the environment, and the principles governing its design and evolution” Software architecture as the “shared knowledge of the system” and Leggi tutto…