Your email was sent successfully. Check your inbox.

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

Proceed reservation?

Export
Filter
  • Online Resource  (15)
  • 2015-2019  (15)
  • [Place of publication not identified] : Manning Publications  (15)
  • Application software ; Development  (15)
  • Frau
Datasource
Material
  • Online Resource  (15)
Language
Years
Year
  • 1
    Online Resource
    Online Resource
    [Place of publication not identified] : Manning Publications
    Language: English
    Pages: 1 online resource (1 streaming video file (2 hr., 44 min., 54 sec.)) , digital, sound, color
    Keywords: Application program interfaces (Computer software) ; Application software ; Development ; JavaScript (Computer program language) ; Web applications ; Electronic videos ; local
    Abstract: "GraphQL in Motion teaches you to use GraphQL to build easy-to-manage APIs that radically simplify communication between the components and services that make up a web application. You'll begin by learning how GraphQL fits into various application architectures, including how it compares to REST and other API styles. Following a series of examples, you'll learn to use the GraphQL syntax to write simple data-retrieval queries, dig into schema design, and tackle more advanced challenges like direct data manipulation and error handling. Along the way, you'll find exercises that encourage you to practice as you go so you'll be ready to take on the real world."--Resource description page.
    Note: Title from resource description page (Safari, viewed June 18, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 2
    Online Resource
    Online Resource
    [Place of publication not identified] : Manning Publications
    Language: English
    Pages: 1 online resource (1 streaming video file (7 hr., 52 min., 32 sec.)) , digital, sound, color
    Keywords: Spring (Software framework) ; Application software ; Development ; Java (Computer program language) ; Electronic videos ; local
    Abstract: "Building Spring Boot Applications with the Kotlin Programming Language teaches you to write clean, concise, easily maintainable Kotlin code using Spring Boot. Watch and learn as Kotlin expert Matt Greencroft explains Kotlin syntax and its automatic benefits. You'll explore Kotlin features such as immutable variables, null-safety operators, data classes, templates, and top level functions. Then, you'll discover the design approaches that make the most of the Spring and Kotlin combination, including using Spring Boot's Hibernate framework and the Thymeleaf template engine. You'll dive into functional programming and reflection, and you'll reinforce your learning with lots of helpful examples. Throughout the course, you'll incorporate your new skills by building a real world theater booking system! With this value-rich visual learning experience, you'll be more productive and--happier!--as you confidently create amazing, robust applications with Kotlin!"--Resource description page.
    Note: Title from resource description page (Safari, viewed June 4, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 3
    Online Resource
    Online Resource
    [Place of publication not identified] : Manning Publications
    Language: English
    Pages: 1 online resource (1 streaming video file (12 hr., 18 min., 28 sec.)) , digital, sound, color
    Keywords: Application software ; Development ; Cloud computing ; Computer software ; Development ; Software architecture ; Electronic videos ; local
    Abstract: "Microservices designs require you to change how you build and deploy applications. Instead of creating a tightly-integrated collection of related components, microservices employ a system of single-purpose mini-applications that cooperate as a system. This can get tricky quickly when you're in a distributed cloud-based environment with lots of moving parts. Kubernetes, a component management system developed by Google, provides a configurable layer for deploying, managing, and scaling the parts of a microservices application. Combined with the Docker container system, Kubernetes makes deploying and monitoring microservices on a cloud system like AWS much safer and more stable than using home-brewed processes. In the comprehensive Kubernetes Microservices video course, expert instructor Richard Chesterwood teaches you to deploy and monitor microservice systems on AWS using Kubernetes, Docker, and other industry-standard tools."--Resource description page.
    Note: Title from resource description page (viewed June 3, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 4
    Online Resource
    Online Resource
    [Place of publication not identified] : Manning Publications
    Language: English
    Pages: 1 online resource (1 streaming video file (2 hr., 42 min., 9 sec.)) , digital, sound, color
    Keywords: Cascading style sheets ; JavaScript (Computer program language) ; Application software ; Development ; HTML (Document markup language) ; Electronic videos ; local
    Abstract: "CSS in JavaScript: With styled-components and React introduces you to developing modern applications that include CSS written directly in your JavaScript files, rather than as separate stylesheets. Taking on something this new can be daunting, but expert instructor Dustin Schau brings his wealth of experience on CSS in JS with lessons that will let you digest what you learn easily. After starting with a brief introduction to CSS in JS and what it actually means, you'll quickly start using React and the library styled-components to build your first styled component. You'll see how to inject props, grapple with inheritance, and get to grips with all sorts of pseudo styles, media queries, and cool animations. Then, with real-world exercises you can bring to your own work, you'll focus on extending your creations with advanced features like server-side rendering, theming support, and even a brief segue into CSS modules and automated tooling. Top everything off with a look at when not to use CSS in JS, and you'll be ready to use the skills and techniques you've picked up right away!"--Resource description page.
    Note: Title from resource description page (Safari, viewed June 13, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 5
    Online Resource
    Online Resource
    [Place of publication not identified] : Manning Publications
    Language: English
    Pages: 1 online resource (1 streaming video file (9 hr., 16 min., 30 sec.)) , digital, sound, color
    Keywords: Amazon Web Services (Firm) ; Cloud computing ; Web applications ; Application software ; Development ; Electronic videos ; local
    Abstract: "Production-Ready Serverless: Operational Best Practices teaches you how to build applications that take advantage of AWS Lambda and other AWS platform features like API Gateway and Kinesis. AWS expert Yan Cui guides you from writing your first AWS Lambda functions through handling the operational challenges Lambda can bring as you integrate serverless development practices into your applications. You'll build a basic e-commerce site piece by piece, including a Lambda-based web API using the API Gateway service. This hands-on course introduces processing events in real-time using Lambda and Kinesis Streams, implementing security against common OWASP attacks, modern serverless design patterns, and best practices for maximizing performance and minimizing cost! AWS Lambda is a platform for running cloud-hosted functions--small, single-responsibility services that handle tasks and orchestrate data flow among other AWS services. Lambda functions responds to the events triggered by users and your application. AWS automatically scales Lambda for you based on demand, so you can minimize infrastructure plumbing management and enjoy the reliability, security, and responsiveness you need to create amazing applications!"--Resource description page.
    Note: Title from title screen (viewed April 25, 2019). - Date of publication from resource description page
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 6
    Online Resource
    Online Resource
    [Place of publication not identified] : Manning Publications
    Language: English
    Pages: 1 online resource (1 streaming video file (19 hr., 27 min., 27 sec.)) , digital, sound, color
    Edition: 4th edition.
    Keywords: Spring (Software framework) ; Application software ; Development ; Java (Computer program language) ; Cloud computing ; Electronic videos ; local
    Abstract: "Spring in Action, Fourth Edition is a hands-on guide to the Spring Framework, updated for version 4. It covers its latest features, tools, and practices including Spring MVC, REST, Security, Web Flow, and more. You'll move between short snippets and an ongoing example as you learn to build simple and efficient J2EE applications. Author Craig Walls has a special knack for crisp and entertaining examples that zoom in on the features and techniques you really need. Designed in 2003 as a lighter approach to J2EE development, Spring Framework has since become a standard choice for building enterprise applications and required knowledge for Java developers. Spring 4 provides full Java 8 integration along with key upgrades like new annotations for the IoC container, improvements to Spring Expression Language, and much-needed support for REST. Whether you're just discovering Spring or you want to absorb the new features, there's no better way to master Spring than with this book."--Resource description page.
    Note: Title from resource description page (Safari, viewed February 22, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 7
    Online Resource
    Online Resource
    [Place of publication not identified] : Manning Publications
    Language: English
    Pages: 1 online resource (1 streaming video file (5 hr., 19 min., 48 sec.)) , digital, sound, color
    Keywords: Application software ; Development ; Web servers ; Information technology ; Management ; Virtual computer systems ; Electronic videos ; local
    Abstract: "Docker in Motion teaches you how to create and manage container-hosted applications in Docker. With over 2 hours of hands-on, practical video lessons, you'll learn the ins and outs of Docker and discover how to apply what you've learned to your own day-to-day development. Starting with an overview of Docker, you'll dive into the commands and techniques you'll need for running and managing containers, creating, modifying, saving and uploading Docker images from scratch, running and building multiple containers with Docker Compose, and more."--Resource description page.
    Note: Title from resource description page (Safari, viewed June 18, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 8
    Online Resource
    Online Resource
    [Place of publication not identified] : Manning Publications
    Language: English
    Pages: 1 online resource (1 streaming video file (8 hr., 3 min., 41 sec.)) , digital, sound, color
    Keywords: iOS (Electronic resource) ; Swift (Computer program language) ; Application software ; Development ; Mobile apps ; Mobile computing ; Electronic videos ; local
    Abstract: "One billion iPhone and iPad users are waiting for the next amazing app. It's time for you to build it! If you've programmed in another language like Python or JavaScript, it's a breeze to pick up Apple's powerful Swift language. In this course, expert instructor Craig Grummitt brings his 20 years of development experience to you. You'll explore what makes Swift tick, and learn how to use it to build iOS apps as you make your first one: an interactive book tracker with a ratings system, barcode scanner, and more! You'll start with a tour of Xcode and the Swift language. Next, you'll dig in deep to essential iOS details such as navigating between scenes, adaptive layout, background tasks, displaying data, storing data. As you work through the modules and build your fully working app from basic idea to completed and ready for the world, you'll top off your learning with a look at debugging techniques, and publishing your app to the app store, all ready to enter the exciting world of iOS development! Apple's Swift language makes iOS development easier than ever, offering modern language features, seamless integration with all iOS libraries, and the top-notch Xcode development environment. Swift is immediately comfortable to programmers familiar with Python, JavaScript, Java, C#, or other similar languages. Its modern feel and features empower you to explore new projects with less friction in the dev process."--Resource description page.
    Note: Title from resource description page (Safari, viewed March 6, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 9
    Online Resource
    Online Resource
    [Place of publication not identified] : Manning Publications
    Language: English
    Pages: 1 online resource (1 streaming video file (7 hr., 14 min., 43 sec.)) , digital, sound, color
    Keywords: JavaScript (Computer program language) ; Application software ; Development ; Electronic videos ; local
    Abstract: "ES6 in Motion is a unique video course that guides you through the most powerful ES6 features, like promises, arrow functions, and modules, giving you opportunities to practice and explore as you go. This self-paced tutorial includes over 7 hours of video teaching, neatly broken into digestible 5-7 minute lessons. If you've been struggling to wrap your head around ES6, or you're just looking for a fast way to level-up your JavaScript, it's time to get moving. ES6, aka ECMAScript 2015, is the latest JavaScript language standard, offering dozens of powerful new language features. ES6 introduces proper classes, template strings, types, full support for Unicode, and more. For developers working with Node on server-side applications, the ES6 support for promises, arrow functions, and modules is a game-changer. ES6 keeps the simplicity and reliability you love about JavaScript, and adds the high-value professional language features you've been craving."--Resource description page.
    Note: Title from resource description page (Safari, viewed February 27, 2018)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 10
    Online Resource
    Online Resource
    [Place of publication not identified] : Manning Publications
    Language: English
    Pages: 1 online resource (1 streaming video file (3 hr., 11 min., 8 sec.)) , digital, sound, color
    Keywords: Web applications ; Application software ; Development ; JavaScript (Computer program language) ; Web site development ; Electronic books ; Electronic videos ; local
    Abstract: "Redux in Motion introduces you to the powerful Redux library through high-quality video-based lessons, so you can put what you learn into practice. Redux in Motion guides you through a complete Redux-based web app, start to finish. You'll learn the core principles of actions, reducer functions, and stores that make state management predictable. Expert video instructor Thomas Tuts takes a test-driven mindset, so you'll learn to write tests as you go. As you progress you'll add custom logging and tracking middleware and learn how to combine React with Redux to connect UI components. This engaging course combines real-time teaching and rich animations to make learning entertaining and effective! In a typical web application, managing and maintaining state means juggling multiple objects and data stores. The Redux JavaScript library consolidates state management into a single, easily-managed object, radically simplifying tasks like caching data, server responses, and sharing data among components. Redux promotes reliability and testability, and virtually eliminates most state-related bugs. Redux integrates seamlessly with React.js, and it also works well with other frameworks like Angular, Backbone, and Vue.js. "--Resource description page.
    Note: Title from resource description page (Safari, viewed June 28, 2018)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 11
    Online Resource
    Online Resource
    [Place of publication not identified] : Manning Publications
    Language: English
    Pages: 1 online resource (1 streaming video file (13 hr., 9 min., 31 sec.)) , digital, sound, color
    Keywords: System design ; Computer architecture ; Application software ; Development ; Business ; Data processing ; Computer software ; Development ; Electronic data processing ; Distributed processing ; Embedded computer systems ; Real-time data processing ; Electronic videos ; local
    Abstract: "Reactive Design Patterns is a clearly written guide for building message-driven distributed systems that are resilient, responsive, and elastic. In this book you'll find patterns for messaging, flow control, resource management, and concurrency, along with practical issues like test-friendly designs. All patterns include concrete examples using Scala and Akka. Most examples use Scala, Java, and Akka. Readers should be familiar with distributed systems."--Resource description page.
    Note: Title from resource description page (Safari, viewed January 16, 2018)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 12
    Online Resource
    Online Resource
    [Place of publication not identified] : Manning Publications
    Language: English
    Pages: 1 online resource (1 streaming video file (9 hr., 56 min., 42 sec.)) , digital, sound, color
    Keywords: Python (Computer program language) ; Machine learning ; Artificial intelligence ; Neural networks (Computer science) ; Application software ; Development ; Electronic videos ; local
    Abstract: "Deep Learning with Python introduces the field of deep learning using the Python language and the powerful Keras library. Written by Keras creator and Google AI researcher François Chollet, this book builds your understanding through intuitive explanations and practical examples. Machine learning has made remarkable progress in recent years. We went from near-unusable speech and image recognition, to near-human accuracy. We went from machines that couldn't beat a serious Go player, to defeating a world champion. Behind this progress is deep learning--a combination of engineering advances, best practices, and theory that enables a wealth of previously impossible smart applications."--Resource description page.
    Note: Title from resource description page (Safari, viewed June 27, 2018)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 13
    Online Resource
    Online Resource
    [Place of publication not identified] : Manning Publications
    Language: English
    Pages: 1 online resource (1 streaming video file (10 hr., 13 min., 1 sec.)) , digital, sound, color
    Keywords: MongoDB ; Node.js ; AngularJS (Software framework) ; Web site development ; Application software ; Development ; Electronic videos ; local
    Abstract: "Getting MEAN teaches you how to develop web applications using the MEAN stack. First, you'll create the skeleton of a static site in Express and Node, and then push it up to a live web server. Next, add a MongoDB database and build an API before using Angular to handle data manipulation and application logic in the browser. Finally you'll add an authentication system to the application, using the whole stack. When you finish, you'll have all the skills you need to build a dynamic data-driven web application. Traditional web dev stacks use a different programming language in every layer, resulting in a complex mashup of code and frameworks. Together, the MongoDB database, the Express and AngularJS frameworks, and Node.js constitute the MEAN stack - a powerful platform that uses only one language, top to bottom: JavaScript. Developers and businesses love it because it's scalable and cost-effective. End users love it because the apps created with it are fast and responsive. It's a win-win-win!"--Resource description page.
    Note: Title from resource description page (Safari, viewed February 8, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 14
    Online Resource
    Online Resource
    [Place of publication not identified] : Manning Publications
    Language: English
    Pages: 1 online resource (1 streaming video file (8 hr., 42 min., 50 sec.)) , digital, sound, color
    Keywords: Amazon Web Services (Firm) ; Web applications ; Application software ; Development ; Cloud computing ; Electronic videos ; local
    Abstract: "AWS Lambda in Action is an example-driven tutorial that teaches you how to build applications that use an event-driven approach on the back-end. Starting with an overview of AWS Lambda, the author moves on to show you common examples and patterns that you can use to call Lambda functions from a web page or a mobile app. The second part puts these smaller examples together to build larger applications. By the end, you'll be ready to create applications that take advantage of the high availability, security, performance, and scalability of AWS. With AWS Lambda, you write your code and upload it to the AWS cloud. AWS Lambda responds to the events triggered by your application or your users, and automatically manages the underlying computer resources for you. Back-end tasks like analyzing a new document or processing requests from a mobile app are easy to implement. Your application is divided into small functions, leading naturally to a reactive architecture and the adoption of microservices. Requires basic knowledge of JavaScript. Some examples are also provided in Python. No AWS experience is assumed."--Resource description page.
    Note: Title from resource description page (Safari, viewed September 18, 2018)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 15
    Online Resource
    Online Resource
    [Place of publication not identified] : Manning Publications
    Language: English
    Pages: 1 online resource (1 streaming video file (8 hr., 28 min., 55 sec.)) , digital, sound, color
    Keywords: JavaScript (Computer program language) ; Application software ; Development ; Electronic videos ; local
    Abstract: "JavaScript Application Design: A Build First Approach introduces techniques to improve software quality and development workflow. You'll begin by learning how to establish processes designed to optimize the quality of your work. You'll execute tasks whenever your code changes, run tests on every commit, and deploy in an automated fashion. Then you'll focus on designing modular components and composing them together to build robust applications."--Resource description page.
    Note: Title from resource description page (Safari, viewed February 11, 2019). - Narrator's name from resource description page
    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...