asaoluelijah.hashnode.devWeb 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
asaoluelijah.hashnode.devCreating 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...May 19, 2022·8 min read
asaoluelijah.hashnode.devGetting 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...Nov 24, 2020·7 min read
asaoluelijah.hashnode.devHow 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...Aug 28, 2020·3 min read
asaoluelijah.hashnode.devVue.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...Jul 30, 2020·3 min read