Background pattern

Blog

New
Draft / Unpublished, A Simple Guide to React Error Boundaries

A Simple Guide to React Error Boundaries

Error Boundaries are React components that catch JavaScript errors anywhere in their child component tree, log those errors, and display a fallback UI instead of the crashed component tree.
reacterror-handlingerror-boundariesuijavascript
11 min read
Date
Read more, A Simple Guide to React Error Boundaries
New
Draft / Unpublished, A Simple Guide to Goroutines and Channels in Go

A Simple Guide to Goroutines and Channels in Go

Goroutines and channels are Go's powerful concurrency primitives that make writing concurrent programs elegant, efficient, and safe. This guide explains how to use them effectively.
golangconcurrencygoroutineschannelsparallelism
10 min read
Date
Read more, A Simple Guide to Goroutines and Channels in Go
New
Draft / Unpublished, WebSockets vs Server-Sent Events

WebSockets vs Server-Sent Events

When building real-time applications, choosing between WebSockets and Server-Sent Events (SSE) is crucial. This guide explains the differences, use cases, and when to use each technology.
websocketsssereal-timehttpapi
17 min read
Date
Read more, WebSockets vs Server-Sent Events
New
Draft / Unpublished, A Simple Guide to Error Handling in Go

A Simple Guide to Error Handling in Go

Error handling in Go is explicit and straightforward. Unlike exceptions in other languages, Go treats errors as values that you handle explicitly. This guide covers everything you need to know about error handling in Go.
golangerror-handlingprogramminggoerrors
11 min read
Date
Read more, A Simple Guide to Error Handling in Go
New
Draft / Unpublished, A Simple Guide to TypeScript Generics

A Simple Guide to TypeScript Generics

Generics are a powerful feature in TypeScript that allows you to write reusable, flexible, and type-safe code by creating components and functions that work with a variety of types while maintaining type safety.
typescriptgenericstypesprogrammingjavascript
8 min read
Date
Read more, A Simple Guide to TypeScript Generics
New

createPortal (React)

Using the react dom create portal to lift dom elements into the root.
reactreact-dom
3 min read
Date
Read more, createPortal (React)

A Simple Guide to Context in Golang

Context is a powerful feature in Golang. It allows you to pass data, cancel a process, and more. Learn how to use it in this guide.
golangcontextcontext cancellationcontext timeoutcontext valuecontext deadline
7 min read
Date
Read more, A Simple Guide to Context in Golang

Mermaid

Rendering diagrams in your docs or mdx files.
mermaidchartsdiagrams
3 min read
Date
Read more, Mermaid

HTTP/HTTP2/HTTP3

HyperText Transfer Protocol popularly known as HTTP.
Networking.Communication.
2 min read
Date
Read more, HTTP/HTTP2/HTTP3
Draft / Unpublished, A Simple Guide to Context in React

A Simple Guide to Context in React

Context is a powerful feature in React that allows you to share state between components without having to pass props down manually at every level.
reactcontextstatepropsproviderjavascript
2 min read
Date
Read more, A Simple Guide to Context in React
Draft / Unpublished, Fetch API vs Axios for HTTP requests

Fetch API vs Axios for HTTP requests

Fetch API vs Axios for HTTP requests which one is better and why?
HTTP / HTTPSAPIRequestCommunication
5 min read
Date
Read more, Fetch API vs Axios for HTTP requests

Just a demo post

Lorem ipsum dolor, sit amet consectetur adipisicing elit. Commodi, laborum inventore iste nobis officia hic.
Demo
2 min read
Date
Read more, Just a demo post