Interactive Python Dashboards with Plotly and Dash

Course content

  • Course Introduction
  • Introduction to Data Basics
  • Plotly Basics
  • Dash Basics – Layout
  • DashBoard Exercise
  • DashBoard Components
  • Interactive Components
  • Callbacks with State
  • Interacting with Visualizations
  • Code Along Milestone Project
  • Live Updating
  • Deployment
  • BONUS SECTION: THANK YOU!

Javascript and Vue.js for Beginners Training Course

Introduction

  • Javascript and the world of frameworks
  • Vue.js vs Angular

Overview of Vue JS

  • Declarative rendering
  • Component composition
  • Hot-reloading
  • Time-travel debugging

Crash Course in Javascript

  • Syntax, data structures and operators, conditionals, etc.
  • Creating a simple Javascript application using Javascript, HTML and CSS.

Getting Started Vue JS

  • Setting up a development environment
  • Installing Node.js and Vue.js

Creating Your First Application

  • Working with Templates
  • Methods and computed properties
  • Routing

Interacting with the Application

  • Directives and data rendering
  • Applying transitions
  • Managing state

Enhancing the Application

  • Dividing the application into smaller, self-contained components
  • Creating animations
  • Refactoring components

Testing Your application

  • Debugging and performance

Deploying Your Application

  • Building the Application
  • Uploading Your Code to a Web Server
  • Automating the build process using Vue-CLI, etc.

Troubleshooting

Summary and Conclusion

Vuetify.js Training Course

  • Introduction
  • Overview of Vuetify.js
  • Preparing the Development Environment
  • Setting up Vue.js and Vuetify.js
  • Using the Vue CLI
  • Creating a Single-Page Application Project
  • Preparing the Database
  • Setting up Authentication
  • Choosing a Vue Template
  • Creating a Material Design based UI
  • Setting up Routing
  • Managing State
  • Testing the Application
  • Debugging the Application
  • Deploying the Application
  • Troubleshooting
  • Summary and Conclusion

Advanced Vue.js Training Course

  • Introduction
  • Setting up the Development Environment with Vue CLI.
  • Overview of Virtual Dom Concepts
  • Creating a Project
  • Building custom controlled components
  • Reusing Code with Vue.js Mixins
  • Extending Components Using Composition
  • Building a Custom Directive
  • Creating a Filter
  • Applying Transitions (Enter/Leave)
  • Creating an Efficient Routing System
  • Sharing Data across Components (State Management with Vuex)
  • Designing Compound Components
  • Implementing Server-side Rendering
  • Wrapping External Libraries
  • Testing the Application
  • Handling Errors with Vue Async Components
  • Deploying the Application to Production
  • Securing the Application
  • Troubleshooting
  • Summary and Conclusion

Vue.js Training Course

Introduction

  • Vue.js vs Angular

Overview of Vue JS

  • Declarative rendering
  • Component composition
  • Hot-reloading
  • Time-travel debugging

Setting up a development environment

Creating your first application

Working with Templates

Dividing the application into smaller, self-contained components

Methods and computed properties

Reactive programming

Directives and data rendering

Applying transitions

Routing

Managing state

Creating animations

Refactoring components

Server-side rendering

Supporting libraries and packages.

  • Routing
  • State management
  • Build tooling

Testing your application

Debugging and performance

Embedding Vue.js into existing pages

Deploying your application to production Vue-CLI

Scaling your application

Closing remarks

Building Web Apps using the MEAN stack Training Course

Node.js

  • Getting started with Node.js
  • Node Package Manager
  • Modules
  • Asynchronous Programming
  • Callbacks
  • Events
  • Streams
  • Web Sockets

Angular.js

  • Angular Architecture
  • Modules, Controllers and Scope
  • Views
  • Two-way Binding
  • Built-in and Custom Directives
  • Event Directives
  • Expressions
  • Built-in and Custom Filters
  • Understanding the Digest Loop
  • Forms and Validation
  • AngularJS Service Types
  • Factories, Providers, Decorators, DI
  • Creating Custom Services
  • Consuming Ajax Web Services via $http and $resource
  • Routing, Redirects, and Promises

Express.js

  • MVC Pattern
  • Introduction to Express
  • Routing
  • HTTP Interaction
  • Handling Form Data
  • Handling Query Parameters
  • Cookies and Sessions
  • User Authentication
  • Error Handling
  • Creating and Consuming RESTful Services
  • Using Templates

MongoDB

  • Understanding NoSQL MongoDB
  • Finding Documents
  • Update, Insert, and Upsert
  • Indexing
  • Data Modeling
  • Aggregation

.NET Core and Angular Training Course Training Course

Day 1:


.NET Core Overview

  • Advantage and differences from the .Net Framework

Building .NET Core applications

  • Installing the .NET Core SDK, Using the .NET CLI, Creating and executing .NET Core application

Build with .NET Core

  •  Frameworks, runtimes, and platforms, MSBuild fundamentals

Unit testing with xUnit

  •  Writing unit tests, facts and theories

Working with databases

  •  Relational, SQLite, Transforming data

Data access with ORM (object-relational mappers)

  •  Dapper vs Entity Framework Core

Creating a Microservice with ASP.NET Core

Debugging

  •  WinDBG/CDB, LLDB, SOS

Performance and Profiling

  • xUnit.Performance, PerfView

Localizing your application
.NET Portability Analyzer
Preparing for release

  •  NuGet package, NuGet feed, Signing assemblies

Day 2:


ASP.NET Core Overview


Creating ASP.NET Core web application

  • Components

Handling requests with the middleware pipeline

  •  Service static files, adding functionality, combining middleware, handling exceptions

Using MVC in ASP.NET Core
Mapping URLs

  • Conventional routing, constraints and default values, Generating URLs

The Model Binding

  •  Validating user input

Using Razor Views
Using Tag Helpers
Creating a Web API

  •  Attribute routing, Content negotiation, XML formatting

Configuring service with dependency injection
Configuring ASP.NET Core application
Querying, creating, and updating data using Entity Framework Core
Using MVC filter pipeline
Using the ASP.NET Core Identity system
Securing your application
Publishing, Hosting ASP.NET Core application in IIS

  • Bundling and minification

Monitoring and troubleshooting

Day 3:


The Front‐End Developer Toolset Overview
Angular Concepts

  •  Creating the Project
  •  Creating the Data Model
  •  Creating a Web Service

Structuring an Angular Application
Creating the Angular Store
Using Angular with Blazor
Data binding & Directives
Services and Dependency Injection
Using Angular with ASP.NET MVC
Visual Studio Support for Angular
Bootstrap Concepts

  •  Bootstrap styles, Components

Managing Dependencies with NuGet and Bower
Building Application with Gulp and webpack
Creating Administration Features
Securing the Application
Deploying ASP.NET Core Angular application

  •  New Hosting Model, Installing on IIS, Azure, Docker Containers

Building ASP.NET CORE app outside of windows
Summary

Angular JavaScript Training Course

What is Angular JS?

  • HTML5, CSS and JavaScript
  • JSON and Ajax
  • Angular JS Applications
  • Bootstrap CSS
  • Models
  • Bindings

Expressions

  • Simple expressions
  • Values
  • Objects
  • Arrays
  • Maps

Directives

  • Data typing
  • Looping over arrays and arrays of objects
  • Creating tables
  • Enabling and disabling HTML elements
  • Hiding and showing HTML elements
  • Handling HTML events
  • Custom Directives

Controllers

  • Defining controllers
  • Object property functions
  • Controller methods
  • Controllers in external files

Namespaces

  • Global namespace
  • Modules
  • Module dependencies
  • Library loading
  • Where to put scripts
  • Application files

Filters

  • Convert to currency
  • Array subsets
  • Upper and lower case conversion
  • Sorting

HTTP Requests

  • General requests
  • Shortcuts
  • Success and error handling
  • Setting HTTP headers
  • JSON and XSRF vulnerability protection

Forms

  • HTML input controls
  • Browser versus Angular JS validation
  • Validating input values
  • Displaying input error messages

Angular Modules

  • Services
  • Animation
  • REST
  • Cookies
  • Mobile device support

Single Page Application Concept

  • Routing in Single Page Application (SPA)

AngularJS Advanced Training Course

Super Short Introduction

  • Binding Variables
  • Build-in directives and their scope
  • Data entry
  • Scope and rootScope
  • Collections
  • Controllers
  • Services
  • Filters

Angular Patterns

  • Factories
  • Services
  • IoC

MVC in depth

  • Angular MVC
  • Fat controler vs fat model and consequences
  • Creating own controllers
  • Different ways of dependency injections
  • Minifying and consequences of using paramer names

Routing

  • Creating menus
  • Modifying url
  • HTML5 history object

Directive Development

  • creating own directives
  • managing associated controlers
  • creating own module with directives
  • animation controls in custom directives

REST Services

  • Using web services
  • Ajax

Animation

  • Angular and CSS3
  • ngAnimate

Mobile Design in Agnular

  • Responsible
  • Separate version fo mobile

Testing

  • Unit Testing
  • Available frameworks
  • Karma
  • Testing Controllers
  • Dependency Injection in testing
  • BDD Testing
  • Available frameworks
  • Jasmine
  • E2E (End to End Testing) testing
  • WebdriverJS
  • Protractor
  • Continous Integration with Angular

Bigger enviornment

  • Backend interactions with MEAN stack
  • Node.js
  • Express.js
  • MongoDB
  • Streaming with gulpjs

Reactive Programming with Javascript and RxJS Training Course

Overview

Reactive programing is an asynchronous programing paradigm that focuses on data streams and the propagation of data by establishing a defined dependency between the underlying execution models and the emitted data streams from one component to another. RxJS is one of the most comprehensive reactive programing libraries for managing UI events, asynchronous HTTP requests, and other data streams.

In this instructor-led, live training, participants will become familiar with RxJS’s tools and functions as they apply them to a variety of coding problems associated with interactive-heavy based mobile and web apps. Participants will also learn how to create and deploy a UI heavy web app.

By the end of this training, participants will be able to:

  • Understand the reactive programing paradigm and its usefulness for UI heavy application development.
  • Build UI heavy applications with scalability, flexibility, and responsiveness in mind.
  • Easily and freely create and manage a multitude of UI events, asynchronous HTTP requests, and other data streams.

Format of the Course

  • Interactive lecture and discussion.
  • Lots of exercises and practice.
  • Hands-on implementation in a live-lab environment.

Course Customization Options

  • To request a customized training for this course, please contact us to arrange.

Course Outline

To request a customized course outline for this training, please contact us.