Mathursan BalathasHow to use Multer to Upload Images in the MERN StackMany of you have probably encountered a circumstance in which you needed to upload an image or another form of file to a server. This blog…Apr 12, 2022Apr 12, 2022
Mathursan BalathasHow to upload images to AWS S3 from the Android app.Cloud storage is becoming a must nowadays. Recently I came across a scenario to upload images from an android app to an AWS S3 bucket…Dec 13, 20212Dec 13, 20212
Mathursan Balathasmap() vs filter() vs reduce() in JSIf you’re new to JavaScript and have heard of methods like map(), reduce(), and filter() but aren’t sure what they are or why they’re used…Aug 27, 2021Aug 27, 2021
Mathursan BalathasinGeek CultureHow to implement User Authentication using JWT (JSON Web Token) in NodeJS and maintain user…When it comes to creating a web application where the core functionalities are user-oriented that means having registered to the system is…May 30, 2021May 30, 2021
Mathursan BalathasinGeek CultureHow to Send Emails From Node.js Server Using Gmail?There are some instances in our real-life experience where we may receive emails as verifications or notifications from certain websites…May 13, 2021May 13, 2021
Mathursan BalathasCommonly Used Lifecycle Methods of React ComponentsIn React we can define components as classes or functions. These components have several lifecycle methods which can be invoked at certain…Apr 17, 2021Apr 17, 2021
Mathursan BalathasWhat is a REST API?REST(REpresentational State Transfer) is a web service-based architecture used for data exchange between applications or systems over the…Apr 3, 2021Apr 3, 2021
Mathursan BalathasSQL vs NoSQLWhen it comes to choosing a database for modern systems there comes a situation whether to choose SQL or NoSQL. There are few people will…Mar 19, 2021Mar 19, 2021
Mathursan BalathasWhy JavaScript is so popular nowadays?There is a lot of buzz about JavaScript among developers and upcoming IT graduates who are seeking a job in the development field. So what…Mar 7, 2021Mar 7, 2021