Видавець: 16

31817
Завантаження...
EЛЕКТРОННА КНИГА

Modular Programming in Java 9. Build large scale applications using Java modularity and Project Jigsaw

Koushik Srinivas Kothagal

The Java 9 module system is an important addition to the language that affects the way we design, write, and organize code and libraries in Java. It provides a new way to achieve maintainable code by the encapsulation of Java types, as well as a way to write better libraries that have clear interfaces. Effectively using the module system requires an understanding of how modules work and what the best practices of creating modules are.This book will give you step-by-step instructions to create new modules as well as migrate code from earlier versions of Java to the Java 9 module system. You'll be working on a fully modular sample application and add features to it as you learn about Java modules. You'll learn how to create module definitions, setup inter-module dependencies, and use the built-in modules from the modular JDK. You will also learn about module resolution and how to use jlink to generate custom runtime images.We will end our journey by taking a look at the road ahead. You will learn some powerful best practices that will help you as you start building modular applications. You will also learn how to upgrade an existing Java 8 codebase to Java 9, handle issues with libraries, and how to test Java 9 applications.

31818
Завантаження...
EЛЕКТРОННА КНИГА

Modular Programming with JavaScript. Modularize your JavaScript code for better readability, greater maintainability, and enhanced testability

Sasan Seydnejad, Shamasis Bhattacharya

Programming in the modular manner is always encouraged for bigger systems—it is easier to achieve scalability with modular programming. Even JavaScript developers are now interested in building programs in a modular pattern. Modules help people who aren’t yet familiar with code to find what they are looking for and also makes it easier for programmers to keep things that are related close together.Designing and implementing applications in a modular manner is highly encouraged and desirable in both simple and enterprise level applications. This book covers some real-life examples of modules and how we can translate that into our world of programming and application design. After getting an overview of JavaScript object-oriented programming (OOP) concepts and their practical usage, you should be able to write your own object definitions using the module pattern. You will then learn to design and augment modules and will explore the concepts of cloning, inheritance, sub-modules, and code extensibility. You will also learn about SandBoxing, application design, and architecture based on modular design concepts. Become familiar with AMD and CommonJS utilities. By the end of the book, you will be able to build spectacular modular applications in JavaScript.

31819
Завантаження...
EЛЕКТРОННА КНИГА

Modular Programming with PHP 7. Click here to enter text

Branko Ajzele

Modular design techniques help you build readable, manageable, reusable, and more efficient codes. PHP 7, which is a popular open source scripting language, is used to build modular functions for your software. With this book, you will gain a deep insight into the modular programming paradigm and how to achieve modularity in your PHP code. We start with a brief introduction to the new features of PHP 7, some of which open a door to new concepts used in modular development. With design patterns being at the heart of all modular PHP code, you will learn about the GoF design patterns and how to apply them. You will see how to write code that is easy to maintain and extend over time with the help of the SOLID design principles. Throughout the rest of the book, you will build different working modules of a modern web shop application using the Symfony framework, which will give you a deep understanding of modular application development using PHP 7.

31820
Завантаження...
EЛЕКТРОННА КНИГА

Modular Programming with Python. Introducing modular techniques for building sophisticated programs using Python

Erik Westra

Python has evolved over the years and has become the primary choice of developers in various fields. The purpose of this book is to help readers develop readable, reliable, and maintainable programs in Python. Starting with an introduction to the concept of modules and packages, this book shows how you can use these building blocks to organize a complex program into logical parts and make sure those parts are working correctly together. Using clearly written, real-world examples, this book demonstrates how you can use modular techniques to build better programs. A number of common modular programming patterns are covered, including divide-and-conquer, abstraction, encapsulation, wrappers and extensibility. You will also learn how to test your modules and packages, how to prepare your code for sharing with other people, and how to publish your modules and packages on GitHub and the Python Package Index so that other people can use them. Finally, you will learn how to use modular design techniques to be a more effective programmer.

31821
Завантаження...
EЛЕКТРОННА КНИГА

Modularny JavaScript dla zaawansowanych

Nicolas Bevacqua

JavaScript jest jednym z najpopularniejszych języków programowania, wykorzystywanym na wiele sposobów. Pozwala na wdrażanie różnych paradygmatów w zależności od potrzeb i preferencji programisty. Warto wypróbować programowanie modularne w JavaScripcie choćby dlatego, że dzięki temu kod staje się czytelny, łatwy w utrzymaniu i skalowaniu. Moduł grupuje funkcjonalnie związane ze sobą dane oraz procedury. Architektura modularna, o ile tylko została poprawnie zaimplementowana, pozwala na ograniczenie złożoności kodu i ułatwia pracę nad rozwojem aplikacji. Możliwość pisania niezależnego kodu na każdym poziomie systemu daje zespołom projektowym duże korzyści! To książka przeznaczona dla osób, które używają JavaScriptu i chcą się nauczyć pisania modularnego kodu. Wyjaśniono tu, na jakich fundamentach opiera się architektura modularna, i krótko opisano jej historię w JavaScripcie. Przedstawiono warunki, jakie musi spełniać moduł, aby dać programistom konkretne korzyści, zaprezentowano zasady refaktoryzacji kodu i omówiono znaczenie doboru właściwej struktury danych. Czytelnik dowie się również, które wzorce projektowe będą odpowiednie w danej sytuacji, a także w jaki sposób podejście modułowe może pomóc w zapewnieniu bezpieczeństwa systemu, wspierać zarządzanie zależnościami czy też procesy budowania i integracji interfejsów oraz abstrakcji. Książka zawiera sporo znakomitych wskazówek i prezentuje najlepsze praktyki w zakresie projektowania i wdrażania modularnej architektury aplikacji. Najważniejsze zagadnienia: czym jest modularność i jak ewoluowała w JavaScripcie jak powinien wyglądać moduł i do czego służy API obsługa błędów i refaktoryzacja kodu nowoczesny JavaScript i jego funkcje przydatne do tworzenia modularnego kodu rozwiązywanie problemów i najlepsze praktyki Architektura modularna i nowoczesny JavaScript - przepis na sukces aplikacji!

31822
Завантаження...
EЛЕКТРОННА КНИГА

MODx Web Development. Build dynamic websites with MODx PHP application framework and CMS

Antano Solar John, Ryan Thrash

MODx is a content management system and PHP web application framework rolled into one. With the ease of a CMS and the extendibility of a framework, MODx allows you to develop professional-looking, intricate websites with its easy-to-use interface and flexible architecture. MODx provides reusable code fragments called snippets, most of which are so generic that, without any modification, they can serve multiple functionalities. The generic nature of the snippets makes it possible to get the perfect customization that is so hard in other CMS.This book will get web developers up-and-running with MODx. With step-by-step examples and illustrative screenshots, you will be guided through installation, configuration, and customization. By the end of the book, you will have created a powerful, dynamic website by using the individual elements of MODx, without the need for programming know-how.Starting with a walk-through of how to install MODx, you will quickly learn how to develop your site without having to use any programming language. Logical, step-by-step instructions will show you how to create your own unique site by adding and editing documents using the inbuilt TinyMCE editor. You will change the look and feel of your site by creating your own templates using HTML, CSS, and widgets. By following the example of a blog site, you will learn how to extend your templates to allow rich user interactions through comments, posts, and forms. The book teaches a few code snippets such as Ditto and Wayfinder in detail. These powerful and flexible snippets will enable you to add multiple functionalities to your site. The book will also introduce you to many more snippets that will help you build some of the commonly required web functionalities such as forums and image galleries. You will manage your users with authentication and authorization and make your site user-friendly with user groups, forums, and the use of PHx notations to embed logic in templates.Through following this easy-to-use, step-by-step guide you will, by the end of the book, have a fully functional, feature-rich MODx site with professional-looking, dynamic web pages that are totally customizable.

31823
Завантаження...
EЛЕКТРОННА КНИГА

Modyfikacja procesu transpiracji a efektywność indukowanej fitoekstrakcji ołowiu i kadmu w wybranych gatunkach roślin

Eugeniusz Małkowski

W pracy zbadano zależności między transpiracją a efektywnością indukowanej fitoekstrakcji kadmu i ołowiu. Jako czynnik indukujący hyperakumulację obu metali w pędach roślin stosowano kwas etylenodiaminotetraoctowy. Eksperymenty prowadzone w kulturach hydroponicznych wykazały dodatnią korelację między poziomem transpiracji a zawartością Pb i Cd w pędach gorczycy sarepskiej. Jednak badania wazonowe z zastosowaniem gleby zanieczyszczonej Pb i Cd oraz pochodzącej z okolic huty cynku i ołowiu nie potwierdziły tej zależności. Stwierdzono natomiast, że o poziomie akumulacji Pb i Cd w pędach gorczycy sarepskiej i słonecznika zwyczajnego przede wszystkim decyduje stopień indukcji hyperakumulacji w roślinach. Praca adresowana jest do pracowników naukowych i doktorantów prowadzących badania nad fitoekstrakcją.

31824
Завантаження...
EЛЕКТРОННА КНИГА

Modyfikacje dwusiarczkiem wolframu powłok tlenkowych Al2O3 wytwarzanych na stopach aluminium

Joanna Korzekwa

Monografia dotyczy kształtowania struktury i właściwości powłok tlenkowych Al2O3 domieszkowanych dwusiarczkiem wolframu WS2, wytwarzanych na stopach aluminium, w celu poprawienia właściwości ślizgowych w kinematycznych, bezolejowych węzłach tarcia. W pracy przedstawiono analizę i charakterystykę przygotowanego materiału badań jak i właściwości pary trącej, oparte na przeprowadzeniu szeregu badań strukturalnych, technologicznych, eksperymentalnych i eksploatacyjnych definiujących inżynierię powierzchni powłok tlenkowych Al2O3 domieszkowanych WS2. Przyjęta metodyka badań umożliwiła określenie szczegółowych wniosków poznawczych oraz optymalizację funkcjonowania badanych węzłów tarcia, wskazała również aspekty aplikacyjne modyfikowanej WS2 powłoki Al2O3 w rzeczywistym układzie siłownika pneumatycznego.