Tech How to use AWS Amplify for the frontend applications? This article covers: Why to move to Amplify? How to deploy an app and all its features.
Node.js Node.js ā Scrape Client Rendered (React.js / Vue.js) Pages There are tons of scraping tools out there for Node.js like cheerio, but what if there is an empty DOM with only a bunch of JavaScripts? The bigger challenge is what if you want to scrape thousands of pages of a specific website without getting your IP blocked?
Tech Vue.js - How to handle multiple subdomains on a single app. In this article, Iām going to show you how we can divide a Vue.js application into multiple subdomains (or multiple domains if you want) like example.com, admin.example.com, test.example.com etc.