Page 3 from 4
Education Zone
Mapped 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-safety904000Complete GitFlow tutorial
GitFlow is a popular branching model that fits into big projects. Let's dive into important aspects of GitFlow and check the pros/cons with some alternatives
git, workflow, project-management000000Prevent 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, validation000000Creating 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, tailwind101000Crafting Git aliases to enhance daily workflow
To create a git alias you need to use the "git config" command or change the ".gitconfig" file manually. For each OS, there is a different path for ".gitconfig"
git, version-control, daily-routine, workflow, time-improvements000000Publishing Nx generated TypeScript libraries on Npm
Let's dive through the process of generating the TypeScript library with the Nx tool, and at the end, this library will be published on Npm
typescript, nx, npm101000Using Zustand with React Context
To create a truly modular store in a React application, utilizing a Context is essential. For simplified store management, Zustand comes into play. Let's delve into how this combination works
react, zustand, context, typescript, state-management211040Uploading 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, storage410000How to maintain environment variables
We'll leverage the Zod library to validate environment variables, ensuring type-safety across our codebase
programming000000Managing legacy URLs on Netlify
Let's explore how to seamlessly transition users from legacy URLs to completely new ones using Netlify, all while retaining your traffic potential
netlify, web, redirections000000Modal in React and Tailwind
Let's dive into creating a robust modal component with React, incorporating some design patterns, and styling it with Tailwind CSS
programming000000Folder and file naming conventions go wild
We embark on a journey through the diverse realm of conventions governing folder and file names, pondering the profound impact of their abundance
programming001100Firebase CLI cheatsheet
Explore this collection of invaluable Firebase commands and techniques designed to enhance your development workflow and supercharge productivity
firebase, cli, cheatsheet, commands001000The use case for Facade pattern
We'll explore a real-world use case for the facade pattern based on the API calls we make daily
programming002000What does it mean to be a Senior in something
Strongly opinionated article about the role and factors that determine the Senior Developer role
programming000000Tailwind 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
programming610000Be careful with Micro Frontends
As teams grapple with the balance between autonomy and standardization, the uncertainties surrounding maintenance and scalability in the long run add a layer of caution to the adoption of micro-frontends
programming000000Styled components to Tailwind migration guide
Embark on a seamless transition from styled-components to Tailwind CSS with our comprehensive guide. Discover step-by-step instructions and best practices to streamline your migration process, ensuring a swift and efficient move
programming000000How to pass component as prop in React and TypeScript
We'll explore the React technique that enables passing a component as a property to other components. The benefits, potential bottlenecks, and use cases will be thoroughly discussed.
programming000000Be careful when using design patterns
The article emphasizes the importance of caution when employing design patterns in software development. It likely discusses potential pitfalls and challenges associated with the indiscriminate use of design patterns
programming100010
Top Tags
Content Rank
Everything about barrel exports in JavaScript
3089520Consider using type imports in TypeScript
2047410React useEffectEvent: A New Dimension for Reusable Hooks
1308820