Make a Pocket app like html parser in Python
· 4 mins read
This tutorial will show how to extract only the relevant html from any article or blog post by their URL in Python.
Add Google Oauth2 login in your flask web app
· 10 mins read
This post explains how to add Google Oauth2 login in a Flask web app using the requests-oauthlib package for OAuth 2.0 and flask-sqlalchemy.
Creating a dropzone to enable drag and drop file upload
· 7 mins read
This tutorial will show how to enable a particular div (or any other tag) on a webpage to accept files that are dropped on them.
Blurt - A JS replacement for default alert(), confirm() and prompt()
· 1 min read
Blurt is a replacement for the default alert(), confirm() and prompt() functions. Inspired by sweetAlert, it is implemented using custom css and js .
Bitwiser Jekyll theme
· 2 mins read
After creating my own Jekyll theme, on which this blog is based, I decided to share it with others. Here is a detailed guide to get started with the theme.