Blog
Should You Use a Paid or a Free Code Editor?
When it comes to choosing the right IDE, the choice is not as obvious as it seems
DevelopmentTools
Best Way How To Install NPM Packages With an Exact Version
Why you should use exact package versions in your package.json
NpmJavascriptNodejs
How to Use Environment Variables in Next.js
Take a look at how to use environment variables in Next.js.
NextjsEnvironment-variablesReact
Sort React Components Using .sort()
A guide on the process of rendering child components from an array of objects and creating a Sort button using React.
ReactJavascriptWeb development
Let's Create a Pagination Data Table with React and an External API
A guide on how to create a pagination data table with React using react-data-table-component
ReactJavascriptWebdev
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