Skip to content
Logo Theodo

Articles from Arohan Subramonia

Get started with Django and Jupyter Notebooks on VSCode in minutes

Arohan Subramonia12 min read

Doors with stickers on them in Columbus Circle, New York

This is a guide primarily for developers familiar with Django, looking to add a data analytics or data science element to their web development project. Don't have much time and comfortable with Jupyter? Click here to see the initializer file you…

Continue reading →

A Guide to Syncing Django and Stripe with Webhooks

Arohan Subramonia7 min read

This guide is for developers who have basic familiarity with Django, and Stripe Subscriptions with Elements (not Stripe Checkout). If you're unfamiliar with these, do check the links. Subscriptions with ElementsSubscription objects flowchart as shown on the Stripe website Stripe has a…

Continue reading →

How To Set Up Your Django Models For Stripe Subscriptions

Arohan Subramonia8 min read

Laptop with Code

Stripe is a third party API that specialises in providing a quick and easy to scale payments infrastructure for the internet. As of December 2020, Stripe lets you implement payment processing on your platform in the form of one time…

Continue reading →