Dynamic Island is a new UI experience introduced by apple for iPhone 14 Pro just a few days back. It looked interesting! Can it be…
View More Dynamic Island using Flutter | iPhone 14 Pro | Can it be done with Flutter?Category: Coding Tutorials
Best practices of scraping website data for beginners (Updated 2022)
In the previous – article, I’ve explained how to scrape a website using selenium VBA and also mentioned that using selenium is not the best…
View More Best practices of scraping website data for beginners (Updated 2022)Import Json to excel and export excel to Json (Updated 2022)
JSON (Javascript Object Notation) is the most used data exchange format nowadays. Microsoft Excel doesn’t have built-in support for importing JSON to excel or exporting…
View More Import Json to excel and export excel to Json (Updated 2022)XmlHttpRequest – Http requests in Excel VBA (Updated 2022)
Excel is a powerful and most popular tool for data analysis! HTTP requests in VBA gives additional capabilities to Excel. XmlHttpRequest object is used to…
View More XmlHttpRequest – Http requests in Excel VBA (Updated 2022)Parse HTML in Excel VBA – Learn by parsing hacker news home page (Updated 2022)
Why parse HTML in Excel VBA? There may be different cases where we need to parse HTML in Excel. Few cases are generating multiple HTML…
View More Parse HTML in Excel VBA – Learn by parsing hacker news home page (Updated 2022)Animated tab bar using Flutter | Can it be done with Flutter? | In-depth animation tutorial
Animated tab bar using Flutter. We’ll build this cool animated tab bar using Flutter’s implicitly animated widgets and the tab controller. The tab bar title…
View More Animated tab bar using Flutter | Can it be done with Flutter? | In-depth animation tutorialAnimated Twitter profile in Flutter | Can it be done in Flutter?
Learn how to build Twitter’s animated header using SliverAppBar in flutter. This is also an example to animate appbar on scroll or animate header on…
View More Animated Twitter profile in Flutter | Can it be done in Flutter?How to add participants to a WhatsApp group using whatsapp-web.js
I made a video explaining how to do Whatsapp automation using Javascript. Someone has asked this question in the comments of that video asking about…
View More How to add participants to a WhatsApp group using whatsapp-web.jsHow to send a PDF to multiple contacts/groups using WhatsApp API
I made a video explaining how to do Whatsapp automation using Javascript. Someone has asked this question about how to send a PDF to multiple…
View More How to send a PDF to multiple contacts/groups using WhatsApp APIHow to send a list of options and get the user response in WhatsApp API
I made a video explaining how to do Whatsapp automation using Javascript. Someone has asked this question in the comments of that video. Let’s find…
View More How to send a list of options and get the user response in WhatsApp API