Blog
Unit Conversion in Python
Dimensional analysis and unit conversion of physical quantities with SymPy
Python3PythonCoding
Store Passwords Safely in Python
How to hash passwords using the bcrypt library
CodingPasswordPython
RBAC vs ABAC with Amazon Cognito
AWSSecurityIAM
Which UI Frameworks Support Vue 3?
About the state of Vue 3 support
VueVue3Javascript
Python FastAPI — Serving Images, MP3 Files, etc. from Your Backend for Beginners
A beginners’ guide on how to serve images, MP3 files, PDF files, DOC files, etc. to frontend from backend using Python FastAPI.
PythonFastAPIFrontend
Monorepo Setup with NPM and TypeScript
TypescriptNpmMonorepo
Understand collate_fn in PyTorch
A beginner-friendly tutorial on how to create batches in PyTorch and how to modify default behavior for our needs.
PytorchPythonDeep learning
Python: A Quick Revision
An introduction to Python for beginners
PythonCodingComputer Science
The JavaScript ?? (Nullish Coalescing) Operator: How Does it Work?
JavascriptNullish coalescing
How to Vim Like a Pro
VimCoding