SVSrinivasa Varanasiinvsik.hashnode.dev·Dec 29, 2023 · 2 min readFTP server in a Raspberry PiFTP, or File Transfer Protocol, is a standard network protocol used to transfer files between a client and a server on a computer network. It facilitates the seamless exchange of files over the internet or an intranet. FTP operates on a client-server...01B
SVSrinivasa Varanasiinvsik.hashnode.dev·Dec 29, 2023 · 6 min readServing a React app from a Raspberry PiIn this blog, I'll share my journey of transforming my Raspberry Pi into a React app server. We'll start by installing nginx followed by configuring nginx for optimal React app hosting. Prerequisites nginx installed in your Raspberry pi. The install...00
SVSrinivasa Varanasiinvsik.hashnode.dev·Dec 24, 2023 · 4 min readMultithreading and Synchronisation in GoA thread is the smallest unit of execution within a process, and it represents a single sequence of instructions that can be scheduled to run independently by the operating system. Multithreading is a programming and execution model that allows multi...01B
SVSrinivasa Varanasiinvsik.hashnode.dev·Nov 12, 2023 · 8 min readTCP based file transfer in goIntroduction to TCP Transmission Control Protocol (TCP) is a fundamental communication protocol that plays a pivotal role in ensuring reliable and orderly data transmission across computer networks. It is one of the core components of the Internet Pr...01S