Ronnie Smith·Sep 30, 2024SONiC Virtual Switch with FD.io Vector Packet Processor (VPP) on Google CloudIntroduction
Ronnie Smith·Sep 20, 2024EVPN VXLAN w/ Integrated Routing and Bridging, IRB, using Distributed Anycast Gateway on Cisco…We’re in the Lab. GNS3.
Ronnie Smith·Sep 7, 2024GNS3 Network Simulator on Google Cloud Platform (GCP) in 10 MinutesThis article steps you through the installation of the GNS3 network simulation system consisting of two components, the graphical user…A response icon1A response icon1
InJavaScript in Plain EnglishbyRonnie Smith·Mar 17, 2024JavaScript’s Unified HTTP Client Has Arrived!IntroductionA response icon1A response icon1
InJavaScript in Plain EnglishbyRonnie Smith·Feb 26, 2024The Medium Claps APIGenerate a JSON representation of your Medium articles including title, publish date, labels, imageURL, and the clap count too.A response icon1A response icon1
InJavaScript in Plain EnglishbyRonnie Smith·Jan 22, 2024Google Destroys HTML w Material 3 for WebMany components in this library are drop-in replacements for browser elements like <button> and <input>. — Material 3 for Web IntroductionA response icon5A response icon5
InJavaScript in Plain EnglishbyRonnie Smith·Jan 10, 2024Automatic Transcription of Phone Calls w/ Google Speech-to-text APIA friend of mine is a lawyer tasked with listening to hundreds of hours of jail telephone call recordings. I told him how those calls can…
Ronnie Smith·Jun 17, 2023Session Management with JSON Web Tokens Built With Node.js Crypto ModuleA basic feature of any web application is user management, i.e., how to create a sign in or user account feature? This problem boils down…A response icon1A response icon1
InJavaScript in Plain EnglishbyRonnie Smith·Jun 17, 2023Parsing multipart/form-data with Node.jsSending files from the browser to the web server is a common task that web developers encounter. The HTTP POST method is the tool for the…
InJavaScript in Plain EnglishbyRonnie Smith·Feb 14, 2023How to Implement Client-Side Search For Your WebsiteImplementing Search with Lunr.js