Saurav Jhaijagron.hashnode.dev·a day agoExposing Internet Jargons😎Whenever you come across exploring any topics related to internet or something related to tech side of things you hear this jargons like HTTP(Hypertext Transfer Protocol),TCP (Transmission Control Protocol)😱 Today will understand what does this actu...3 likes·34 readsinternet
Abhishek Singhabhishek-singh-kirola.hashnode.dev·20 hours agoHello To Tech Jargons. 👋Have you ever been in a situation where you're working in a team, and your friends or colleagues use technical terms you’ve never heard before? I’ve faced this situation a lot, so I decided to do some research. I discovered that these terms are calle...2 likes·33 readstech
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·83 readsUniform Resource Locator
Opemipo Disucoderoflagos.hashnode.dev·Jan 8, 2025Why Your Kubernetes Workflow Is Broken (And How to Fix It with Northflank)Kubernetes has transformed the way developers build cloud-native applications, but let’s be honest—it’s not always smooth sailing and it could eat up your entire development workflow. Most times, developers using Kubernetes tend to struggle with oper...Devops
Malik Muneeb Asgharmuneebcloudeng.hashnode.dev·Dec 27, 2024Week # 10: DevOps Learning Journey - Building a URL Shortener with Node.js, MongoDB, and EJS(Deploy on AWS)In this blog, we’ll dive into the process of creating a URL shortener using Node.js, Express, MongoDB, and EJS. We’ll explain the workflow, demonstrate key pieces of code, and guide you through the setup process. Features of the URL Shortener Gener...AWS
Kumar Priyanshukpriyanshu.hashnode.dev·Dec 20, 2024Designing a URL Shortening Service ( TinyURL )Introduction A URL shortener is a program or service that, while still rerouting users to the original URL, shortens lengthy, complicated URLs into shorter, easier-to-manage connections. Because they are simpler to type, less prone to typos, and less...Url Shortener
Lewis Kerrswiftproxy.hashnode.dev·Dec 10, 2024Efficient Techniques for URL Scraping and Data Extraction with PythonThe Internet is an ocean of data. How to efficiently crawl and extract valuable information from it has become an important topic in many fields. Python, with its powerful library support and flexible programming features, has become the preferred to...Python
Gedion Danielblog.gediondaniel.dev·Nov 2, 2024Amazon S3 – Pre-Signed URLs: My Experience Making File Sharing EasierWhen I first started working with Amazon S3, I knew it was a great way to store and manage files in the cloud. But I quickly ran into a challenge: how could I share a file with someone securely without opening up my entire bucket? After some searchin...AWS
Hamid Ghorashibackinsight.hashnode.dev·Oct 28, 2024Boost Your SEO with Laravel SlugifyOverview In web development, every small detail counts toward creating a polished, optimized, and easily accessible online presence. One essential yet often overlooked element is the URL slug. URL slugs are not only practical but also play a signific...beautify url
Jay Mehtajaymehta.hashnode.dev·Oct 16, 2024Enhance URL State Management in Next.js 14 Using Nuqs 🚀Managing URL state in Next.js 14 can be a bit tricky, especially when you're using the built-in useSearchParams hook. While it gets the job done for reading search parameters, it can make your code messy and bug-prone. But don't worry, there's a cool...10 likes·232 readsnuqs