14 followers
Software Engineer at Meesho π§π»βπ» | Tech π» | Travel βοΈ | Photography πΈ | Football β½οΈ | Food π±
Working with JavaScript, TypeScript, Nodejs, React & Nextjs.
PWA stands for Progressive Web Apps. We are currently at the stage where user experience & accessibility are paramount. And PWA is one of the ways...
Introduction JavaScript is a versatile programming language that provides developers with a rich set of built-in methods to manipulate arrays. One...
Let's get started with the Full Forms first REST stands for Representational State Transfer API stands for Application Programming Interface What...
Letβs start with its full form first; CORS stands for Cross-Origin Resource Sharing What does MDN say about CORS? It's an HTTP header-based...
Let's start with what is a commit in git? Commit in git is used to save a snapshot of all the changes made in the working repository. A commit...
malloc() is a C Standard Library function that is defined in stdlib.h header file. The name malloc stands for Memory Allocation. Definition...