aswinmohan.me

handcrafted by someone who loves code (mobile, frontend, backend), design and life.

home about now talks
email github twitter

I'm currently looking for Contracting oppurtunities in Elixir, Phoenix, LiveView, React and React Native. If you're looking for a kickass product focused developer, I'm your guy. You can reach me at hey@aswinmohan.me.

Work

Nello

A brand new payments app for everyone.

IndiePaper

A self-publishing platform for Indie Authors.

CoronaRM

A CRM for contact tracing implemented in Pathanamthitta, Kerala.

LessPhone

A minimal Android Launcher to reduce phone use with over 250,000 downloads.

Ultron OS

A bootable Operating System as my high-school project.

SweetTalk

A simple interpreted programming language.

All Posts

Phoenix LiveView in Production

2022-Apr-06 I used Phoenix LiveView in Production for my last startup IndiePaper. This blog post outlines why I used LiveView, issues I came across, the good parts and gotchas to look out for.

🌟 Superfast Webapps using NextJS, Vercel, LiveView and Fly.io

2022-Jan-14 IndiePaper has a NextJS frontend which proxies requests to the LiveView backend. This means that I can easily edit and serve the marketing pages separtely and make it available even when the main site goes down. This post outlines the setup.