Your email was sent successfully. Check your inbox.

An error occurred while sending the email. Please try again.

Proceed reservation?

Export
Filter
  • Safari, an O'Reilly Media Company.  (6)
  • [Erscheinungsort nicht ermittelbar] : Manning Publications  (6)
  • Electronic videos ; local  (6)
Datasource
Material
Language
Years
Keywords
  • 1
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Manning Publications | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 3 hr., 39 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: In Angular for Java Developers Part Four: Connecting to a REST back end you'll learn how to connect an Angular front end up with a Java (Spring Boot) based back end system using REST. You'll also learn how to deal with slow and unavailable connections and deal with issues such as CORS for multiple-domain applications, how to set up a back end with Spring Boot, pre-processing data, and pre-fetching data. about the subject The Angular framework is used by millions of developers, powering frontends from simple prototypes to Google's own web apps. Prized for its scalability, Angular also offers lightning fast speed and response times and the chance to reuse code for both web and mobile. Best of all, it can be integrated with backends built in Java. about the video Angular for Java Developers is a five course series that teaches Java programmers how to use Angular and JavaScript to build applications that are maintainable, testable, and secure. In Part Four, you'll connect your front end to a back end system using REST. You'll learn about environments, creating, configuring and testing a Spring Boot based REST API, and how to implement REST from Angular. Inside: The fourth course in the Angular for Java Developers series Creating environment variables Initiating the call to a REST endpoint Configuring a Spring Boot REST endpoint to work well with Angular Setting up your back end correctly with Spring Boot Dealing with slow REST responses and catching errors Customizing data with JavaScript objects Pre-fetching data with navigation and a service prerequisites For viewers with basic Java experience. about the instructor Matt Greencroft has over twenty years of experience as a programmer, primarily working in the banking sector. Matt now teaches for Virtual Pair Programmers. His specialties are Microservices, Spring Boot, Apache Spark and Kotlin.
    Note: Online resource; Title from title screen (viewed April 29, 2020) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 2
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Manning Publications | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 3 hr., 26 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Angular for Java Developers Part Five: Security and Deployment teaches you how to put an Angular frontend into production, ready for real users. In this fifth and final course in the Angular for Java Developers series, you'll learn how to implement security for both the Angular front end and the REST API, and cover building and deploying your application. about the subject The Angular framework is used by millions of developers, powering frontends from simple prototypes to Google's own web apps. Prized for its scalability, Angular also offers lightning fast speed and response times and the chance to reuse code for both web and mobile. Best of all, it can be integrated with backends built in Java. about the video Angular for Java Developers is a five course series that teaches Java programmers how to use Angular and JavaScript to build applications that are maintainable, testable, and secure. In Part Five, you'll implement vital security to keep your front end and API connection safe from attack, and deploy your application to production. You'll learn about Login and Route Guards, authenticating users via REST, communicating securely using JWTs and how to survive a browser refresh. Inside: The final course in the Angular for Java Developers series Implement Basic Authentication in Spring and Angular JSON Web Tokens Securing cookies and surviving browser refresh Compiling an Angular project Using Git with Angular prerequisites For viewers with basic Java experience. about the instructor Matt Greencroft has over twenty years of experience as a programmer, primarily working in the banking sector. Matt now teaches for Virtual Pair Programmers. His specialties are Microservices, Spring Boot, Apache Spark and Kotlin.
    Note: Online resource; Title from title screen (viewed April 30, 2020) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 3
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Manning Publications | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 3 hr., 14 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Becoming a fullstack developer is one of the best ways you can progress your career. Angular with TypeScript expands your Java programming skills by introducing you to the TypeScript language-a popular type-centric variation of JavaScript, central to Angular development. It builds on what you covered in the first course -- Creating a Simple Angular App, and relates all its examples to the Java programming language you're familiar with. This approach makes it easy to expand your skills and learn TypeScript. In the second of a running series of five courses, you'll learn the basics of the Typescript programming language, how to debug Angular applications, and how to write and run unit tests. about the subject The Angular framework is used by millions of developers, powering frontends from simple prototypes to Google's own web apps. Prized for its scalability, Angular also offers lightning fast speed and response times and the chance to reuse code for both web and mobile. Best of all, it can be integrated with backends built in Java. The Angular framework was written in TypeScript, and using TypeScript for Angular applications makes them easier to read and less prone to type mismatch errors. about the video Angular for Java Developers is a five-part course that teaches Java programmers how to use Angular and JavaScript to build applications that are maintainable, testable, and secure. In this Part Two, you'll get to grips with TypeScript, the primary language for writing Angular apps. You'll learn about classes and objects, how to use TypeScript for dependency injection, and how to write unit tests to ensure your apps are bug free! Inside: Part 2 of 5 videos covering Angular frontends for Java applications Similarities and differences between Java and TypeScript Dependency injection Debugging Angular applications Writing unit tests for Angular applications For viewers with basic Java experience. Matt Greencroft has over twenty years of experience as a programmer, primarily working in the banking sector. Matt now teaches for Virtual Pair Programmers. His specialties are Microservices, Spring Boot, Apache Spark and Kotlin.
    Note: Online resource; Title from title screen (viewed April 4, 2020) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 4
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Manning Publications | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 5 hr., 12 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Learning to build beautiful front ends and working as a full stack developer is one of the best ways to move up the career ladder. In Angular for Java Developers Part Three: Building a real site you'll work hands-on to create a fully responsive, functioning front-end application using Angular. All examples are related to the kind of Java development you're familiar with, making it easy to expand your skills. In the third of a running series of five courses, you'll learn how to incorporate resources like Bootstrap, and how to use template and reactive forms. about the subject The Angular framework is used by millions of developers, powering frontends from simple prototypes to Google's own web apps. Prized for its scalability, Angular also offers lightning fast speed and response times and the chance to reuse code for both web and mobile. Best of all, it can be integrated with backends built in Java. about the video Angular for Java Developers is a five course series that teaches Java programmers how to use Angular and JavaScript to build applications that are maintainable, testable, and secure. In Part Three, you'll build a fully responsive, fully functioning Angular frontend. You'll learn about routing, the concepts of Data, Models and Views, and how to programmatically add controls with reactive forms. Inside: The third course in the Angular for Java Developers series Incorporating external resources like Bootstrap Using observables for data Template form validation Using the FormBuilder Fixing a lifecycle bug prerequisites For viewers with basic Java experience. about the instructor Matt Greencroft has over twenty years of experience as a programmer, primarily working in the banking sector. Matt now teaches for Virtual Pair Programmers. His specialties are Microservices, Spring Boot, Apache Spark and Kotlin.
    Note: Online resource; Title from title screen (viewed April 28, 2020) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 5
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Manning Publications | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 2 hr., 48 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Fullstack developers often earn higher salaries and have more career opportunities than developers who only specialize in front- or backends. Creating a Simple Angular App expands your Java skills by teaching you to build reactive, responsive, functional frontends using the Angular framework. You don't need any existing knowledge of Angular or JavaScript-everything required to start building stunning frontends is covered in the course. By referencing Java and Java web technology examples, this course makes it quick and easy for Java developers to upgrade their skills to Angular. In the first in a running series of five videos, you'll learn what Angular is, how to install Angular and set up a development environment, and how to build your first simple application. about the subject The Angular framework is used by millions of developers, powering frontends from simple prototypes to Google's own web apps. Prized for its scalability, Angular also offers lightning fast speed and response times and the chance to reuse code for both web and mobile. Best of all, it can be integrated with backends built in Java. about the video Angular for Java Developers is a five-part course that teaches Java programmers how to use Angular and JavaScript to build applications that are maintainable, testable, and secure. In Part One, you'll get to grips with how Angular works, what an Angular application looks like, and get started by creating your first simple Angular app. The video lays the groundwork for the case study example app you'll build throughout all five videos, the architecture of Angular applications, as well as creating your own custom components. Inside: Part 1 of 5 videos covering Angular frontends for Java applications Building responsive and reactive front-ends with Angular Installing Angular and setting up a development environment Building your first simple application For viewers with basic Java experience. Matt Greencroft has over twenty years of experience as a programmer, primarily working in the banking sector. Matt now teaches for Virtual Pair Programmers. His specialties are Microservices, Spring Boot, Apache Spark and Kotlin.
    Note: Online resource; Title from title screen (viewed December 6, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 6
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Manning Publications | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1 video file, approximately 4 hr., 8 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: If you want to start with Rust I recommend this course without a doubt. Roberto Gammino, e-power In Rust in Motion , premier Rust experts Carol Nichols and Jake Goulding, introduce you to the Rust programming language! Designed for modern systems programming, Rust delivers impressive speed and thread-safe concurrency. As coauthor of The Rust Programming Language , Carol literally helped write "The Book," as the Rust community affectionately calls it. Jake created the Rust FFI Omnibus , and he's also the #1 contributor to the Rust tag on Stack Overflow. If you're ready to get started writing production-quality lightning-fast systems code, this course is for you! Rust in Motion is an all-access pass to Rust, brought to you by top authorities on the subject. Carol and Jake's masterful instruction jumpstarts your learning with a spotlight on what's different and special about Rust! This skilled duo challenges you to dig deeply into the nuts and bolts of variables, primitive data types, functions, control flow constructs, defining enums and structs, and adding behavior to them with methods. You'll learn memory management via ownership and borrowing, techniques for error handling, lifetime annotations, and other unique Rust concepts. With this course's code examples, inspired by real-world scenarios, you'll be ready to hit the ground running! Rust's popularity is surging among systems programmers. Aiming to be an alternative to C and C++, Rust's extraordinary speed comes largely from its memory safety, which it achieves without resource-greedy garbage collection. Other enticing features of this hot systems programming language include its rich type system, heavy functional programming influence, and freedom from a runtime requirement. Command line applications, networking, embedded services, and WebAssembly are some of the areas where Rust really shines! Inside: How to determine the data types of variables Rust's primitive data types How to write idiomatic functions Control flow constructs, including the match expression Defining your own data types using enums and structs Adding behavior to enums and structs with methods Ownership and borrowing Error handling Lifetime annotations Perfect for programmers with experience in a language like Java, JavaScript, Ruby, or Python. Carol Nichols co-authored The Rust Programming Language and is a member of the Rust Core Team. Jake Goulding is the creator of The Rust FFI Omnibus, a member of the Rust Inf...
    Note: Online resource; Title from title screen (viewed November 11, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
Close ⊗
This website uses cookies and the analysis tool Matomo. More information can be found here...