PYPriyanka Yadavinpriyanka488.hashnode.dev·Jun 21, 2024 · 9 min readA Beginner's Guide to Live StreamingLive Streaming: From Camera Lens to Your Screen We all enjoy using platforms like Hotstar, YouTube, and Jio Cinema to immerse ourselves in the exciting world of live streaming, whether it’s for sports, movies, or other entertainment. Now, accessing a...00
PYPriyanka Yadavinpriyanka488.hashnode.dev·Jun 21, 2024 · 10 min readgoroutines under the hoodintroduction In the realm of concurrent programming, a fundamental understanding of processes and threads is crucial. Let's delve into this with a focus on logical processors. Each logical processor in a system can execute one thread at a time ( we w...00
PYPriyanka Yadavinpriyanka488.hashnode.dev·Mar 1, 2024 · 9 min readUnderstand context in Go with examplesIn Go, context is a package that allows you to pass request-scoped values, cancel signals, and deadlines across API boundaries to all the goroutines involved in handling a request. It's primarily used in servers to manage the lifecycle of a request, ...00
PYPriyanka Yadavinpriyanka488.hashnode.dev·Feb 13, 2021 · 7 min readCreate your blog using Gatsby and NetlifyI recently created a blogging website using Gatsby! This post will walk you through the entire process of creating a simple website using Gatsby and deploying it on Netlify. We will be using the We will be using the minimal blog template. Website S...02PJ
PYPriyanka Yadavinpriyanka488.hashnode.dev·Oct 23, 2020 · 5 min readWhat's a Version Control System anyway?Okay, here's a question and you need to answer it honestly! Have you ever created multiple folders like v1, v2, v3, v4-final, v5-final-final, v7-last-final, v7-updated-last-final for your project and ended up deleting and updating wrong files every o...03LRJ