Posts
All the articles I've posted.
Python Snippets for Coding Interviews
How to build PWA
Progressive Web Apps (PWAs) are web applications that provide a native app-like experience to users. They are fast, reliable, and engaging, and can be installed on a user's device like a native app.
Dockerize React App
Dockerizing a React app allows you to create a portable and consistent development environment. This guide shows you how to Dockerize a React app and run it in a container.
What are the Channels in Golang
Channels are a powerful feature of Go that enable communication between goroutines. They are used to send and receive data between goroutines and synchronize their execution.
How to Handle Errors in Golang
Error handling is an essential part of writing robust and reliable Go programs. In this article, we'll explore the different ways to handle errors in Go, including error values, error types, and the `errors` package.
Variables in Golang
Variables are used to store data in Go. In this article, we'll explore the different types of variables in Go, including basic types, composite types, and pointers.
What is the Gorutines in Golang
A goroutine is a lightweight thread managed by the Go runtime. It allows concurrent execution of functions and is more efficient than traditional threads.
ACID properties in DBMS with examples
How to create Custom Hook in React
Learn how to create custom hooks in React to reuse logic across components
Solving 1224 from Timus: Spiral