Articles

Tags
#Abstraction#Abstraction Layer#Acceptance Testing#Accidental Complexity#Advanced Object-Oriented Programming#Aggregate#Aggregate Root#Aggregation#Agile#Application Logic#Architecture#Asterisk#BDD#Backend#Books#Business#CRUD#Characterization Testing#Class diagram#Classic TDD#Clean Architecture#Code-First#Command Query Separation#Composition#Convergence#Core code#DDD#DTO#Data Model Tree#Database#Delegation#Dependencies#Dependency Injection#Dependency Inversion#Design Patterns#Divergence#Domain Events#Domain-Driven Design#E2E Testing#E2E tests#ES6#Encapsulation#Enterprise software#Essential Complexity#Event-based systems#Express.js#Feature-Driven Development#Frontend Development#Functional Programming#Functional programming#Gatsby#GatsbyJS#GraphQL#High Value Tests#IOC Containers#Infrastructure code#Inheritance#Inside-Out TDD#Integration tests#Intention Revealing Interfaces#Inversion of Control#IoC Containers#JavaScript#Jest#Language#Leaky Abstraction#Many-to-many#Mapper pattern#Mastery#Mental Models#Metaphysics#Mocking#Model-View-Presenter#Music#Negative Value#Netlify#Networking#Node.js#Non-functional requirements#OOP#ORM#Object-Oriented Programming#Observer Pattern#One-to-many#Outside-In TDD#Polymorphism#Professionalism#Psychology#RDD#RESTful APIs#React#Repository pattern#Roadmap#SEO#SOLID#Sequelize#Serverless#Software Craftsmanship#Software Design#Software Essentialism#Software quality attributes#Spirituality#Spotify#Starters#TDD#Technical practice#Test Rig#Test-Driven Development#Testing#The 12 Essentials#The Builder Pattern#The Feedback Loop#The Phases of Craftship#Three Ways#Tutorial#TypeORM#TypeScript#Typical Tests#UML#Unit Tests#Use Cases#Use cases#Value#Value Object#ts-auto-mock
13

Showing 13 article(s) about "Web Development"



JavaScript forEach | Looping Through an Array in JS
JavaScript's for each loop is a quick and easy way to iterate over an array. Used as an alternative to the for loop, it can make c...
How to Get the Currently Playing Song using the Spotify Node.js API & TypeScript
A quick and straightforward guide to hooking into the Spotify's awesome API to show the current song that you're listening to. It ...
How to Prerender Comments | Gatsbyjs Guide
Prerendering dynamic data can have several advantages. For Gatsby blogs with high engagement, comments can positively impact SEO, ...
Over $85 billion spent on fixing bad code [bootcamps, junior devs, JavaScript, and software design principles]
More and more money is being spent by companies on maintaining bad JavaScript code. Here's where I think our industry needs to cha...
TypeScript vs. JavaScript [Pros / cons]
TypeScript is arguably one of the best things to come to the JavaScript world helping developers comfortably create complex enterp...
Junction Model Pattern: Many-to-Many - Sequelize
Many-to-many is a common modeling relationship between two entities. Here's one way to handle it with the Sequelize ORM.
Load more 👇