Web Development
Parsing post data 3 different ways in Node.js without third-party libraries
application/json, application/x-www-form-urlencoded, and multipart/form-data
Implementing Flask login with hash password
A concise post that helps improve your authentication system
Using Node.js to Display Images in a Private AWS S3 Bucket
Bypassing the File System and Using Streams
32+ funny Code Comments that people actually wrote
Well, This writing will show you how code commenting can be funny too. I have listed some funny code comments people encountered in production code. Note: If you want to learn more about JavaScript…
How to display images from local assets/images folder when working with React
It's not as straightforward as it might seems to be
React: Updating a value in state array
How to update just one value in an array of objects in a state
Create a CRUD Rest API with Node and Express.js
To build APIs in Node.js we will use Express.js framework. Any other framework can also be used but Express.js is very popular when using Node.
Angular: Use Observable Subscriptions & Async-Pipe to Prevent Memory Leaks.
Everything you need to know about HTML5 local storage and session storage
Understand it by building actual practical applications
Convert String to Different Case Styles: Snake, Kebab, Camel and Pascal Case in JavaScript
Conversion from string to different ways of word combination in JavaScript.