Blog
Why Is The K-Nearest Neighbors (KNN) Called A “Lazy Algorithm”?
Machine LearningArtificial IntelligenceAI
How to Setup Tailwind CSS in Vue 3
A streamlined walkthrough if you hate docs so much.
VuejsTailwindCss
Typed Python For TypeScript Developers
A typed Python cheat sheet for TypeScript developers.
PythonTypescriptPython programming
Password Encryption Using bcrypt, Sequelize and Node.js
This post talks about how to encrypt the user password using Sequelize and store in PostgreSQL.
NodejsSequelizeBcrypt
Upgrade AWS EKS Cluster with Zero Downtime
Amazon Elastic Kubernetes Service (Amazon EKS) is a fully managed Kubernetes service offering from AWS.It provides high availability and scalability for the Control Plane to run across multiple…
KubernetesAWSDocker
How to Set Default Python Interpreter in VS Code
A guide on how to set up your Visual Studio Code for Python operations.
PythonVSCode
How to Migrate an existing React Web App to Desktop App with Electron
ReactElectronJavascript
Connect to a Private Instance Using a Bastion Host Within a Custom VPC
AWSVPCBastion Host
How to Setup Path Resolving in Vite
JavascriptTypescriptVite
Create a browser-agnostic PWA install button
The whole point of PWAs is that they work everywhere. So an install button should by definition be browser-agnostic. Here is how to build the perfect PWA install button.
JavaScriptProgressive Web AppProgramming