I am writing a new series on Raspberry Pi hacks so starting with beginners guide to setup a raspberry for those who never used a Raspberry Pi before.I am…
View More Beginner’s guide to set up a Raspberry ( no external keyboard, mouse required)Category: Coding Tutorials
Step by step guide to deloy Django Applications on Heroku
Introduction Most of the software development happens on localhost. But this locally hosted software can only be viewed and tested by one developer. In this…
View More Step by step guide to deloy Django Applications on HerokuHow to display maths formulas and equations in a webpage
Writing this post reminds me of those scary maths formulas that we used in school and college! I don’t remember any of those formulas now.…
View More How to display maths formulas and equations in a webpageCreate Auto responding google form with 2 lines of code
One of the most requested features in google forms is auto-respond but still it is not built in with google form. But we can add…
View More Create Auto responding google form with 2 lines of codeDevelop Facebook chat bot using Javascript – Part 2
Continued from Develop Facebook chat bot using Javascript – Part 1
View More Develop Facebook chat bot using Javascript – Part 2Develop Facebook messenger bot using Javascript – Part 1
Last month Facebook launched their messenger platform (beta) which provides API and tools to create a chat bot for facebook messenger. Since then many developers…
View More Develop Facebook messenger bot using Javascript – Part 1Scrape website using Selenium VBA
This post is continuation to Browser automation in Excel using Selenium VBA. Have a look at that post first as it explains how to get…
View More Scrape website using Selenium VBAAndroid app development using web technologies
Android apps are all the rage now! Demand for Android apps isn’t going down anytime soon. Because of that demand every code enthusiast wants to…
View More Android app development using web technologiesSend Email from Google sheets with one line of code
Google sheets has been gaining a lot of popularity due to its collaborative features which is very good for small teams to work on data…
View More Send Email from Google sheets with one line of codeBrowser automation in Excel VBA using Selenium
When it comes to browser automation tasks in Excel VBA like filling a web form, login to a website etc. most of them use Internet…
View More Browser automation in Excel VBA using Selenium