Posts
All the articles I've posted.
A Guide to the Good Life-The Ancient Art of Stoic Joy
Posted on:November 22, 2023 at 12:00 AMhow to live a good life
Alternative Facts - On Knowledge and Its Enemies
Posted on:November 22, 2023 at 12:00 AMwhat is knowledge and what is facts
Artificial Intelligence - A Guide for Thinking Humans
Posted on:November 22, 2023 at 12:00 AMCurrent AI still has huge gaps compared to human intelligence, mainly in understanding and transfer abilities. Major progress needed in composability, interpretability, agency for true general intelligence.
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
Differences Between Relative and Absolute Positioning in CSS
Posted on:November 22, 2023 at 12:00 AMRelative positioning shifts an element without affecting layout. Absolute positioning positions an element relative to a parent element and removes it from the normal page flow.
Django Performance Optimization Tips
Posted on:November 22, 2023 at 12:00 AMKey techniques and insights on optimizing django application performance covering caching, database optimization, bulk operations, profiling etc.
Elixir vs Django vs Nodejs
Posted on:November 22, 2023 at 12:00 AMQ&A list summarizing the key insights about using Elixir and Phoenix for web development. Covers pros/cons, use cases, and comparisons to alternatives.