Posts
-
Quotes I like
A collection of quotes that I like. This is a running list.
-
Expressing Yourself Is Hard
Sometimes, you read something that resonates so deeply, you wish you could write so beautifully too.
-
Are your lights on? - Notes
A book about problem solving and critical thinking. Notes and summary.
-
The correlation between Unhappiness and Self Image
Why are some people happy, others miserable in the same situation?
-
Replicache Notes (Library to build local-first)
Notes from reading about Replicache, gives a good overview of the concepts.
-
Show Code, Not Passion
Code speaks louder than words. Show me what you've built.
-
Making faster SPAs
SPAs(Single page applications) are easy to make slow, some ways to make them faster.
-
SSR for dashboards and complex webapps?
Does SSR make sense for dashboards and complex webapps?
-
GPT can't cover for poor taste
GPT is not a band-aid for creative laziness and artistic shortcuts
-
On Writing More Often
Reflections on writing and why I want to do it more often
-
Write code that is easy to replace
Write code which is easy to delete, rewriting is often easier than refactoring.
-
What the heck is Helm?
A introduction to Helm for people familiar with Docker and Kubernetes
-
The SDK that Reacts: State Over Events
My React Nexus talk about designing data intensive web applications.
-
100ms Web SDK Mental Model
A doc page I wrote about 100ms' SDK architecture to help users develop a mental model of how the SDK works.
-
Using ChatGPT to derive meaning from support chats
How we converted casual support chats into structured data with the help of ChatGPT.
-
A Video Call App With Svelte
How we built a browser-based recorder and streamer for live meetings.
-
Building a bot to record and stream live meetings
How we built a browser-based recorder and streamer for live meetings.
-
Grayscale Filter for 100ms Video Calls
In this post, we'll build a Grayscale plugin to make video calls more fun. This can be used as a starting point to build more complex filters like AR filters.
-
Building a clubhouse clone with 100ms SDK
A video walkthrough of how to build a clubhouse clone with 100ms SDK and React.