5 followers
I am a passion driven coder who loves trying out new stuff and helping people. This is where I put my knowledge so that anybody can access it.
Understanding Pointers in C in Simple Terms A pointer is like a "signpost" in programming. It doesn’t hold the actual data but instead tells you where...
Monolithic Applications For monolithic applications using a simple middleware to check for authentication via correct access token is enough to have...
Idempotence means that an API should return the same response for the same request. While this concept is generally associated with methods like PUT...
Access Token The Access Token is a small piece of data that contains user identity information, such as email, name, and user ID (_id). This token...
Github Repo for all of the related and in-detail code Introduction: Python is a high-level, general-purpose programming language that emphasizes code...
Find everything you need to ace CORE JAVA in easy and quick manner · Use this repository for codes of each concept Introduction to Java Java, developed...