• Home

  • Talks Academy

  • SHE

  • About Us

  • Blogs & Articles

  • Videos

  • Conferences

    • Dotnet Learner House Swamy
    • Talks with viswanatha Swamy
    • Talks with Aroh Shukla
    • Talks with Priyanka Shah
    • Talks with Shubham Dumbre
    • Global Power Platform Bootcamp 2022
    • Global AI Back Together 2021
    • Azure Community Bootcamp
    • Scope DTI
    • LightUp Conference
  • Events

  • Our Services

  • Contact Us

  • More

    Use tab to navigate through the menu items.
    logocrop.jpg
    • Facebook Social Icon
    • Twitter Social Icon
    • YouTube Social  Icon
    • LinkedIn Social Icon
    • Instagram Social Icon
    • All Posts
    • SQL
    • SharePoint
    • .NET
    • Active Directory
    • ADO.NET
    • Agile Development
    • AJAX
    • Alexa Skills
    • Algorithms in C#
    • Android
    • Angular
    • AI
    • ASP.NET
    • Augmented Reality
    • AWS
    • Azure
    • Big Data
    • BizTalk Server
    • Blockchain
    • Bootstrap
    • Bots
    • C#
    • C, C++
    • Cloud
    • Cyber Security
    • Cognitive Services
    • Data Mining
    • Data Analytics
    • Databases
    • DevOps
    Search
    Introduction to Duck Typing in TypeScript
    The Tech Platform
    • Jun 22
    • 4 min

    Introduction to Duck Typing in TypeScript

    What is Duck Typing? Duck Typing is usually used in code that needs to handle a range of different data, often without knowing exactly...
    Write a program to Check if a Value exists in an Enum in TypeScript
    The Tech Platform
    • Jun 8
    • 2 min

    Write a program to Check if a Value exists in an Enum in TypeScript

    Enums or enumerations are a new data type supported in TypeScript. Most object-oriented languages like Java and C# use enums. This is now...
    11 Best Productivity Tools for Developers
    The Tech Platform
    • May 31
    • 5 min

    11 Best Productivity Tools for Developers

    Productivity tools for developers can easily save the day and make work faster, easier, and more efficient. They can also help relieve...
    What's new in TypeScript 4.7?
    The Tech Platform
    • Apr 30
    • 2 min

    What's new in TypeScript 4.7?

    TypeScript 4.7, now in a beta release, offers ECMAScript module (ESM) support for Node.js 12 as well as a multitude of coding...
    What are Decorators in TypeScript?
    The Tech Platform
    • Feb 24
    • 3 min

    What are Decorators in TypeScript?

    A Decorator is a special kind of declaration that can be applied to classes, methods, accessor, property, or parameter. Decorators are...
    How to Create TypeScript Aliases?
    The Tech Platform
    • Feb 7
    • 2 min

    How to Create TypeScript Aliases?

    Open your tsconfig.json file. Set baseUrl value (under compilerOptions) as “src” instead of “.” Add “paths” under compilerOptions. Start...
    Command Pattern in Typescript
    The Tech Platform
    • Jan 18
    • 4 min

    Command Pattern in Typescript

    Command is a behavioral design pattern that turns a request into a stand-alone object that contains all information about the request....
    KeyOf Operator in TypeScript
    The Tech Platform
    • Dec 30, 2021
    • 3 min

    KeyOf Operator in TypeScript

    The keyof is one of the operators that can be used to fetch the user values; also, it follows the union operator formats and its...
    A Generic Function to Update and Manipulate Object Arrays in TypeScript
    The Tech Platform
    • Dec 22, 2021
    • 5 min

    A Generic Function to Update and Manipulate Object Arrays in TypeScript

    While building my newest SaaS product, ReduxPlate, I realized a common pattern kept cropping up in my array manipulation functions. I was...
    .NET 6 Web APIs with OpenAPI TypeScript Client Generation
    The Tech Platform
    • Dec 16, 2021
    • 5 min

    .NET 6 Web APIs with OpenAPI TypeScript Client Generation

    You’re building a new web API from the ground up. Which approach should you pick for building your API? gRPC? GraphQL? REST? Some would...
    DatoCMS for Angular Applications
    The Tech Platform
    • Oct 29, 2021
    • 4 min

    DatoCMS for Angular Applications

    Dato CMS is one of the most popular headless CMS out there, and briefly, why are all those CMS so trending now? First of all, what the...
    5 ways to make HTTP requests in JavaScript
    The Tech Platform
    • Sep 28, 2021
    • 8 min

    5 ways to make HTTP requests in JavaScript

    Modern Javascript provides a number of ways to send HTTP requests to remote servers. From the native XMLHttpRequest object to third-party...
    TypeScript Enum Guide: Get Started in 5 Minutes
    The Tech Platform
    • Jul 28, 2021
    • 4 min

    TypeScript Enum Guide: Get Started in 5 Minutes

    Enumerations (or enums) are a supported data type in TypeScript. Enums are used in most object-oriented programming languages like Java...
    Building D3 interactive network graph D3 Force-Simulation + React + TypeScript
    The Tech Platform
    • Jul 22, 2021
    • 4 min

    Building D3 interactive network graph D3 Force-Simulation + React + TypeScript

    We can build very powerful network graphs using D3 Force Simulation library. In this blog, I have done same exercise but with React.js...
    5 Utility Types For Transforming Types in Typescript
    The Tech Platform
    • Jul 12, 2021
    • 2 min

    5 Utility Types For Transforming Types in Typescript

    One of the great things about typescript is its flexibility. You can transform, change, and create new types using existing types. In...
    Strategy Pattern Implementation with Typescript and Angular
    The Tech Platform
    • Jul 8, 2021
    • 5 min

    Strategy Pattern Implementation with Typescript and Angular

    Design patterns are proven, practical, and reusable solutions fit for tackling specific problems in software development. They not only...
    C# .NET Core and TypeScript
    The Tech Platform
    • Apr 12, 2021
    • 6 min

    C# .NET Core and TypeScript

    Using Generics and LINQ to Secure and Filter Operations on Your JSONPatchDocuments In a recent project, I had to implement an edit form...
    TypeScript Programming Language
    The Tech Platform
    • Apr 9, 2021
    • 4 min

    TypeScript Programming Language

    TypeScript is a typed superset of JavaScript that compiles to plain JavaScript. It is pure object-oriented with classes, interfaces and...
    Using Firestore With Typescript
    The Tech Platform
    • Apr 2, 2021
    • 4 min

    Using Firestore With Typescript

    The Problem Something that’s been on my TODO for a while now has been to figure out a slick and clean way of using Firestore in a more...
    Cloud Firestore Development (With Typescript)
    The Tech Platform
    • Mar 8, 2021
    • 3 min

    Cloud Firestore Development (With Typescript)

    The purpose of this article is to show you how I added the calls between the React application and Cloud Firestore, and also how I added...

    Share

    Share your knowledge

    Read More >

    Learn

    Learn from experts around the world

    Read More >

    Ask

    Ask if you have questions

    Read More >

    Contact US

    Here for you

    Read More >