Rigal Patelmastering-javascript-decorators.hashnode.dev·Aug 9, 2024Mastering URL API in JavaScriptAs web developers, we frequently deal with URLs. Whether we're parsing query strings, manipulating paths, or simply constructing links, URLs are a fundamental part of web development. Thankfully, JavaScript provides us with a robust API to work with ...JavaScript
Tenzopy Digitalblog.tenzopy.com·Jan 19, 2024SliceIt URL Shortener : API DocumentationA URL Shortener with API Support. Visit at scit.me Developed by Tenzopy Digital How to Retrieve API Token. 1. Log into your Profile of Sliceit. 2. Use the API Token Button in the navbar to retrieve your token (Keep your API Token Secret). 3. Add the ...30 likes·222 readssliceit
Shah Alam Tyagishahalamtyagi.hashnode.dev·Jul 16, 2023How to fatch data from an api with simple step.This short tutorial will guide you through the simple steps of using the Fetch API for external data fetching within your React application. Let’s get started … Step 1: Create a new React application The very first step is to create a new React appli...fetch API
George Angeldev-and-me.hashnode.dev·Jan 22, 2023Routing in NodeJS - URL moduleHello 👋 It has been a while, No blog. I started learning Node.js as a part of my new year's resolution to begin back-end development technology while documenting my learning in blog posts. 😉 Contents 📜 Creating a basic web server 📌 Routing Re...15 likes·168 readsurl api
Osalumenese Ighedosafavourcode.hashnode.dev·Oct 29, 2022Url shortener app with flutterIn this article, we'll build a simple app for shortening long urls with flutter. I'm making use of android studio but you can do the same with visual studio code Table of contents Building the app UI. Making the API call. Conclusion. Building the ...94 readsFlutter
Waqas Naeem Bajwadevbajwa.hashnode.dev·Aug 30, 2022How to find pathname of any URL - JavascriptIn this article I will share the knowledge of converting a string into URL and manipulating the properties of Uniform Resource Locator (URL). Let's start 🚀 Scenario 1 We need current pathname from URL of the current webpage to consume it in our appl...2 likes·84 readsJavaScript
Udoh Osarumwense Cynthiaelysium.hashnode.dev·Aug 23, 2022Understanding URI And URL and their DifferencesI've been on a technical Writing Mentorship, and the concept of URI and URL was introduced, so I decided to write about it. The Uniform Resource Identifier (URI) and the Uniform Resource Locator (URL) are two of the most important concepts in the wo...10 likes·52 readsurl