I am a engineering student who's determined to change the time ahead .
I am available here for learning new things and sometimes i show good writing skills too.
Jul 10, 2024 · 2 min read · Bearer authentication, JWT bearer, and bearer token are closely related concepts often used interchangeably, but they have specific distinctions: Bearer Authentication: Bearer authentication is a method where the client must send a token with each ...
Join discussionJun 25, 2024 · 1 min read · Controller receives an HTTP request and converts it to a Request object. Controller calls the Service layer method with the Request object. Service layer processes the Request object, applies business logic, and interacts with the Repository layer....
Join discussionJun 21, 2024 · 1 min read · Overview Azure DevOps, provided by Microsoft, is a suite of development tools integrated with Microsoft’s cloud platform, Azure. It offers a comprehensive set of services for managing the entire development lifecycle. Key Features Azure Repos: Git r...
Join discussionJun 21, 2024 · 3 min read · How Git Works: Repositories: A repository (or repo) is a directory that contains your project files and the entire history of changes. Commits: A commit is a record of your repository at a given point in time. It contains the changes made and a mes...
Join discussion