Page 2 from 4
Education Zone
- polubis 7 months ago
Why you should start using Zod
Let's explore what Zod can do and how it simplifies your daily work routine. We'll cover validation, type safety, and the general benefits of using this tool
react, zod, typesafety, react-hook-form, trpc
00000 - polubis 7 months ago
Using Zod and TypeScript to write type safe code
We'll implement 100% type safety for some code written in TypeScript. We'll do it without Zod, and later we'll build it up with Zod to see the difference
zod, react, typescript, javascript, typesafety, typeguards
00000 - polubis 7 months ago
Implementing Queue in JavaScript
We'll build a dynamic queue mechanism to perform async operations in the correct order, following the First in, First Out (FIFO) principle
react, typescript, javascript, data-structures, promises, race-conditions
10000 - polubis 7 months ago
Be Careful with the Spread Operator in JavaScript
Let's check how the spread operator in JavaScript should be used. We'll examine performance, security impact, following best programming practices
javascript, spread-operator, ecmascript, standards, quality
00000 - polubis 8 months ago
Nested lists with CSS and MarkdownToJSX
We'll create a nested list with plain CSS and HTML. At the end, you'll have a nice nested list renderer component that uses inside markdown-to-jsx library
react, markdown-to-jsx, css, html, components
00000 - polubis 8 months ago
Naming generics in TypeScript
Discover effective strategies for naming generics in TypeScript, aimed at improving code readability and maintenance for developers
typescript, conventions, naming, code-quality, eslint
00000 - polubis 8 months ago
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-safety
60200 - polubis 8 months ago
Complete 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-management
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 - polubis 8 months ago
Crafting 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-improvements
00000 - polubis 9 months ago
Publishing 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, npm
00000 - polubis 9 months ago
Using 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-management
10002 - polubis 9 months ago
Uploading 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, storage
41000 - polubis 9 months ago
How to maintain environment variables
We'll leverage the Zod library to validate environment variables, ensuring type-safety across our codebase
programming
00000 - polubis 10 months ago
Managing 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, redirections
00000 - polubis 10 months ago
Modal 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
programming
00000 - polubis 10 months ago
Folder 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
programming
00100 - polubis 10 months ago
Firebase CLI cheatsheet
Explore this collection of invaluable Firebase commands and techniques designed to enhance your development workflow and supercharge productivity
firebase, cli, cheatsheet, commands
00000 - polubis 10 months ago
The 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
programming
00000
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