You may have to Search all our reviewed books and magazines, click the sign up button below to create a free account.
Eliminate the unavoidable complexity of object-oriented designs. The innovative data-oriented programming paradigm makes your systems less complex by making it simpler to access and manipulate data. In Data-Oriented Programming you will learn how to: Separate code from data Represent data with generic data structures Manipulate data with general-purpose functions Manage state without mutating data Control concurrency in highly scalable systems Write data-oriented unit tests Specify the shape of your data Benefit from polymorphism without objects Debug programs without a debugger Data-Oriented Programming is a one-of-a-kind guide that introduces the data-oriented paradigm. This groundbreaking...
Understanding Java from the JVM up gives you a solid foundation to grow your expertise and take on advanced techniques for performance, concurrency, containerization, and more. In The Well-Grounded Java Developer, Second Edition you will learn: The new Java module system and why you should use it Bytecode for the JVM, including operations and classloading Performance tuning the JVM Working with Java’s built-in concurrency and expanded options Programming in Kotlin and Clojure on the JVM Maximizing the benefits from your build/CI tooling with Maven and Gradle Running the JVM in containers Planning for future JVM releases The Well-Grounded Java Developer, Second Edition introduces both the m...
This book constitutes the revised selected papers of the 4th International Conference on Information Systems Security and Privacy, ICISSP 2018, held in Funchal - Madeira, Portugal, in January 2018. The 15 full papers presented were carefully reviewed and selected from a total of 71 submissions. They are dealing with topics such as data and software security; privacy and confidentiality; mobile systems security; biometric authentication; information systems security and privacy; authentication, privacy and security models; data mining and knowledge discovery; phishing; security architecture and design analysis; security testing; vulnerability analysis and countermeasures; web applications and services.
By dividing large applications into separate self-contained units, Microservices are a great step toward reducing complexity and increasing flexibility. Spring Microservices in Action, Second Edition teaches you how to build microservice-based applications using Java and the Spring platform. This second edition is fully updated for the latest version of Spring, with expanded coverage of API routing with Spring Cloud Gateway, logging with the ELK stack, metrics with Prometheus and Grafana, security with the Hashicorp Vault, and modern deployment practices with Kubernetes and Istio. about the technology Microservices break up your code into independent interconnected services that require care...
The Interval of Freedom was first published in 1960. Minnesota Archive Editions uses digital technology to make long-unavailable books once again accessible, and are published unaltered from the original University of Minnesota Press editions. When Boris Pasternak's Doctor Zhivago was published in Europe and America in 1957 and 1958, the Western world was astonished and elated. But Doctor Zhivago is not the only significant literary work to come out of Soviet Russia recently. During four extraordinary years, 1954 to 1957, from Stalin's death to the aftermath of the Hungarian revolt, Soviet Russian authors were able to express their minds with unusual freedom. In this volume Professor Gibian ...
Selected articles from Soviet scholarly journals in English translation.
주요 내용 ■ SSI 소프트웨어와 서비스의 아키텍처 ■ SSI 기반이 되는 기술적, 법적 및 거버넌스 개념 ■ SSI가 산업별로 글로벌 비즈니스에 미치는 영향 ■ SSI를 위한 새로운 표준 한국어판 저자서문 “한국은 아시아 전역에서 디지털 혁신의 선두주자였으며, DID 분야에서도 예외는 아닙니다. 2021년 6월 ‘모바일 운전면허증 서비스 개발사업’의 사업자가 선정되었는데, 이는 한국 최초의 디지털 신분증으로서 한국 정부가 추진하는 디지털 뉴딜의 초석 중 하나가 되었고, 이것은 한국에서 진행되고 있는 DID 활용 중 하나에 지나지 않습니다.” - 알렉스 프록샤트, 드루먼드 리드
JVM부터 성능, 동시성, 컨테이너화 등 고급 기술까지 자바는 엔터프라이즈 소프트웨어 엔지니어링의 핵심이다. 훌륭한 자바 개발자가 되기 위해선 기본기를 갖춰야 한다. 이 책은 자바 8 이후 자바 생태계와 릴리스 주기가 어떻게 변화했는지 살펴보며, 특히 자바 11 및 17에 추가된 새로운 기능을 설명한다. 자바 모듈 및 동시성 모델, 클래스 로딩과 같은 강력한 기능부터 성능 최적화와 바이트코드를 위한 고급 기술 그리고 테스트 중심 개발과 컨테이너 기반 배포와 같은 필수 최신 기술까지 알아본다. 코틀린 및 클로저 등 다른 JVM 언어까지 다뤄 자바 기술을 한층 더 업그레이드하고 탄탄한 기반을 다질 수 있도록 도와준다.
Focusing on the combat operations and daily life of one unit - the 9th Guards Fighter Division - Loza refutes the myth that the P-39 was used mainly as a "tank buster" or "flying artillery." Instead, its primary mission was to protect Red Army operations from aerial attacks by the enemy. So despite the occasional strafing of trains, truck convoys, and troops, most P-39 operations involved attacks on Luftwaffe bombers and dogfights with their fighter escorts."--BOOK JACKET.
システム構築の複雑さから開発者を解放する データ指向プログラミング実応用ストーリー 本書は Yehonathan Sharvit, "Data-Oriented Programming", Manning Publications 2022 の邦訳版です。 【本書の内容】 本書は、Java、C#、C++、Ruby、Pythonなどの高級プログラミング言語で2年以上の経験を持つ、フロントエンド、バックエンド、フルスタック開発者向けの本です。 本書で取り上げている業務システム開発におけるアイデアや手法は、オブジェクト指向プログラミングの開発者にとっては、慣れ親しんだ環境や世界観をいったん捨て去るよ...