Shivam Kumarcodeindepth.hashnode.dev·Jan 12, 2025Understanding Internet Jargon: Simplifying Web TermsUser Agent: A User Agent is like a name tag at an event. It tells websites who you are (your browser), where you're from (your operating system), and what you're wearing (your device type). This helps the website give you the right experience, like s...11 likes·88 readsUniform Resource Locator
vatsalya parasharvatsalya1.hashnode.dev·Aug 10, 2024SCP(Secure Copy Protocol)🔒 Mastering Secure File Transfers with SCP (Secure Copy Protocol) 🔒 Today, I explored the power of SCP (Secure Copy Protocol), a command-line tool that enables secure file transfers between systems. Whether you're a developer, system administrator,...1 likeDevops
Nadim Anwarblog.nadim.in·Jul 14, 2024What Is Big O Notation? A Beginner's ExplanationBig O notation is a mathematical concept used to describe an algorithm's performance or complexity. It shows how the runtime or space needs of an algorithm increase as the input size grow. If the pace of an algorithm is not known, it will be difficul...Data Structures and Algorithms (DSA)#BigONotation
WeWPwewp.hashnode.dev·Jun 4, 2024Understanding File Transfer Protocol: Simplifying Cross-Network File SharingThis blog post explores File Transfer Protocol (FTP) and its role in streamlining file sharing across networks. What is FTP? FTP is a network protocol that enables efficient file transfers between computers on a network. It uses a client-server archi...FileTransferProtocol
Nimisha G JforInfraspecinfraspec.hashnode.dev·Apr 30, 2024TFTP: A Lightweight Protocol for File TransferTFTP protocol overview TFTP known as Trivial File transfer protocol is a simple file transfer protocol with features such as get or put files. Unlike FTP or SFTP which can share files across networks TFTP can only share files over a local network, TF...1 likeFileTransferProtocol