8 followers
Software Engineering 🧑🏻💻 | Tech 💻 | Travel ✈️ | Photography 📸 | Football ⚽️ | Food 🍱
Working with JavaScript, Nodejs, and React. Open to opportunities in Software Engineering.
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...