Skip to main content

Talks

Secure Your Angular App Using JWT And GraphQL

Event Date : Sept 23, 2023 

Conference : NullCon Goa 

Source code on GitHub

Agenda

  • What is a JWT??
  • Structure of JWT
  • Create a GraphQL server using .NET & Chilli Cream hot chocolate to support JWT authentication
  • Add policy-based authorization to the APIs
  • Use the Apollo GraphQL to consume the API on an Angular client
  • Use HTTP interceptors to allow secure access to the APIs
  • Implement route guards to secure the URL routing

Go to Event Page

Exploring .Net on Google Cloud with Angular

Event Date : May 07, 2023 

Conference : Cloud Community Days Kolkata 

Agenda

  • Create a SQL server using Cloud SQL
  • Connect to cloud SQL using SSSMS
  • Configure the web API using .NET and Cloud SQL
  • Creating the front-end of the application using Angular
  • Execution demo of the Application

Go to Event Page

Creating Full-Stack Web Apps Using .NET and Angular

Event Date : April 01, 2023 

Conference : Warsaw IT Days 

Source code on GitHub

Agenda

  • Creating the DB objects using SQL Server
  • Scaffolding the Model using EF core DB first approach
  • Creating the RESTful web API with .NET 5 using the repository pattern
  • Implementing Dependency Injection in the web API
  • Creating the front-end of the application using Angular
  • Execution demo of the Application

Go to Event Page

Creating Full-Stack Web Apps Using .NET and Angular

Event Date : May 28, 2021 

GitHub

Agenda

  • Creating the DB objects using SQL Server
  • Scaffolding the Model using EF core DB first approach
  • Creating the RESTful web API with .NET 5 using the repository pattern
  • Implementing Dependency Injection in the web API
  • Creating the front-end of the application using Angular
  • Execution demo of the Application

Go to Event Page

Create An Optical Character Reader Using Blazor And Azure Computer Vision

Event Date : April 8, 2021 

GitHub

Agenda

we will create an optical character recognition (OCR) application using Blazor and the Azure Computer Vision Cognitive Service. Computer Vision is an AI service that analyzes content in images. We will use the OCR feature of Computer Vision to detect the printed text in an image. The application will extract the text from the image and detects the language of the text. This app will support 25 different languages.

Go to Event Page

Creating Full-Stack Web Apps Using .NET and Angular

Event Date : Dec 14, 2020 

GitHub | YouTube

Agenda

  • Creating the DB objects using SQL Server
  • Scaffolding the Model using EF core DB first approach
  • Creating the RESTful web API with .NET 5 using the repository pattern
  • Implementing Dependency Injection in the web API
  • Creating the front-end of the application using Angular 11
  • Execution demo of the Application

Go to Event Page

Create An Optical Character Reader Using Blazor And Azure Computer Vision

Event Date : June 18, 2020 

GitHub

Agenda

we will create an optical character recognition (OCR) application using Blazor and the Azure Computer Vision Cognitive Service. Computer Vision is an AI service that analyzes content in images. We will use the OCR feature of Computer Vision to detect the printed text in an image. The application will extract the text from the image and detects the language of the text. This app will support 25 different languages.

Go to Event Page

Angular For Beginner

Event Date : April 11, 2020 

Agenda

  • What is Angular
  • Setting up the Angular development environment
  • What is a Component
  • What is a Module
  • What is Service
  • Angular Lifecycle hooks
  • Creating your first Angular App

Go to Event Page

Ngrx: what, why and how

Event Date : November 30, 2019 

GitHub

Agenda

  • What is Reactive programming?
  • Understanding RxJS
  • Exploring Redux
  • What is NgRx?
  • NgRx packages
  • Why should you use NgRx?
  • Code demo for NgRx Store and Effects

Go to Event Page

Mini-workshop at Angular Connect

Event Date : September 19, 2019 

We will learn how to create a blogging app, similar to WordPress, using Angular on frontend and Google Cloud Firestore as database provider.

GitHub

Agenda

  • Using Cloud Firestore with an Angular application
  • Angular material and Bootstrap
  • Template-driven forms
  • Implementing auth-guards in Angular
  • Authentication using Firebase
  • Hosting an Angular app on Firebase

Go to Event Page

Working on .Net Core 3 with Angular 8

Event Date : July 20, 2019 

Agenda

  • Creating the DB objects using SQL Server
  • Scaffolding the Model using EF core DB first approach
  • Creating the RESTful web API with .NET Core 3.0 using the repository pattern
  • Implementing Dependency Injection in the web API
  • Creating the front-end of the application using Angular 8
  • Execution demo of the Application

Go to Event Page

Create a Blogging App with Angular 7 and Firebase

Event Date : March 31, 2019 

Agenda

  • Creating Angular 7 app
  • Configuring Firebase
  • Adding Authentication to the application
  • Adding the feature to create, edit, view and delete a blog post
  • Adding the feature for user’s comment on blog
  • Deploying the app on Firebase

Go to Event Page