Aswin Mohan · aswinmohan.me

3 min read Original article ↗

loves making products, mostly mobile, web, and design.

Experience

  • ReturnQueen (2024-): working on the Mobile App with React Native, web app with React and backend with Elixir and Phoenix.
  • IndiePaper (2021-2022): built and lauched an entire self-publishing platform for self-published authors, wound it down due to lack of customers.
  • Buy Me a Coffee (2020-2021): part of the team that rewrote the mobile app into React Native.

Projects

  • LessPhone: distraction free android-launcher, created as 19 y/o, scaled to 250,000 users.
  • CoronaRM: built the first CRM for managing Covid patients, at peak was helping make 8,000 calls per day.
  • Ultron OS: built as 16 y/o, fully bootable OS built in high-school.

Problems I care about

  • Moving money is slow: Cross-border and domestic payments should not take more time to settle than a suitcase full of cash on a flight.
  • Access to clean, safe and abudant energy: Humans should have access to almost-free, abundant and clean energy. Nuclear might be an answer.
  • Reversing climate change: Climate change is here, we missed the boat to stop it, we should be looking for ways to reverse it.

Collections

  • Obsessive: People who were obsessed with things that had a net positive outcome for everyone.

If any of these sound interesting to you, or would just love to talk, add any resource to my collections page, you can email me at [email protected].

Best Work

ModernResume

A resume builder for Software Engineers, written in Phoenix LiveView.

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.

Top Posts

All Posts

Delight, Not Satisfy

2024-May-21 Always delight people, especially at the points where they interact with you.

ChatGPT and Prompt Based Development

2023-Mar-03 Since the release of ChatGPT API, there are multiple apps that have up. Unlike other software platforms the core difference here are the prompts. In this post I explore how this changes Software Development.

Math is a Simulation of Reality

2022-Apr-20 Math is reality, but simulated with symbols on paper. It's a low level language for the physical world, it's representation and manipulation.

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.