Refresh_token_feature_image

Aug 8

Using Refresh Token in Asp.Net Core Web API Project

A refresh token is a special token that lets the user to refresh the access token without asking the user to login again A refresh token will be generated with

By Pownraj

Jul 26

Devops and How does it perform and practices- Walkthrough

The new name for Microsoft Visual Studio Team Services is Azure DevOps (VSTS) It is seen as a promising technology for managing the application lifetime Azure

By Syed Haroon

Mar 31

SDLC Models Versus Devops – Why we choose Devops

Introduction: The phrase Software DevelopmentĀ  Lifecycle (SDLC) refers to the multi-step process that begins with source code and progresses through software

By Syed Haroon

Mar 21

Global Information Tracker (Git) – Workflow and Terminologies

Git-Introduction Git is a free and open-source distributed version control system that can handle everything from tiny to extremely large projects quickly and

By Syed Haroon

Apr 18

Linguistics for Azure Storage Services

Introduction The storage accounts give a unique namespace for your storage data that is accessible from anywhere in the globe via http or https Data in your

By Syed Haroon

Nov 15

Azure-Backup On-Premises using MARS agent

Azure Backup provides automatic storage management with unconstrained scalability and recovery Azure Backup also provides application-consistent backups,

By Syed Haroon
object-clone

Jan 13

Playing with JavaScript Object clone

When I was a complete beginner in JavaScript, I've had a time when I was confused with what's going on when I work with Objects The task was simple: Allowing

By Deepak Singh

Feb 17

Everything you need to know about Change Detection

Introduction Angular is a TypeScript-based open-source web application framework led by the Angular Team at Google and by a community of individuals and

By Pandiyan Murugan
clean-html

Jan 27

Write clean and maintainable HTML code

We all have come through posts where people show off how to write cool stuff in the backend/server-side in languages like C#, nodeJs, java, javascript, etc

By Hariharan subramanian

Jan 30

Internationalization with angular

Internationalization is the process of designing and preparing your app to be usable in different languages Localization is the process of translating your

By Pandiyan Murugan