7 resultater (0,19112 sekunder)

Mærke

Butik

Pris (EUR)

Nulstil filter

Produkter
Fra
Butikker

Angular Development with TypeScript - Anton Moiseev - Bog - Manning Publications - Plusbog.dk

Angular Development with TypeScript - Anton Moiseev - Bog - Manning Publications - Plusbog.dk

Description This practical book covers real-world development concerns like state management, data and views, user interaction with forms, and communicating with servers, as well as testing and deploying your applications. This new edition has been fully revised to cover the latest Angular CLI along with current best practices and updates to Angular 5. Angular Development with Typescript, Second Edition is an intermediate-level tutorial that introduces Angular and TypeScript to developers comfortable with building web applications using other frameworks and tools. You''ll start by exploring what makes Angular different by building an online auction app. As you move through the chapters, you''ll explore TypeScript as you learn to write type-aware classes, interfaces, generics, and more. Key features · Angular CLI · TypeScript programming · Dependency Injection · Creating a modern-looking UI with Angular Material · Reactive programming Audience Written for intermediate web developers. No prior TypeScript or AngularJS experience is required. About the technology Angular''s declarative style makes it easy to define and add features without dozens of lines of manually written boilerplate, and the fully integrated TypeScript language gives you the benefits of a statically typed language within the JavaScript ecosystem. Plus, adding Angular and TypeScript to your resume makes you a hot commodity.

DKK 406.00
1

Joy of JavaScript, The - Luis Atencio - Bog - Manning Publications - Plusbog.dk

Joy of JavaScript, The - Luis Atencio - Bog - Manning Publications - Plusbog.dk

Whether for building interactive browser-based applications or creating server-side applications in Node, JavaScript is the most widely used language for web programming. With new features, language improvements, paradigms, and potential use cases appearing regularly, there’s never been a more exciting time to be a JavaScript developer. In The Joy of JavaScript, author and JavaScript expert Luis Atencio teaches you key design concepts that lead to clean, lean, modular, and easy-to-maintain code. Key features • JavaScript’s objects and module system • Working with higher order functions • Driving application business logic with functional programming principles • Dynamically hooking into data with Proxy and Reflect APIs • Static type-checking with Flow • Taming complex asynchronous behavior using reactive programming Audience Perfect for intermediate JavaScript developers with basic familiarity with HTTP, HTML/CSS, and Git/CLI. About the technology JavaScript is multi-paradigm, supporting object-oriented, functional, reactive, and event-driven styles of programming. And transpilers like Babel make it possible to compile code written in other languages into JavaScript. Luis Atencio is a software engineer for Citrix Systems, where he develops and architects web applications leveraging Java, PHP, and JavaScript platforms. He blogs about software engineering at http://luisatencio.net, has spoken in many dev conferences, and has written articles for PHPArch magazine and DZone Refcardz. Luis is the author of Manning’s Functional Programming in JavaScript and the co-author of Manning’s RxJS in Action.

DKK 300.00
1

Spring Boot in Action - Craig Walls - Bog - Manning Publications - Plusbog.dk

Spring Boot in Action - Craig Walls - Bog - Manning Publications - Plusbog.dk

DESCRIPTION Although Spring Framework simplifies enterprise Java development, it can require a lot from developers in terms of framework configuration. Spring Boot radically streamlines the process of creating Spring applications by employing automatic configuration, along with a programming model built around established conventions for build-time and runtime dependencies. It also provides a component that gives insight into the internals of a running application and a handy CLI that can be used to write command-line scripts in Groovy. Developers who have used Spring Boot say that they can''t imagine ever going back to hand-configuring their applications. Spring Boot in Action is a developer-focused guide to writing applications using Spring Boot. It shows readers how to bypass the tedious configuration steps so that they can concentrate on their application''s behavior. Using interesting, relevant examples, Spring expert Craig Walls shows both how to use the default settings effectively and how to override and customize Spring Boot for each unique environment. Along the way, it offers insights from Craig''s years of Spring development experience. KEY SELLING POINTS Practical hands-on guide Quickly develop Spring applications Author insights based on years of Spring Development Covers newest features of Spring Boot AUDIENCE Written for readers familiar with the Spring Framework. ABOUT THE TECHNOLOGY Spring Boot brings a convention-over-configuration programming model to the Spring Framework. With Spring Boot, Spring developers can focus on producing application functionality with little effort spent on configuring Spring itself.

DKK 364.00
1

Apache Cordova in Action - Raymond Camden - Bog - Manning Publications - Plusbog.dk

Apache Cordova in Action - Raymond Camden - Bog - Manning Publications - Plusbog.dk

DESCRIPTION Wanting mobile apps to run on iOS, Android, and Windows Phone doesn''t mean having to write them in three different languages. Apache Cordova provides a common set of APIs to access native device functionality such as the file system, camera, and contacts from apps written in HTML, CSS and Javascript, along with a command line tool to produce the binaries required for multiple mobile platforms. Apache Cordova in Action simplifies the entire process of creating and launching hybrid mobile apps using Cordova or Phonegap. By following carefully selected examples, step by step tutorials, and crystal-clear explanations, readers will learn to build apps from the Cordova CLI and make use of device features like the camera and accelerometer. For those just learning to design mobile apps, the book discusses ways to build mobile friendly, professional-quality UI and UX. Finally, the book covers testing techniques and explains the PhoneGap Build service, along with how to submit applications to Google Play and the Apple App Store. KEY SELLING POINTS Step by step tutorials Crystal clear explanations Simplifies the entire process of app development AUDIENCE Readers need to be familiar with HTML, CSS, and JavaScript. No prior experience with mobile app development is required. ABOUT THE TECHNOLOGY Cordova boasts a vibrant open source plugin ecosystem providing hooks into multiple device features and adding support for multiple different types of applications. Better still, when using Cordova with UI frameworks like jQuery Mobile, Ionic, or Sencha Touch, users can deploy their HTML based apps as native applications on any mobile device.

DKK 273.00
1

Knative in Action - Jacques Chester - Bog - Manning Publications - Plusbog.dk

Knative in Action - Jacques Chester - Bog - Manning Publications - Plusbog.dk

Take the pain out of managing serverless applications. Knative, a collection of Kubernetes extensions curated by Google, simplifies building and running serverless systems. Knative in Action guides you through the Knative toolkit, showing you how to launch, modify, and monitor event-based apps built using cloud-hosted functions like AWS Lambda. You’ll learn how to use Knative Serving to develop software that is easily deployed and autoscaled, how to use Knative Eventing to wire together disparate systems into a consistent whole, and how to integrate Knative into your shipping pipeline. about the technology With Knative, managing a serverless application’s full lifecycle is a snap. Knative builds on Kubernetes orchestration features, making it easy to deploy and run serverless apps. It handles low-level chores—such as starting and stopping instances—so you can concentrate on features and behavior. about the book Knative in Action teaches you to build complex and efficient serverless applications. You’ll dive into Knative’s unique design principles and grasp cloud native concepts like handling latency-sensitive workloads. You’ll deliver updates with Knative Serving and interlink apps, services, and systems with Knative Eventing. To keep you moving forward, every example includes deployment advice and tips for debugging. what''s inside - - Deploy a service with Knative Serving - - Connect systems with Knative Eventing - - Autoscale responses for different traffic surges - - Develop, ship, and operate software - about the reader For software developers comfortable with CLI tools and an OO language like Java or Go. about the author Jacques Chester has worked in Pivotal and VMWare R&D since 2014, contributing to Knative and other projects.

DKK 448.00
1

Amazon Web Services in Action: An in-depth guide to AWS - Andreas Wittig - Bog - Manning Publications - Plusbog.dk

Amazon Web Services in Action: An in-depth guide to AWS - Andreas Wittig - Bog - Manning Publications - Plusbog.dk

Master essential best practices for deploying and managing applications on Amazon Web Services. The ideal guide for mid-level developers, DevOps or platform engineers, architects, and system administrators. Amazon Web Services in Action: An in-depth guide to AWS is a comprehensive, practical introduction to deploying and managing applications on the AWS cloud platform. This revised bestseller is packed with techniques for building highly available and scalable architectures and automating deployment with Infrastructure as Code . This book will show you how to: - - Leverage globally distributed data centres to launch virtual machines with EC2 - - Store and archive large volumes of data with EBS, S3, and EFS - - Persist and query data with highly available and scalable database systems with RDS and DynamoDB - - Enhance performance with caching data in-memory with ElastiCache and MemoryDB - - Use Infrastructure as Code to automate your cloud infrastructure - - Secure workloads running in the cloud with VPC and IAM - - Build fault-tolerant web applications with ALB and SQS - - Automate common sysadmin tasks with Lambda, CLI, and SDK - - Build cloud-native applications based on containers with AppRunner, ECS, Fargate - About the technology Thousands of developers have chosen Amazon Web Services in Action: An in-depth guide to AWS to help them succeed with the AWS cloud. Readers love this all-practical handbook for its complete introduction to computing, storage, and networking, along with best practices for all core AWS services. Amazon Web Services, the leading cloud computing platform, offers customers APIs for on-demand access to computing services. Rich in examples and best practices of how to use AWS, this Manning bestseller is now released in its third, revised, and improved edition.

DKK 432.00
1

Learn Go with Pocket-Sized Projects - Alienor Latour - Bog - Manning Publications - Plusbog.dk

Learn Go with Pocket-Sized Projects - Alienor Latour - Bog - Manning Publications - Plusbog.dk

Pocket-size projects, modular and versatile skills! Take your Go programming capabilities to the next level with 11 engaging applications. Learn Go with Pocket-Sized Projects teaches some of the most important skills of Go programming—including Go’s unique idiomatic syntax—all through building fun and useful apps and games. Each project is fully working, simple to write, and easy to scale-up to full-size Go applications. In Learn Go with Pocket-Sized Projects you’ll build: • A Wordle-alike game • A currency converter application • A habit-tracking application • A book digest application • A maze-solving algorithm • A microcontroller-based traffic lights program • …and more! Each small, self-contained project in Learn Go with Pocket-Sized Projects introduces important practical skills, including ensuring that your code is thoroughly tested and documented! You’ll make architectural decisions for your projects and organize your code in a maintainable way. Work your way through, and you’ll be able to utilize Go for everything from server-side applications to low-level systems programming. Foreword by Ron Evans . Purchase of the print book includes a free eBook in PDF and ePub formats from Manning Publications. About the technology There’s no more satisfying way to learn a programming language than by building your own projects! Whether you’re coming from another language or taking your next steps in Go, these eleven projects will get you working hands on faster than you can type “Bonjour le monde.” About the book Learn Go with Pocket-Sized Projects introduces the most important features, concepts and techniques of the Go programming language. You’ll learn hands on as you build fun mini projects including a Wordle clone you can run as a web service and a maze solver that uses goroutines. Along the way, you’ll explore a wide range of topics, including Go’s unique approach to interfaces, concurrency, REST and gRPC microservice APIs, and more. What''s inside • Concurrency with goroutines • A habit tracker using gRPC and HTML templates • Deploying a secure web service • A microcontroller-based traffic lights program using TinyGo About the reader For beginners with Go or another programming language. About the author Aliénor Latour , Donia Chaiehloudj , and Pascal Bertrand are experienced developers with a passion for Go and excellence in programming. Table of Contents 1 MeetGo 2 Hello, earth! Extend your hello, world 3 A bookworm’s digest: Playing with loops and maps 4 A log story: Creating a library 5 Gordle: Play a word game in your terminal 6 Money converter: CLI around an HTTP call 7 Caching with generics 8 Gordle as a service 9 Concurrent maze solver 10 Habits tracker using gRPC 11 HTML templating with a gRPC client 12 Go for other architectures Appendixes A Installation steps B Formatting cheat sheet C Zero values D Benchmarking E Passing by value or by reference F Fuzzing G Connecting to a database

DKK 678.00
1