home
posts
projects
resume
posts
20-Dec-2020
6 min read
📌
End to End Deep Learning Tutorial using Azure
Learn how to set up your deep learning workspace, build a custom dataset, train and deploy model with continuous deployment using azure…
fastai
azure
deeplearning
image-classifier
Read article
✏️
6-Jul-2020
3 min read
Gitify - Interact with Git from browser extension.
TLDR : I build this project called gitify, by which you can interact with Git from browser extension. Check it out and give it a 🌟 if you…
github
extension
extension
react
typescript
golang
Read article
✏️
5-Jun-2020
4 min read
Golang Notes
These are the notes I made while doing the Coursera Golang Specialization for quick reference. Objects in Go Go does not use the term…
notes
golang
Read article
✏️
9-Apr-2020
2 min read
Here's how I made a CLI tool to work with Google Colab notebooks.
What I built colab-cli : a cli tool to automate workflow of google colab, create, download or add notebooks to google colab and organize…
python
cli
Read article
✏️
6-Apr-2020
2 min read
Break the chain - SMS chatbot for awareness in times of COVID-19
What I built Hi, I have built an SMS chatbot using Twilio, which helps the user to track COVID-19 cases across different states of India…
twilio
python
flask
web scraping
Read article
✏️
23-Apr-2019
3 min read
How to build formiQR - Event management with Google Forms and Cloud Function
In this post I would go through what is formiQR and how to build formiQR. First of all what is formiQR and what problem it solves ? formiQR…
email
Firebase
cloud functions
Read article
✏️
22-Apr-2019
2 min read
Sending personalized email with dynamic QR from cloud function
This is the second part of the series named Building formiQR. By following the previous article, you may have a similar structure of…
email
Firebase
cloud functions
Read article
✏️
22-Apr-2019
1 min read
A cloud function to implement a counter
To add the counter we need to append the following code in the index.js, which we created in Part-2 post, please refer it before proceeding…
email
Firebase
cloud functions
Read article
✏️
21-Apr-2019
1 min read
Android app to scan QR and update data in firebase and display it
Before we start, here are some pics of the UI of the app we are building, this may help you to understand what is going on. Default(No…
email
Firebase
cloud functions
Read article
✏️