Author name: mounika

Web & Architecture

1. APIs

2 min read

API Stands for Application Programming Interface. APIs have a set of rules that allow different software applications to communicate with each other, generally letting them exchange data and

Web & Architecture

TypeScript Basics

2 min read

Introduction:TypeScript, a superset of JavaScript, compiles to plain JavaScript, making it easily integrable into existing JavaScript applications.Features of TypeScript:1. Static Type Checking: if we define a variable with

Scroll to Top