Posts
All the articles I've posted.
excercised
Posted on:November 22, 2023 at 12:00 AMWe Never Evolved to Do Is Healthy and Rewarding, involving human evolution and exercise, prolonged sitting and health
Getting Started with Browserless Debugger for easy REPL
Posted on:November 22, 2023 at 12:00 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.
Gunicorn, WSGI and Django
Posted on:November 22, 2023 at 12:00 AMlearnings about how WSGI works, benefits of WSGI, optimal configuring Gunicorn/Django, and debugging tips.
how to deploy browserless image to fly
Posted on:November 22, 2023 at 12:00 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.
how to do domain wide Single Sign-On (SSO)
Posted on:November 22, 2023 at 12:00 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.
how to package any nodejs app to rest api
Posted on:November 22, 2023 at 12:00 AMPackage and deploy a Node.js CLI app as a REST API on Fly.io.
Iconify - Universal icon framework
Posted on:November 22, 2023 at 12:00 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.
Key Capabilities and Usage of Alpine.js
Posted on:November 22, 2023 at 12:00 AMThis summarizes the core benefits, API, and usage patterns of Alpine.js - a lightweight framework for adding interactivity to HTML that can replace jQuery and vanilla JS.
Key Differences Between React Hook Form and Formik
Posted on:November 22, 2023 at 12:00 AMExplains the pros and cons of React Hook Form vs Formik for form state management and validation in React.
Key learnings on publishing packages to npm
Posted on:November 22, 2023 at 12:00 AMQ&A summary of insights on using tools like npm, Lerna, Bit and best practices for publishing and managing JavaScript packages.