By Tag (25)
programming
- polubis 8 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 9 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 9 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 9 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 - polubis 9 months ago
What does it mean to be a Senior in something
Strongly opinionated article about the role and factors that determine the Senior Developer role
programming
00000 - polubis 9 months ago
Tailwind 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
programming
00000 - polubis 9 months ago
Be 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
programming
00000 - polubis 9 months ago
Styled 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
programming
00000 - polubis 10 months ago
How 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.
programming
00000 - polubis 10 months ago
Be 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
programming
00000 - polubis 10 months ago
Proxy Pattern in TypeScript
The article delves into the Proxy pattern in software design, highlighting its significance in scenarios where customization or control over object behavior is required
programming
00000 - polubis 10 months ago
Coupling Explained in TypeScript
Explore the essence of coupling in TypeScript and its impact on code maintainability through real-world examples. Uncover the significance of low coupling and the integration of interface contracts
programming
00000 - polubis 10 months ago
All about high cohesion
Explore the pivotal role of high cohesion in crafting resilient and adaptable systems, uncover its fundamental principles, and learn practical implementation strategies
programming
00000 - polubis 10 months ago
Facade pattern in TypeScript
Learn how to implement a facade structural design pattern to streamline your TypeScript projects and create more robust, adaptable software architectures
programming
00000 - polubis 10 months ago
Observer pattern in TypeScript
Explore the power and flexibility of the Observer pattern in TypeScript. Learn how to decouple your application logic, create an event-driven structure, and effortlessly respond to changes in your data
programming
00000 - polubis 10 months ago
Creating transaction utility type in TypeScript
The article outlines the creation of a transaction utility type in TypeScript. It introduces generic parameters for data and error objects, using a union of types to represent different transaction states
programming
00002 - polubis 10 months ago
Singleton pattern in TypeScript
Dive into the world of design patterns with our comprehensive article on the Singleton pattern in TypeScript
programming
00000 - polubis 10 months ago
Chain of Responsibility Pattern in TypeScript
Dive into Chain of Responsibility Pattern. A comprehensive guide to streamline code flow and enhance maintainability
programming
00000 - polubis 10 months ago
Rapid API Mocking for Development
Discover a concise guide on simplifying mocking using a custom "mock" utility function. Learn efficient testing and code development techniques with this resource
programming
00000 - polubis 10 months ago
How to Stabilize useId Testing with Global Mocking
Stabilize "useId" hook testing with global mocking. Explore effective strategies to enhance stability in your tests and streamline the usage of "useId"
programming
00000 - polubis 10 months ago
Improve code reviews in 10 steps
Enhance code reviews with 10 actionable steps for more effective collaboration and streamlined development. Elevate your team's coding standards
programming
00000 - polubis 10 months ago
JavaScript symbols guide
Comprehensive Exploration of the Symbol Data Structure in JavaScript, Unveiling Its Versatile Capabilities
programming
00000 - polubis 10 months ago
JavaScript object methods cheatsheet
Master JavaScript object methods with our cheatsheet. A quick reference guide for efficient coding. Boost your productivity and code like a pro
programming
00000 - polubis 10 months ago
JavaScript array methods cheatsheet
Unlock the potential of JavaScript arrays with our cheatsheet. Quick-reference guide to master essential array methods and elevate your coding efficiency
programming
00000 - polubis 10 months ago
Understanding 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
programming
00000
Content Rank
- polubis about 1 month ago
Everything about barrel exports in JavaScript
101100 - polubis 6 months ago
Mapped types in TypeScript
60200 - polubis 6 months ago
All about JavaScript promises
70000