By Tag (6)
patterns
- greenonsoftware 24 days ago
Exhaustiveness checking and discriminant property: the complete guide
We'll fully understand exhaustiveness checking and discriminant properties, commonly used in the TypeScript world, along with their use cases, pros, and cons
react, typescript, patterns, techniques, clean-code, code-quality
20100 - polubis 2 months ago
Crafting SOLID and type safe APIs in Node and TypeScript
Guidelines for creating solid architecture, stable codebase, and reliable backend APIs for cloud or on-premise solutions
solid, backend, patterns, architecture, google-cloud, aws, micro-services, typescript, node
40100 - polubis 3 months ago
Everything about barrel exports in JavaScript
Barrel exports are a common pattern in web development for organizing imports. Let’s explore their pros and cons to understand them better
performance, patterns, barrel-exports, webpack, bundlers
171210 - polubis 6 months ago
Command Query Separation principle
Command Query Separation is a handy principle that separates logic into commands, which modify, and queries, which read. We'll explain its impact on the codebase
javascript, typescript, principles, patterns, code-quality, practices, clean-code
00000 - polubis 8 months ago
Prevent unwanted overrides by using modification dates
Let's eliminate the risk of conflicting entity changes by validating the modification date. We'll implement this on the backend and handle any errors on the frontend
react, node, javascript, backend, patterns, validation
00000 - polubis 8 months ago
Creating reusable and framework agnostic link component
We'll create a generic Link component. It will work for React-related frameworks. It will enable the same appearance for external and internal navigation
react, patterns, render-slot, typescript, tailwind
10100
Content Rank
- polubis 5 months ago
Consider using type imports in TypeScript
182421 - polubis 3 months ago
Everything about barrel exports in JavaScript
171210 - polubis 8 months ago
Mapped types in TypeScript
60200