Web Scraping in Rust With Scraper and SeleniumRust excels in multiple areas — particularly in its performance and concurrency capabilities. These strengths make it an increasingly popular choice for web scraping. In this tutorial, we'll explore how to scrape web content with Rust using various m...Nov 27, 2024·9 min read·13
How To Access Dev Tool On Mobile BrowsersRecently, I was working on a side project with some friends. Unfortunately my PC had been damaged during the covid-19 pandemic and I couldn't get to fix it because of the lock-down, so I had to resort to coding on my mobile phone 🤦🏾♂️. Somehow, my...Apr 24, 2020·1.8K
Understanding fetch() 2 - Building A Random Quote Generator AppIn my previous article, I'd explained the concepts of fetch API, how it differs from xmlhttprequest plus some important stuffs you need to know. And i had promised to write an article that deals with the practical use of the fetch API. In this tutori...Apr 5, 2020·121
Understanding fetch() API In JavaScriptSome decades ago, JavaScript developers were stuck with using XMLHttpRequest which is slightly confusing and more complex 😴, then some years later, jQuery (a JavaScript library) built an helper function to make writing ajax code more easier. And aga...Mar 23, 2020·337
Speech Recognition With JavascriptIntroduction Speech recognition refers to the the process of enabling a computer to identify and respond to the sounds produced in human speech. It was first introduced in 1952 at Bell Laboratories and this version could only recognize numbers but no...Jan 21, 2020·668
Html 5 web storage (Local storage & Session storage)🚀With local & session storage, web applications can store data locally within the user's browser. Unlike cookies, local storage is more secure, and large amount of data can be stored locally without affecting the website performance. Local Storage can...Jun 8, 2019·203
Hello WorldFollowing the devs. tradition 💯, here is my first hello world post on hashnode 🤖 (dev blog). Hoping to share some wonderful posts on here ❤️Jun 7, 2019·108