TILs - Today I Learned
I learned "Tils" format from Simon Willison. A Til encapsulates a bite-sized nugget of knowledge that I have learned. Hope this Til collection provides some value to you.
Recent TILs
Iconify - Universal icon framework(TIL)
Posted on:January 30, 2025 at 02:58 AMIconify provides thousands of icons on demand through a unified API and components. It converts icon sets to a JSON format and optimizes SVGs for web.
how to package any nodejs app to rest api(TIL)
Posted on:January 30, 2025 at 02:58 AMPackage and deploy a Node.js CLI app as a REST API on Fly.io.
how to deploy browserless image to fly(TIL)
Posted on:January 30, 2025 at 02:58 AMDeploy a scalable, serverless browser automation service on Fly.io by building a Docker image with browserless, configuring the app resources, and connecting to the WebSocket endpoint from your code.
Best practices for creating API documentation(TIL)
Posted on:January 30, 2025 at 02:58 AMAPI documentation should include overview, authentication guide, detailed endpoint reference, usage guides/tutorials. Use OpenAPI spec and tools to auto-generate docs. Make docs easy to find, search, navigate. Keep them updated.