Top 20 educational assets
Education Rank
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, bundlers222520Consider using type imports in TypeScript
The import "type" syntax is currently a standard in most project generators. It's good to know the benefits this syntax offers. Let's dive in
typescript, javascript, performance, optimization, daily-development, firebase, maintenance, bundlers194721How to be productive as a software engineer
Complete guide to mastering productivity and quality in your daily work: Eisenhower Matrix and Awakened Day technique with a Feedback Loop
soft-skills, productivity, work-life-balance, time-management161000Understanding Repository Pattern in NodeJS and TypeScript
Unlock the power of the Repository Pattern in Node.js and TypeScript. Gain a deep understanding for efficient data management. Optimize your backend development
programming70810Mapped types in TypeScript
Discover how mapped types in TypeScript can revolutionize your coding by allowing flexible transformations and validations of type properties
typescript, javascript, mapped-types, type-definitions, type-safety90400(1) Prod Ready React: useFeature and useSimpleFeature hooks
Let's implement two React hooks to manage features efficiently, reduce boilerplate, improve performance, and support data association with state resets
prod-ready-react, typescript, react, tdd, testing, vitest, react-testing-library, react-hooks, custom-react-library81120Crafting 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, node61500Exhaustiveness 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-quality50500RxJS Observables Vs Promises In JavaScript: What You Need To Know
We'll explore the differences between Observables and Promises, covering their use cases, historical context, and answering some basic questions
rxjs, observables, reactivity, promises, javascript, typescript, comparison70100All about JavaScript promises
We'll explore JavaScript Promises, covering their theory, APIs, useful methods, and tricks to master them efficiently
javascript, typescript, promises, language, syntax, theory, full-guide70000Tailwind is real game changer
Tailwind has become a true game-changer, accelerating development workflows and fostering a more efficient and enjoyable coding experience. I'll share my point of view why I love this technology
programming61000Full Tutorial on Updating Dependencies in JS Projects
Master dependency updates with this guide. Learn to manage packages safely, understand SemVer, avoid breaking changes, and handle peer dependencies
javascript, npm, dependencies, tech-dept, yarn, tutorial, ai, testing, automation, security33100Dependency injection does not need to be complex
We'll dive into the most important topics of Dependency Injection and explore concepts like DI Container, DI Tokens, and Hierarchical DI
angular, react, techniques, clean-code, maintenance, quality, stories41100Ugly relationship between tuples in TypeScript and JavaScript
Let's check what a tuple really is and how it's possible that it works according to the definition in TypeScript, but not in JavaScript
javascript, typescript, typesafety, type-inference, swift, tuples, data-structures, generics32100Uploading images with Firebase and React
We'll check how to validate images and upload them with React, Firebase, and Cloud Functions
react, firebase, cloud, typescript, javascript, storage41000Searching for the Holy Grail in validation world
We'll compare the top 5 validation libraries that are used by the community, and try to determine which one is the best for developers and users
zod, joi, yup, class-validator, superstruct, validation, libraries, comparison30100Dealing with tech debt in applications
A cohesive guide on how tech debt is created, tracked, and managed, featuring shared perspectives and experiences from various projects
code-quality, maintenance, tech-dept, processes, stories30100Creating own state manager for React
Let's try to implement our state manager. It will be similar to Zustand, with some changes. All done to understand the useSyncExternalStore hook
react, zustand, state-management, practice, typescript, advanced, hooks30000Reflections on test coverage in web development
Test coverage is just a metric, an additional piece of information. However, in my opinion, it should not be enforced - I'll give you reasons why
tech-dept, maintenance, jest, code-quality, testing30000Putting users first in web development
Let’s dive into some mythical clean code buzzwords, disregarding user needs and pushing refactors that make the application more fragile in the long run
tech-dept, maintenance, react, stories, soft, lightweight, thoughts30000