Wydawca: K-i-s-publishing

2913
Ładowanie...
EBOOK

KNOCKOUTJS BLUEPRINTS. Learn how to design and create amazing web applications using KnockoutJS

Carlo Russo

If you are a JavaScript developer and already know the basics of KnockoutJS and you want to get the most out of it, then this book is for you. This book will help in your transition from a small site to a large web application that is easily maintainable.

2914
Ładowanie...
EBOOK

KnockoutJS by Example. Develop rich, interactive, and real-world web applications using knockout.js

Adnan Jaswal

KnockoutJS By Example is a project-based guide that introduces the key features and concepts of knockout.js. It helps you create an application skeleton and a Hello World application. You will develop a To-Do list application that aims to show the basic features of knockout.js in action, such as data binding and observables, following which you will develop a dynamic online customer registration form that captures and validates customer information. This book will further walk you through developing a customer banking portal, which demonstrates the use of knockout.js with components such as navigation bars, tabs, carousels, master details view, panels, forms, and wizards. You will also discover how to use token-based authentication and authorization to secure the customer banking portal, and move on to creating an editable products grid with CRUD operations. Finally, you will explore how to use the Google Maps API with knockout.js.KnockoutJS By Example will not only leave you with a basic understanding of knockout.js fundamentals but also take you through some of the advanced features. It will help you get a web application up and ready instantly.

2915
Ładowanie...
EBOOK

Knockout.JS Essentials. Implement a successful JavaScript-rich application with KnockoutJS, jQuery, and Bootstrap

Jorge Ferrando

If you are a JavaScript developer who has been using DOM manipulation libraries such as Mootools or Scriptaculous, and you want go further in modern JavaScript development with a simple and well-documented library, then this book is for you. Learning how to use Knockout will be perfect as your next step towards building JavaScript applications that respond to user interaction.

2916
Ładowanie...
EBOOK

KnockoutJS Web Development. Efficiently work with data, web templates, and custom HTML tags using KnockoutJS

John Farrar

This book is for web developers and designers who work with HTML and JavaScript to help them manage data and interactivity with data using KnockoutJS. Knowledge about jQuery will be useful but is not necessary.

2917
Ładowanie...
EBOOK

Koha 3 Library Management System. Install, configure, and maintain your Koha installation with this easy-to-follow guide

Savitra Sirohi, Amit Gupta

Koha is the first full-featured open source library management system that is widely used for efficiently managing libraries. However, setting up and maintaining Koha is no walk in the park. It is not as straightforward as setting up the other popular LAMP applications.This practical guide provides all the essential information that is needed to make the task of installing and configuring Koha really seem simple and easy. It demonstrates how to set up Koha and its various aspects – installation, configuration, application administration, and data migration. It also covers troubleshooting, software maintenance, software customization, and other advanced topics.The book starts with installing and configuring the LAMP stack and the Koha application to meet your needs. It then goes deeper into setting up various rules and configuring settings for Koha. It also covers data migration of catalog records, software maintenance, and customization of the application. Chapters are also dedicated to providing an insight into advanced topics such as LDAP integration and Internationalization. Filled with numerous code samples and screenshots, this book will tour you through setting up Koha for evaluation or test purposes. It also includes loads of tips for troubleshooting and maintenance activities.By the end of this book, you will have gained the knowledge to get the most out of your Koha installation.

2918
Ładowanie...
EBOOK

Koncert

Hannah Fielding

Koncert jest romantyczną, bardzo zmysłową historią o utracie miłości i przebaczeniu, o trudnych wyborach, przeznaczeniu i heroicznej determinacji, by wszystko dobrze się ułożyło. Kiedy Catriona Drouot, młoda terapeutka, zgodziła się spełnić prośbę umierającej diwy operowej, by ratować jej syna, Umberto, i przywrócić mu jego muzyczny dar, wiedziała, że staje przed trudnym zadaniem. Dziesięć lat wcześniej spędziła w jego ramionach upojną noc, której konsekwencje spadły na nią niespodziewanie. Jej pacjent stracił wzrok w wypadku samochodowym, był teraz arogancki i zgorzkniały. Opierał się wszelkim próbom pomocy. Jednak Catriona wykorzystała swój piękny głos, a Umberto nie potrafił zignorować uczuć, jakie na nowo obudził w nim jej śpiew. Wciągnięta w intrygi rozgrywające się między mieszkańcami rezydencji nad jeziorem Como Catriona odkrywa, że jej namiętność do Umberto nie wygasła. Jak ma powiedzieć o tym, co ukrywała przed nim tyle lat? Wkrótce zdaje sobie sprawę, że jej sekret nie jest jedyną tajemnicą falującą niespokojnie pod powierzchnią dostatniego życia toczącego się w rezydencji. Mroczne siły znów próbują dosięgnąć niewidomego kompozytora i pozbawić go życia.

2919
Ładowanie...
EBOOK

Kotlin Blueprints. A practical guide to building industry-grade web, mobile, and desktop applications in Kotlin using frameworks such as Spring Boot and Node.js

Ashish Belagali, Akshay Chordiya, Hardik Trivedi

Kotlin is a powerful language that has applications in a wide variety of fields. It is a concise, safe, interoperable, and tool-friendly language. The Android team has also announced first-class support for Kotlin, which is an added boost to the language. Kotlin’s growth is fueled through carefully designed business and technology benefits.The collection of projects demonstrates the versatility of the language and enables you to build standalone applications on your own. You’ll build comprehensive applications using the various features of Kotlin. Scale, performance, and high availability lie at the heart of the projects, and the lessons learned throughout this book.You’ll learn how to build a social media aggregator app that will help you efficiently track various feeds, develop a geospatial webservice with Kotlin and Spring Boot, build responsive web applications with Kotlin, build a REST API for a news feed reader, and build a server-side chat application with Kotlin.It also covers the various libraries and frameworks used in the projects. Through the course of building applications, you’ll not only get to grips with the various features of Kotlin, but you’ll also discover how to design and prototype professional-grade applications.

2920
Ładowanie...
EBOOK

Kotlin Design Patterns and Best Practices. Build scalable applications using traditional, reactive, and concurrent design patterns in Kotlin - Second Edition

Alexey Soshin

This book shows you how easy it can be to implement traditional design patterns in the modern multi-paradigm Kotlin programming language, and takes you through the new patterns and paradigms that have emerged.This second edition is updated to cover the changes introduced from Kotlin 1.2 up to 1.5 and focuses more on the idiomatic usage of coroutines, which have become a stable language feature. You'll begin by learning about the practical aspects of smarter coding in Kotlin, as well as understanding basic Kotlin syntax and the impact of design patterns on your code.The book also provides an in-depth explanation of the classical design patterns, such as Creational, Structural, and Behavioral families, before moving on to functional programming. You'll go through reactive and concurrent patterns, and finally, get to grips with coroutines and structured concurrency to write performant, extensible, and maintainable code.By the end of this Kotlin book, you'll have explored the latest trends in architecture and design patterns for microservices. You’ll also understand the tradeoffs when choosing between different architectures and make informed decisions.