Posts
All the articles I've posted.
comparing destop frameworks, PyQt vs Tkinter, Electron and other Python GUI frameworks(TIL)
Posted on:January 30, 2025 at 02:57 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.
Django Performance Optimization Tips(TIL)
Posted on:January 30, 2025 at 02:57 AMKey techniques and insights on optimizing django application performance covering caching, database optimization, bulk operations, profiling etc.
Getting Started with Browserless Debugger for easy REPL(TIL)
Posted on:January 30, 2025 at 02:57 AMThe browserless debugger provides an interactive browser-based JavaScript REPL environment for efficiently experimenting with and debugging frontend code right from the browser. Using the console for read-eval-print loops allows you to iteratively develop code and see it execute live in the browser.
things I learn about aws cloudtrail(TIL)
Posted on:January 30, 2025 at 02:57 AMCloudTrail tracks API activity in AWS, logs events to S3, and enables auditing, compliance and security monitoring.
Web Typography(TIL)
Posted on:January 30, 2025 at 02:57 AMAn overview of web typography concepts like font formats, Google Fonts, vertical spacing, line length, and typography guidelines.
deploy a self hosted n8n server with 99.99 reliability with sqlite, litestream and fly.io(TIL)
Posted on:January 30, 2025 at 02:57 AMSetup a Fault-Tolerant Production-Ready N8N Server with 99.99% Uptime for Pennies a Month
how to do domain wide Single Sign-On (SSO)(TIL)
Posted on:January 30, 2025 at 02:57 AMKey insights on SSO concepts like first-party vs. third-party cookies, CSRF attacks, implementing SSO across subdomains and domains, and using protocols like SAML, OAuth, and JWT for SSO.
Simplifying Redux App Development with Redux Toolkit(TIL)
Posted on:January 30, 2025 at 02:57 AMRedux Toolkit improves the developer experience by reducing boilerplate for store setup, immutable updates, async logic, and more.
Key Differences Between React Hook Form and Formik(TIL)
Posted on:January 30, 2025 at 02:57 AMExplains the pros and cons of React Hook Form vs Formik for form state management and validation in React.
Things I Learned About React Reusable Components(TIL)
Posted on:January 30, 2025 at 02:57 AMhow to make react componenent as resuable as possible