Welcome, Developer 👨‍💻

Welcome to my developer-focused blog! Whether you’re just starting out or are an experienced coder, this space is designed to help you find quick references, cheat sheets, and practical tips for various programming languages and tools. Here, you’ll find guides that break down complex concepts into easy-to-understand examples, saving you time and boosting your productivity. My goal is to share valuable resources that streamline your coding journey, whether you’re working on personal projects, preparing for interviews, or learning new technologies. Dive in, explore different topics, and feel free to use this blog as your go-to reference. Happy coding!

React : 10

Learn how to optimize React applications using memo for component memoization, useCallback for function memoization, and useMemo for value memoization.

November 25, 2024 · 9 min · 1718 words · Nirajan Khatiwada

React : 9

Learn how to use the useEffect hook in React for performing side effects in functional components.

November 24, 2024 · 3 min · 552 words · Nirajan Khatiwada

React : 8

Learn about prop drilling and how to use the Context API in React to manage and share state effectively.

November 23, 2024 · 8 min · 1543 words · Nirajan Khatiwada

Async io : Asyncio Basics (Day 2)

how to write programs using this single-threaded concurrency model with asyncio

November 22, 2024 · 17 min · 3417 words · Nirajan Khatiwada

React : Day 7

Learn about useRef hook, ref forwarding, useImperativeHandle and Portals in React for DOM manipulation and component interactions.

November 22, 2024 · 9 min · 1880 words · Nirajan Khatiwada

Async io : Async io Intro (Day 1)

An introduction to asynchronous programming in Python using asyncio.

November 21, 2024 · 8 min · 1550 words · Nirajan Khatiwada

React : Day 5

Learn various methods to style React components including inline styles, external styles, dynamic styles, and CSS modules.

November 21, 2024 · 3 min · 588 words · Nirajan Khatiwada

React : Day 6

Learn how to debug React applications using console.log, Strict Mode, and React Developer Tools.

November 21, 2024 · 1 min · 159 words · Nirajan Khatiwada

Python Fundamentals: A Beginner's Guide (Part 1)

A comprehensive guide to Python programming fundamentals covering core concepts for beginners

November 20, 2024 · 6 min · 1270 words · Nirajan Khatiwada

React : Day 4

Learn how to share state between React components by lifting state up to a common ancestor.

November 20, 2024 · 6 min · 1092 words · Nirajan Khatiwada