Thanks for checking out my git profile.
I am a software engineer from India.
- π Iβm currently working on DerpyTools
- π± All the while learning Elixir, Phoenix & Live View
- π― Willing to collaborate on Elixir & Phoenix projects
- π¬ Ask me about Elixir & Phoenix
- π« How to reach me: abhijit@derpytools.com
My preferred architecture.
graph TD
U(User) <---> |Proxy| C{Caddy}
subgraph VPS
C{Caddy} <---> |Admin| LiveBook
Phoenix <---> |Search| Meilisearch
C{Caddy} <---> |Server| Phoenix
Phoenix <---> |Database| Sqlite
Sqlite <---> |Backup| Litestream
C{Caddy} <---> |Cache| Varnish
Varnish <---> |Image Transformer| Imgproxy
C{Caddy} <---> |Monitoring| Netdata
end
Phoenix <---> |S3| S3((Object Store))
Imgproxy <---> |S3| S3((Object Store))
Litestream <---> |S3| S3((Object Store))
-
Made a Source Code Inspector (Which was later added to the Phoenix Live View itself!)
-
Created a Command Palette within a week, thanks to Elixir & Phoenix LiveView
-
Created a Mix Task, to syntax highlights code snippets in bulk using Chroma