• Professional Development
  • Medicine & Nursing
  • Arts & Crafts
  • Health & Wellbeing
  • Personal Development

3 Angularjs courses in Nottingham delivered Live Online

🔥 Limited Time Offer 🔥

Get a 10% discount on your first order when you use this promo code at checkout: MAY24BAN3X

MongoDB, Express, Angular and Node.js Fundamentals

By Nexus Human

Duration 2 Days 12 CPD hours This course is intended for This course is ideal for beginners and intermediate frontend developers who want to become full-stack developers. You will need some prior working knowledge of JavaScript and MongoDB as we skim over its basics and get straight to work. Overview At the end of this day, students should be able to: Understand the MEAN architecture Create RESTful APIs to complete CRUD tasks Build a blogging application with basic features Describe best practices to secure node applications Implement authentication and authorization Create simple animations using Angular Perform unit testing on Angular applications MongoDB, Express, Angular and Node.js Fundamentals begins by demystifying the MEAN architecture. You will review the features of the JavaScript technologies, frameworks, or libraries that make up a MEAN stack. You will also understand how to develop a RESTful API using Node.js, Express.js, and MongoDB Atlas. This course will enable you to discover how to build a blogging application using the MEAN stack. Next, you will learn about authentication using MEAN, and explore the features of Angular, such as pipes, reactive forms, modules and optimizing apps, animations and unit testing, and much more. By the end of the course, you will have all of the knowledge you need to become a pro at developing efficient web applications using JavaScript technologies. INTRODUCTION TO THE MEAN STACK * MEAN Architecture Demystification * Getting Started with Node * Activity 1: Creating an HTTP Server for a Blogging Application Understanding Callbacks, Event loop and EventEmitters in Node * Understanding Buffers, Streams and Filesystem in Node * Activity 2: Streaming Data to a File DEVELOPING RESTFUL APIS TO PERFORM CRUD OPERATIONS * Getting Started with RESTful APIs * Getting started with MongoDB Atlas * Activity 3: Connecting the Node Application with MongoDB Atlas * Getting Started with Express * Activity 4: Creating Express API Route and Controller * Activity 5: Testing Fully Functional RESTful API BEGINNING FRONTEND DEVELOPMENT WITH ANGULAR CLI * Getting Started with Angular CLI * Using Components, Directives, Services, and Making HTTP Requests in Angular * Activity 6: Designing the Frontend and Components for the Blogging Application * Activity 7: Writing Services and Making HTTP Request Calls to an API * Understanding Angular Forms and Routing * Activity 8: Creating a Form Application Using the Reactive/Model-Driven Method * Activity 9: Creating and Validating Different Forms Using the Template and Reactive Driven Method * Activity 10: Implementing a Router for the Blogging Application UNDERSTANDING MEAN STACK SECURITY * Node Security and Best Practices * Node Application Authentication with JSON Web Token (JWT) * Activity 11: Securing the RESTful API * Node Application Authentication with Passport * Activity 12: Creating a Login Page to Allow Authentication with Twitter Using Passport Strategies ANGULAR DECLARABLES, BOOTSTRAPPING, AND MODULARITY * Using Inbuilt Pipes, Custom Pipes, Custom Directives, and Observables * Activity 13: Communicating Between Two Components Using Observable Angular * Bootstrapping and Modularity * Activity 14: Creating a Lazy Loaded Application TESTING AND OPTIMIZING ANGULAR APPLICATIONS * Angular Animations and Latest Angular Features * Activity 15: Animating the Route Transition Between the Blog Post Page and View Post Page of the Blogging Application * Optimizing Angular Applications * Testing Angular Applications * Activity 16: Performing Unit Testing on the App Root Component and Blog-Post Component * Overview on the new features in Angular

MongoDB, Express, Angular and Node.js Fundamentals
Delivered on-request, onlineDelivered Online
Price on Enquiry

Mastering Angular (TT4168)

By Nexus Human

Duration 5 Days 30 CPD hours This course is intended for In order to be successful in this class, incoming attendees are required to have current, hands-on experience in developing basic web applications, and be versed in HTML5, CSS3 and JavaScript. This is an intermediate level web development class, designed for experienced web developers, new to Angular, that need to further extend their skills in modern web development. Overview At the end of this five-day course, students will have an application up and running that incorporates components, directives, custom pipes, reactive forms, routes, services, unit testing, and the REST API. They will add authentication, implement the Material library, and learn how to maintain state with NgRX. They will then take a deeper dive including making their own custom directives, lazy loading modules, and E2E testing. They will learn how to enhance their application with animations and create their own Angular library. Working within in an engaging, hands-on learning environment, guided by our expert team, attendees will learn explore: What Angular is and why should you use it How Angular reduces the amount of code that you must write to add rich functionality to both existing and new web pages What TypeScript is, why it is useful, and how to use it with Angular How to facilitate development and deployment using Angular CLI How to work with the various aspects of the Angular architecture to implement clean, responsive web interfaces How Routers can support navigation within a Single Page Application What the best practices are for using Angular so that it works unobtrusively and performs well How to use Angular with HTTP to support JSON, REST, and other services Working with the Ahead of Time compiler including its impact of developers and the development process How to defend against DOM-based XSS How to manage routing decisions based on pre-defined criteria such as a successful authentication How to meet huge data requirements by processing asynchronous data streams with RxJS Simplify server-side rendering How to facilitate unit testing Enhance an Angular user interface with animations and other advanced features Optimize Angular applications with various tools and techniques Maintain state within an Angular application What Angular 9 brings to the table and its relationship to Angular 8 Mastering Angular is a five-day, hands-on course that thoroughly explores the latest Angular features and advances, demonstrating how to solve the traditional challenges of JavaScript web application development. Throughout the course students will build custom components using application routes, form validation, and unit-testing. The course starts with an introduction of Angular CLI and TypeScript, and then delves into component-driven development with Angular components, covering data-binding, directives, services, routing, HTTP, the RxJS library, forms unit testing, and REST. Students will also learn how to add authentication, use the Material library, learn the NgRX design pattern to implement the NgRX store, make custom directives, enhance their application with animations, write an E2E test, and increase their application's efficiency by lazy loading modules and creating their own Angular library ANGULAR OVERVIEW * Overview of Angular Architecture GETTING STARTED WITH ANGULAR * Getting Started with TypeScript * Bootstrapping with Angular CLI * Angular Project Structure WORKING WITH ANGULAR * Components and Events * Third Party Libraries * Dynamic Views * Pipes ANGULAR FORMS * Forms and the Forms API SINGLE PAGE APPLICATIONS AND ROUTES * Single Page Applications * Services and Dependency Injection * Modules USING RESTFUL SERVICES * Overview of REST * Angular and REST ANGULAR BEST PRACTICES * Angular Style Guide * What is New in Angular 9 REACTIVE PROGRAMMING IN ANGULAR * Working with RxJS SECURITY AND AUTHENTICATION * DomSanitizer * JSON Web Tokens * Route Guards ENHANCING THE ANGULAR APP * Angular Animations * Angular Material * Angular Elements DEEP DIVE INTO ANGULAR * Testing and Angular * Deep Dive into Components and Directives * Deep Dive into Services and Dependency Injection OPTIMIZING FOR THE ENTERPRISE * Lazy Loading * Optimizing with Universal * Creating Your Own Angular Library MAINTAIN STATE WITH NGRX * NgRX Store * Lesson: ES6+ * Sass and SCSS for Angular and Material

Mastering Angular (TT4168)
Delivered on-request, onlineDelivered Online
Price on Enquiry

Introduction to Angular (TT4165)

By Nexus Human

Duration 3 Days 18 CPD hours This course is intended for In order to be successful in this class, incoming attendees are required to have current, hands-on experience in developing basic web applications, and be versed in HTML5, CSS3 and JavaScript. This is an introductory level Angular development course but an intermediate level web development class, designed for experienced web developers that need to further extend their skills in web development Overview Working within in an engaging, hands-on learning environment, guided by our expert team, attendees will learn to: What Angular is and why should you use it How Angular reduces the amount of code that you must write to add rich functionality to both existing and new web pages What TypeScript is, why it is useful, and how to use it with Angular How to facilitate development and deployment using Angular CLI How to work with the various aspects of the Angular architecture to implement clean, responsive web interfaces How Routers can support navigation within a Single Page Application What the best practices are for using Angular so that it works unobtrusively and performs well How to use Angular with HTTP to support JSON, REST, and other services Best practices for Angular so that it works unobtrusively and performs well Angular is one of the most popular JavaScript frameworks for creating web and native mobile applications. This introductory course thoroughly explores the latest Angular features and advances, demonstrating how to solve the traditional challenges of JavaScript web application development. You will build custom components, using application routes, form validation, and unit-testing and delve into component-driven development with Angular components. ANGULAR OVERVIEW * Overview of Angular Architecture GETTING STARTED WITH ANGULAR * Getting Started with TypeScript * Bootstrapping with Angular CLI * Angular Project Structure UNIT TESTING WITH ANGULAR * Testing and Angular WORKING WITH ANGULAR * Components and Events * Third Party Libraries * Dynamic Views * Pipes * ANGULAR FORMS * Forms and the Forms API SINGLE PAGE APPLICATIONS AND ROUTES * Single Page Applications * Services and Dependency Injection * Modules USING RESTFUL SERVICES * Overview of REST * Angular and REST ANGULAR BEST PRACTICES * Angular Style Guide * What is New in Angular 9 * Additional Topics (Time Permitting) * Lesson: ES6+ * Sass and SCSS for Angular and Material

Introduction to Angular (TT4165)
Delivered on-request, onlineDelivered Online
Price on Enquiry

Online Options

Show all 14

Web Hacking Expert - Full-Stack Exploitation Mastery

By Packt

This course will help you master the intermediate level of modern-day web application vulnerability attacks and apply the knowledge in your own pentesting projects. You will learn step-by-step how all these attacks work, and you will also learn how to check if your web applications are vulnerable to these attacks.

Web Hacking Expert - Full-Stack Exploitation Mastery
Delivered Online On Demand
£149.99

TypeScript for Beginners

By Packt

Starting with the basics, such as variables and operators, to advanced concepts, such as inheritance and encapsulation, this course covers the entire spectrum to help you gain the skills needed to start developing applications in TypeScript.

TypeScript for Beginners
Delivered Online On Demand
£14.99

Web Hacking Secrets - How to Hack Legally and Earn Thousands of Dollars at HackerOne

By Packt

Master web application security testing and become a successful bug hunter

Web Hacking Secrets - How to Hack Legally and Earn Thousands of Dollars at HackerOne
Delivered Online On Demand
£149.99

Complete Python Web Course: Build 8 Python Web Applications

By Packt

This course will help you become familiar with the process of building web applications in Python. From understanding Python fundamentals, to studying the database structure to building, and deploying applications, you will learn it all with the help of interesting activities

Complete Python Web Course: Build 8 Python Web Applications
Delivered Online On Demand
£93.99

Ionic & Angular JS: Principles Of Mobile and Web Development

By Course Cloud

COURSE OVERVIEW Gain the skills and knowledge to master Ionic & AngularJS; frameworks supported on all major platforms and applications around the world. The Ionic & Angular JS: Principles Of Mobile and Web Development course will teach you the fundamentals that make the incredible apps we use day-to-day, from smartphones to tablets. This training provides you with the full source code to support the development process, and can be applied in as many projects as you want. It covers key topics such as the basic mechanics of mobile development, and Ionic programming principles, introducing you to essential tools. If you are looking to gain the core skills to create applications and become an expert in mobile development, then this step-by-step program is perfect for you. This best selling Ionic & Angular JS: Principles Of Mobile and Web Development has been developed by industry professionals and has already been completed by hundreds of satisfied students. This in-depth Ionic & Angular JS: Principles Of Mobile and Web Development is suitable for anyone who wants to build their professional skill set and improve their expert knowledge. The Ionic & Angular JS: Principles Of Mobile and Web Development is CPD-accredited, so you can be confident you're completing a quality training course will boost your CV and enhance your career potential. The Ionic & Angular JS: Principles Of Mobile and Web Development is made up of several information-packed modules which break down each topic into bite-sized chunks to ensure you understand and retain everything you learn. After successfully completing the Ionic & Angular JS: Principles Of Mobile and Web Development, you will be awarded a certificate of completion as proof of your new skills. If you are looking to pursue a new career and want to build your professional skills to excel in your chosen field, the certificate of completion from the Ionic & Angular JS: Principles Of Mobile and Web Development will help you stand out from the crowd. You can also validate your certification on our website. We know that you are busy and that time is precious, so we have designed the Ionic & Angular JS: Principles Of Mobile and Web Development to be completed at your own pace, whether that's part-time or full-time. Get full course access upon registration and access the course materials from anywhere in the world, at any time, from any internet-enabled device.  Our experienced tutors are here to support you through the entire learning process and answer any queries you may have via email.

Ionic & Angular JS: Principles Of Mobile and Web Development
Delivered Online On Demand
£25

Web Development Concepts for Everyone

By Packt

This is a comprehensive course designed to provide a solid foundation in web development principles and practices. This course is intentionally structured to provide a technical understanding of web development concepts without delving into intricate implementation details. Anyone looking to better understand how web applications are built can take this course.

Web Development Concepts for Everyone
Delivered Online On Demand
£82.99

Advanced REST APIs with Flask and Python

By Packt

Take your REST APIs to a whole new level with this advanced Flask and Python course!

Advanced REST APIs with Flask and Python
Delivered Online On Demand
£82.99

Automated Software Testing with Python

By Packt

Learn about automated software testing with Python, BDD, Selenium WebDriver, and Postman, focusing on web applications

Automated Software Testing with Python
Delivered Online On Demand
£89.99

REST APIs with Flask and Python in 2023

By Packt

This course will show you how to create simple, intermediate, and advanced REST APIs for authentication, deployment, caching, and much more. You will also cover essential technologies such as Flask and popular extensions such as Flask-Smorest, Flask-JWT-Extended, and Flask-SQLAlchemy; we will dive right into developing complete, solid, production-ready REST APIs.

REST APIs with Flask and Python in 2023
Delivered Online On Demand
£82.99

Build Progressive Web Apps with Angular

By iStudy UK

WHY YOU SHOULD CHOOSE BUILD PROGRESSIVE WEB APPS WITH ANGULAR * Lifetime access to the course * No hidden fees or exam charges * CPD Qualification Standards certification on successful completion * Full Tutor support on weekdays (Monday - Friday) * Efficient exam system, assessment and instant results * Download Printable PDF certificate immediately after completion * Obtain the original print copy of your certificate, dispatch the next working day for as little as £9. * Improve your chance of gaining professional skills and better earning potential. WHO IS THIS COURSE FOR? Build Progressive Web Apps with Angular is CPD Qualification Standards and IAO accredited. This makes it perfect for anyone trying to learn potential professional skills. As there is no experience and qualification required for this course, it is available for all students from any academic backgrounds. REQUIREMENTS Our Build Progressive Web Apps with Angular is fully compatible with any kind of device. Whether you are using Windows computer, Mac, smartphones or tablets, you will get the same experience while learning. Besides that, you will be able to access the course with any kind of internet connection from anywhere at any time without any kind of limitation. CAREER PATH You will be ready to enter the relevant job market after completing this course. You will be able to gain necessary knowledge and skills required to succeed in this sector. All our Diplomas' are CPD Qualification Standards and IAO accredited so you will be able to stand out in the crowd by adding our qualifications to your CV and Resume. Build Progressive Web Apps with Angular Alain Chautard - 11 Intro to PWAs 00:05:00 Alain Chautard - 12 Demo of a PWA 00:02:00 Alain Chautard - 13 Web app manifest or how to unleash native features 00:03:00 Alain Chautard - 14 Service worker or how to make an app work offline 00:04:00 Alain Chautard - 31 Service worker configuration assetGoups 00:04:00 Alain Chautard - 32 Service worker configuration dataGroups 00:05:00 Alain Chautard - 33 Debugging your service worker 00:03:00 Alain Chautard - 41 Implement your own app update process with Angular SwUpdate service 00:04:00 Alain Chautard - 51 Introduction to push notifications in the browser 00:03:00 Alain Chautard - 52 Implement your own notification handler with SwPush 00:05:00 Alain Chautard - 6 Conclusion and resources 00:03:00

Build Progressive Web Apps with Angular
Delivered Online On Demand
£25