AEAsaolu Elijahinasaoluelijah.hashnode.dev·Nov 27, 2024 · 9 min readWeb 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...00
AEAsaolu Elijahinasaoluelijah.hashnode.dev·May 19, 2022 · 8 min readCreating A Twitter Bot with Node.jsIntroduction Bots on Twitter have been around for a while now. The facts are that you’ve probably interacted with or come across one without even knowing. We’ve seen Twitter bots that could help you download videos, add notes to your notion page, set...018POASA
AEAsaolu Elijahinasaoluelijah.hashnode.dev·Nov 24, 2020 · 7 min readGetting Started With Nuxt.js - The How & WhyWhat is Nuxt.js Nuxt.js is an intuitive vue.js framework (yeah, a framework’s framework) for building faster and scalable - static, server-side rendered (SSR) & single page applications (SPA’s). Nuxt.js is lovable because its included with vue core p...00
AEAsaolu Elijahinasaoluelijah.hashnode.dev·Aug 28, 2020 · 3 min readHow I Made My Personal Website 10x Faster ⚡I'd recently recreated my personal website, and the page load time reduced to < 1.6s 😮. You don't believe it? Check it out here to clear your doubts. Note: While my personal website is built with Nuxtjs (Vue.js), all of the tips I'll be sharing cou...00
AEAsaolu Elijahinasaoluelijah.hashnode.dev·Jul 30, 2020 · 3 min readVue.js For Absolute BegineersI've got my hands on vue.js lately and most tutorials I'd seen out there are not so beginners friendly, so i'd decided to start this series to help #codeNewbies go from beginners to intermediate in Vue.js. Please Note ⚠️: You should have a basic und...04BMLO