Pseudolocalization in Phoenix with gettext_pseudolocalize
Understanding Gettext in Elixir Applications
Gettext is a widely adopted internationalization (i18n) system that helps developers make their applications available in multiple languages. Originally developed for GNU projects, it has become a standard solution across many programming languages and frameworks, including Elixir and Phoenix.
Read MorePorting Files Generated by Phoenix to Surface
This post is intended to get you started with surface provided components. I provided the original code and surface versions so you can compare the differences yourself without installing anything.
Read MoreServing Open Street Map Vector Tiles with Elixir and Phoenix
Some background on mbtiles files from mapbox/mbtiles-spec
MBTiles is a specification for storing tiled map data in SQLite databases for immediate usage and for transfer. … The metadata table is used as a key/value store for settings. It MUST contain these two rows:
Read More
Nginx Logs in Live Dashboard
Building on top of my previous blog posts on creating a nginx log parser and displaying ps output in live dashboard I decided to build a nginx log display.
Read More