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 likedynamic-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
himanshugopalkdwivedi.hashnode.dev·Jul 10, 2024(lt.47)"Mastering Node.js: Creating a Server with HTTP Module, URL Handling, Express.js Frameworks, Port Numbers, and REST API IntegrationWe can create a server using http module in NodeJS In Nodejs, the HTTP (which stands for Hyper Transfer protocol) module is a core module that provides functionality for creating and interacting with HTTP servers and clients.A HTTP request is a messa...Discuss·10 likesWeb Development
Vikrant Rautvikrant15.hashnode.dev·Jun 24, 20243 Tier Application Workflow - DevOps PerspectiveAfter hitting URL in the browser what goes behind the scene from DevOps Engineer point of view. Components Involved in a 3-Tier Architecture Frontend (Presentation Layer): The user interface, typically a web application running in a browser. Backen...Discuss·4 likesDevops
Byung Joo Jeongjoo.hashnode.dev·May 14, 2024Project : What APIs should be developed for specific Web Page FE & BE#Foreword Below is the design that is going to be used for the login page. While designing the API, we missed design of PUT /password API. Be referring to the UX/UI Design, I realized what I should do to make up for it. I started considering how to s...Discussurl
Temitayo Daisi-Osothe-astral-programmer0.hashnode.dev·May 13, 2024What Happens When You Type 'google.com' in Your Browser and Press Enter?Table of Contents: Introduction URL Parsing Domain Name System (DNS) Resolution Transmission Control Protocol/Internet Protocol (TCP/IP) Firewalls and Intrusion Detection Systems (IDS) Secure Socket Layer (SSL)/Transport Layer Security (TLS) in...DiscussUrl parsing
Patrick A. Nobletnoblet.hashnode.dev·May 12, 2024What Happens When You Type "google.com" in Your Browser and Press Enter?Introduction Have you ever wondered what happens when you type a URL (Uniform Resource Locator) like google.com in your browser's address box and press enter? Well, there are a series of operations that happen behind the scenes, from the time you pre...Discuss·13 likes·115 readsBrowsers
Oyier Oyieroyier.hashnode.dev·May 1, 2024Leveraging the URL for State Management in ReactIntroduction Whenever you visit certain e-commerce websites, you may have observed that any time you click on a product or apply filters on a specific product such as colour or size, the URL gets instantly updated. Take a look at the example below fr...Discuss·1 like·58 readsurl
Dhanush Ndhanushnehru.hashnode.dev·Apr 15, 2024What happens when you type a URL into your browser ?Every day, when you open your computer, you navigate to your favourite social networking, news, or e-commerce websites. You can get to this page by typing in the URL or by clicking on one of the page's links. Ever thought about what occurs in the bac...Discuss·11 likesBrowsers