Angular Signals: Reactive Programming Simplified
Event Date : Oct 20, 2024
Conference : Devfest Gandhinagar
Agenda
- Reactivity in Angular
- Current Challenges in State Management
- Writable signals
- Computed Signals
- Effects in Angular Signals
- Signals vs. Observables
Get Started With Firebase Data Connect Using Angular
Event Date : Aug 17, 2024
Conference : Cloud Community Day, Kolkata
Agenda
- What is Firebase Data Connect?
- How does Firebase Data Connect work?
- How to configure Firebase Data Connect to use it with an Angular app
- Execution Demo for a web app created using Angular and Firebase Data Connect
Building modern web apps with Angular and Firebase
Event Date : Nov 4, 2023
Conference : Devfest 2023, Siliguri
Agenda
- Creating a project on Firebase
- Configuring Google cloud firestore database
- Adding firebase project to Angular application
- Template-driven form
- Implementing auth-guards in Angular
- Configuring Google authentication for our application
Internationalization in Angular
Event Date : Oct 20, 2023
Conference : Gitex Global
Agenda
- What is i18n?
- Angular localize package
- The i18n Attribute
- Serve App in Multiple Languages
Secure Your Angular App Using JWT And GraphQL
Event Date : Sept 23, 2023
Conference : NullCon Goa
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
Create Smart Angular Apps Using Azure Computer Vision
Event Date : Sept 15, 2023
Conference : CityJS India
Agenda
- What is Azure Cognitive Services?
- What is Computer Vision?
- Create the Azure Computer Vision Cognitive Service resource
- Create and configure an Angular application
- Integrate the Azure computer vision cognitive service with the app
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
Creating Full-Stack Web Apps Using .NET and Angular
Event Date : April 01, 2023
Conference : Warsaw IT Days
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
Building modern web apps with Angular and Firebase @ DevFest 2022, Goa
Event Date : Dec 18, 2022
GitHubAgenda
- Creating a project on Firebase
- Configuring Google cloud firestore database
- Adding firebase project to Angular application
- Template-driven form
- Implementing auth-guards in Angular
- Configuring Google authentication for our application
Building modern web apps with Angular and Firebase @ DevFest 2022, New Delhi
Event Date : Dec 3, 2022
GitHubAgenda
- Creating a project on Firebase
- Configuring Google cloud firestore database
- Adding firebase project to Angular application
- Template-driven form
- Implementing auth-guards in Angular
- Configuring Google authentication for our application
Exploring Blazor forms and form validations
Event Date : Dec 2, 2022
GitHubAgenda
- How to create a form in a Blazor Wasm app?
- Built-in form validations
- Custom form validator
Create A Multi-Language Translator Using Blazor Server And Azure Cognitive Services
How To Create A Full-Stack Web App Using Blazor WASM and GraphQL
Building modern web apps with Angular and Firebase
Event Date : Aug 28, 2022
GitHubAgenda
- Creating a project on Firebase
- Configuring Google cloud firestore database
- Adding firebase project to Angular application
- Template-driven form
- Implementing auth-guards in Angular
- Configuring Google authentication for our application
Internationalization in Angular
Event Date : Feb 25, 2022
GitHubAgenda
- What is i18n?
- Angular localize package
- The i18n Attribute
- Serve App in Multiple Languages
- Deploy to Firebase
Create Smart Angular Apps Using Azure Computer Vision
Event Date : Feb 23, 2022
GitHubAgenda
- What is Azure Cognitive Services?
- What is Computer Vision?
- Create the Azure Computer Vision Cognitive Service resource
- Create and configure an Angular application
- Integrate the Azure computer vision cognitive service with the app
Exploring Blazor forms and form validations
Create Smart Angular Apps Using Azure Computer Vision
Event Date : Nov 12, 2021
GitHubAgenda
- What is Azure Cognitive Services?
- What is Computer Vision?
- Create the Azure Computer Vision Cognitive Service resource
- Create and configure an Angular application
- Integrate the Azure computer vision cognitive service with the app
Advancing your website with payment integration
Event Date : Oct 24, 2021
GitHubAgenda
In this session, you will learn how to enable web payment capabilities for our web application with the help of Google Pay API.
Create A Multi-Language Translator Using Blazor Server And Azure Cognitive Services
Event Date : Sept 18, 2021
GitHubAgenda
- What is Azure Cognitive Services?
- What is Azure Translator Service?
- Create the Azure Translator Cognitive Services resource
- Create and configure a Blazor Server application
- Create the Blazor UI Component
- Execution demo of the Application
Creating Full-Stack Web Apps Using .NET and Angular
Event Date : May 28, 2021
GitHubAgenda
- 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
Creating Full-Stack Web Apps Using Blazor WebAssembly
Event Date : May 13, 2021
GitHubAgenda
- What is Blazor WebAssembly?
- Creating the DB layer for the application
- Scaffolding the models using EF Core DB first approach
- Creating UI Layer
- Form validations
- CRUD operations
- Execution demo
Create An Optical Character Reader Using Blazor And Azure Computer Vision
Event Date : April 8, 2021
GitHubAgenda
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.
Creating Full-Stack Web Apps Using Server-Side Blazor
Create Smart Angular Apps Using Azure Computer Vision
Building modern web apps with Angular and Firebase
Event Date : Feb 26, 2021
GitHubAgenda
- Configuring Firebase project
- Setup Google authentication using firebase
- Implement CRUD operations in the Angular application
- Implementing auth-guards in Angular
- Hosting an Angular app on Firebase
Securing Your Web-app Using JWT
Event Date : Feb 24, 2021
GitHubAgenda
- What is JWT?
- When to Use JWT?
- Structure of JWT
- How do JWT work?
- JWT implementation in a Angular app using .NET core
Creating Full-Stack Web Apps Using Server-Side Blazor
Event Date : Jan 23, 2021
GitHubAgenda
- Exploring the basics of Blazor
- What is Server-Side Blazor?
- Creating the DB layer for the application
- Scaffolding the models using EF Core DB first approach
- Creating UI Layer
- Form validations
Creating Full-Stack Web Apps Using .NET and Angular
Event Date : Dec 14, 2020
GitHub | YouTubeAgenda
- 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
Exploring Blazor – The open source framework for creating web UI with .NET
Event Date : Oct 13, 2020
GitHubAgenda
- Exploring the basics of Blazor
- Blazor Hosting Model
- Blazor WebAssembly vs Blazor Server
- Form validations
- Creating Full-Stack Web Apps Using Blazor Server
Creating Full-Stack Web Apps Using Server-Side Blazor
Event Date : Oct 10, 2020
GitHubAgenda
- Exploring the basics of Blazor
- What is Server-Side Blazor?
- Creating the DB layer for the application
- Scaffolding the models using EF Core DB first approach
- Creating UI Layer
- Form validations
Building applications using Angular and Firebase – ng Kenya
Internationalization in Angular
Create An Optical Character Reader Using Blazor And Azure Computer Vision
Event Date : June 18, 2020
GitHubAgenda
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.
Exploring Angular forms – ng Kenya
Event Date : May 21, 2020
GitHubAgenda
- Reactive Forms
- Template-driven forms
- Built-in form validations
- Custom form validations
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
Creating multi-player tic tac toe game using Angular and Fireabse
Event Date : February 15, 2020
GitHubAgenda
- Configuring Firebase project
- Connecting Cloud Firestore database with Angular app
- Adding the feature to invite friends for multiplayer game
- Deploying app on Firebase
- Live demo of application
Ngrx: what, why and how
Event Date : November 30, 2019
GitHubAgenda
- 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
Workshop: Building and Hosting a blogging site with Firebase and Angular
Event Date : November 9, 2019
DemoAgenda
- 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
Building applications using Angular and Firebase
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.
GitHubAgenda
- 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
Securing Angular App Using JWT
Event Date : August 31, 2019
Agenda
- What is JWT?
- When to Use JWT?
- Structure of JWT
- How do JWT work?
- JWT implementation in a Angular app using .NET core
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
Exploring Angular forms
Event Date : June 22, 2019
Agenda
- Reactive Forms
- Template-driven forms
- Built-in form validations
- Custom form validations
Building SPA Using Blazor
Event Date : April 20, 2019
Agenda
- What is Blazor?
- Features of Blazor
- Why should you use Blazor?
- Building a basic calculator application with Blazor
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
Building Full Stack Web Apps with C# and Web Assembly
Event Date : February 16, 2019
Agenda
- What is WebAssembly (wasm) and what are it’s use cases?
- What is Blazor?
- How does Blazor Works?
- Features of Blazor?
- Building a sample application using Blazor
Creating Single Page Application (SPA) With Blazor
Event Date : August 25, 2018
Agenda
- Introduction to Blazor
- Creating Blazor Web Application
- Creating Model class using EF Core
- Adding Razor view pages
- Live demo of application
Blazor – The future of Web Development
Event Date : June 16, 2018
Agenda
- What is Blazor ?
- What is WebAssembly?
- How Blazor runs .NET in the browser?
- Why should we use Blazor?
- Prerequisites for Blazor development
- Creating a Blazor application
CRUD With ASP.NET Core Using Angular 5 And Entity Framework Core
Event Date : April 29, 2018
Agenda
- Create DB Tables and MVC Web Application
- Scaffolding the Model Using EF Core
- Creating Web API controller to handle business logic
- Creating Angular components and services
- Execution demo of the Application
CRUD Operations with ASP.NET Core using Angular v5 and ADO.NET
Event Date : February 04, 2018
Agenda
- Overview of ASP.NET CORE and Angular v5
- Creating Table and Stored Proc for CRUD operations
- Adding Model and ADO.NET code to the Application
- Creating Web API controller to handle business logic
- Creating Angular components and services
- Live demo of the Application
Learn CRUD Operation With ASP.NET Core 2.0
Event Date : November 25, 2017
Agenda
- Introduction to ASP.NET Core 2.0
- Creating stored procedures for CRUD operationsCreating Model, view and controller.
- Adding ADO.NET code to handle DB operations
- Live demo of application