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...DiscussPython
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...DiscussAWS
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...Discussbeautify 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...Discuss·10 likes·202 readsnuqs
akanksha srivastavadeeplinking.hashnode.dev·Oct 9, 2024Deep Linking in React NativeDeep Linking :- In react native refers to way of directing users to specific content or screens within a mobile app using a URL(uniform Resource locator). instead of just opening the app’s homepage or main screen, Deep linking allows you to navigate ...Discuss·1 likeReact Native
Janani Asokanwhat-is-ip-address.hashnode.dev·Oct 4, 2024How Does Website worksA website is a collection of web pages that are accessible via the internet. You can access the web pages (Webpage is a single document or file) using URL or domain name of a particular website. Collection of web pages make up a website. URL to acces...Discuss#howdoeswebsiteworks
Sheraz Manzoorsherazmanzoor.hashnode.dev·Oct 1, 2024Next.js Middleware Explained: Simple Guide with ExamplesLet's talk about routing in Nextjs. Today, we will talk about the one of most powerful thing middleware. Middleware in Nextjs offers a powerful and flexible way both to intercept requests from server and control requests flow (redirects, URL rewritin...DiscussNextjs TutorialsNext.js
Sailesh ShresthaforJoBins Engineeringblog.jobins.jp·Aug 26, 2024Creating Dynamic Hyperlinked Text Components in VUE JSIntroduction When building modern web applications, there are many instances where you need to dynamically insert hyperlinks into a block of text. Whether you’re parsing user-generated content or just want to ensure all URLs in a given string are cli...Discuss·1 like·72 readsdynamic-hyperlin
Ayush Kumarkrayush1109.hashnode.dev·Aug 12, 2024Node.js Essentials: urlConstructing and Logging the Full URL of an Incoming Request in Node.js http://localhost:3000/api/v1/users?page=2 const fullUrl = `${req.protocol}://${req.get('host')}${req.originalUrl}`; console.log("Full URL: ", fullUrl); console.log("Host: ", req...DiscussBackend - Node, DB, Authurl
Nicolas FränkelforApache APISIXapisix.hashnode.dev·Jul 18, 2024Advanced URL rewriting with Apache APISIXI spoke at Swiss PgDay in Switzerland in late June. The talk was about how to create a no-code API with the famous PostgreSQL database, the related PostgREST, and Apache APISIX, of course. I already wrote about the idea in a previous post. However, I...Discuss·40 likesURL rewriting