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
Best practices for creating API documentation
Posted on:November 22, 2023 at 12:00 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.
comparing destop frameworks, PyQt vs Tkinter, Electron and other Python GUI frameworks
Posted on:November 22, 2023 at 12:00 AMa concise Q&A comparison of PyQt's features like signals/slots and Qt Designer vs alternatives like Tkinter and Electron for building desktop apps in Python.
Core Concepts for Amazon Virtual Private Cloud (VPC)
Posted on:November 22, 2023 at 12:00 AMCovers key components like subnets, gateways, endpoints, and security groups within an AWS VPC.
deploy a self hosted n8n server with 99.99 reliability with sqlite, litestream and fly.io
Posted on:November 22, 2023 at 12:00 AMSetup a Fault-Tolerant Production-Ready N8N Server with 99.99% Uptime for Pennies a Month