Kirjojen hintavertailu. Mukana 12 016 292 kirjaa ja 12 kauppaa.

Kirjahaku

Etsi kirjoja tekijän nimen, kirjan nimen tai ISBN:n perusteella.

70 kirjaa tekijältä Ajay Kumar

Iris and Periocular Recognition using Deep Learning

Iris and Periocular Recognition using Deep Learning

Ajay Kumar

ELSEVIER SCIENCE PUBLISHING CO INC
2024
nidottu
Iris and Periocular Recognition using Deep Learning systematically explains the fundamental and most advanced techniques for ocular imprint-based human identification, with many applications in sectors such as healthcare, online education, e-business, metaverse, and entertainment. This is the first-ever book devoted to iris recognition that details cutting-edge techniques using deep neural networks. This book systematically introduces such algorithmic details with attractive illustrations, examples, experimental comparisons, and security analysis. It answers many fundamental questions about the most effective iris and periocular recognition techniques.
Micro Frontends Architecture

Micro Frontends Architecture

Ajay Kumar

Independently Published
2019
pokkari
This book will teach you how to create flexible modular frontends which are easier to maintain using micro frontends architecture. Micro frontends architecture is a way of avoiding the current industry trend of creating heavy monolith front-ends. These are monolith front-ends which are difficult to change and maintain because they have organically grown into intertwined large frontend applications. In this course, Micro Frontends Architecture, you will learn how to create flexible modular frontends which are easier to maintain using micro frontends architecture. First, you will learn what micro frontends architecture is and why there is a need for it. Next, you will discover the main design principles for micro frontends architecture. Finally, you will explore what technologies and techniques are available to implement micro frontends architecture. When you're finished with this course, you will have the knowledge of the micro frontends architectural style required to implement a modular, flexible frontend application thats easier to maintain and extend.
Three Flights Down

Three Flights Down

Ajay Kumar

Notion Press
2021
nidottu
Three Flights Down is a pure work of fiction that bears little or no resemblance to events in real life. After all, which fiction novelist is going to say his book is based on a true story? I for example, clearly am not. But if you, the reader, have by chance picked up this book, know this. This book is about love. Not the kind of love that we see every day, but a different kind of love, a love that finds place in-between sheets and in between friendships. It is about a city and it is about a society that is yet to come to terms with the fact that its era has long gone while yet remaining hopeful for a future which is yet to come. It's a story about people who live in a city and get trapped by the sheer emotional whirlwind that comes with it. It also has jokes.
How to become a Software Architect

How to become a Software Architect

Ajay Kumar

Independently Published
2019
pokkari
Are you a developer transitioning into the role of software architect? Are you a developer who has aspirations of becoming software architect? Are you already a software architect but eager to learn more about your craft? In this book you will learn what the role of a software architect entails and why it is so crucial to your organization's success. You will learn about the skills and knowledge needed to be an effective software architect and about the duties performed during each phase of the project life cycle. Lastly you will learn one of the most important aspect of being a software architect: how to design and communicate a solution to both technical and non-technical stakeholders. This book is your roadmap to becoming a capable and successful software architect.
The Corporate Alexander

The Corporate Alexander

Ajay Kumar

Notion Press
2019
pokkari
Can employees emulate the rules that make business owners succeed?How do you navigate through twists and turns at your work place?Is your career sorted?Do you know the secrets you learn only when you earn?Peek into the life of Manas, a budding business graduate, who starts as an intern and navigates through the challenges on his way to the top of the ladder. The book, which draws from real-life incidents, reveals the secrets he needed to learn and unlearn to get there and the bunch of well-wishers who helped him on the way.
Docker & Kubernetes Fundamentals

Docker & Kubernetes Fundamentals

Ajay Kumar

Independently Published
2019
pokkari
Docker and Kubernetes are changing the way you build, ship, and manage your applications. In this book Docker and Kubernetes Fundamentals, you will learn the fundamentals of Docker and Kubernetes. First, you will learn the basics of what a container is and how it enables cloud-native application designs. Next, you will explore the roles of Docker and Kubernetes, as well as the basics of how they work. Finally, you will discover how to prepare yourself and your organization to thrive in a container world. When you are finished with the book you will have everything you need to take your container journey to the next level.
And, She's from Jupiter

And, She's from Jupiter

Ajay Kumar

Independently Published
2019
nidottu
'And, she's from Jupiter' sketches three College-going girls, Anjali Mohanta, Aisha Fatima, and Amelia Sylvester, whose online profiles get tagged in weird posts. The tagging then continues with tags #YourTurnBabe, #NextYouMiss, #YouGettheSame These posts clue them in on a lot of things about their recent past.This Young Adult - Suspense Thriller fiction novel portrays the story of solving the mysterious hashtags, the reason behind the posts/hashtags.'And, she's from Jupiter' underlines the safety and security of teenage girls and women at the end of the story.
Domain Driven Design with Spring Boot

Domain Driven Design with Spring Boot

Ajay Kumar

Independently Published
2018
pokkari
This book will explain how to apply domain-driven design concepts in a project with Spring Boot 2.0.6 and how to combine them with practices, such as unit testing (test driven development), relational databases and object relational mappers like JPA(Java Persistence API). We will see step by step how to grow an application from the very beginning to a full-fledged solution with DDD principles. Finally there will be two projects, one (static web project using jQuery & HTML) for user interface and another (Spring Boot + REST + JPA project) for API, logic and persistence.You will see the full process of building a software project using concepts such as entities, value objects, aggregates, repositories, bounded contexts, and domain events. In the way I will explain why we make one decision over another. You will learn what DDD concepts are applicable in which particular case and why it is so. We will see, how to apply the domain-driven design principles in a real world application.Book Outline and Prerequisites: IntroductionStarting with the First Bounded ContextIntroducing UI and Persistence LayersExtending the Bounded Context with AggregatesIntroducing RepositoriesIntroducing the Second Bounded ContextWorking with Domain EventsLooking Forward to Further EnhancementsBook Summary: Full application from scratchDomain modelingDDD concepts in practiceSpring BootDatabase and ORMUnit testingMVC
Advanced Concurrency in Java

Advanced Concurrency in Java

Ajay Kumar

Independently Published
2018
pokkari
We will see the patterns, how things can go wrong, and how to deal with the situation. This book is divided into below mentioned modules. Introducing the Executor Pattern, Futures and CallablesUsing Locks and Semaphores for the Producer / Consumer PatternControlling Concurrent Applications Using Barriers and LatchesUnderstanding Compare and Swap (CASing) and Atomic VariablesLeveraging Concurrent Collections to Simplify Application DesignIf you follow me, at the end of this book, you will have a good idea of the ExecutorService Patterns and callables, and futures, what is interruptible or timed out lock acquisition, what are logs, semaphores, barriers, and latches, and what is CASing, and atomic variables. And at last, we will see the concurrent collections, copy and write release, concurrent hashmaps, and concurrent skip lists. But before you move on, you would like to be familiar with the Java language and the collection API. You also need some knowledge of concurrency and be able to write basic lambda expressions. Yes, this is an ambitious ride, but don't be afraid. Just let me guide you through all this, and you will see that from the other side, concurrencies, in fact, not that scary.
CQRS (Command Query Responsibility Segregation)

CQRS (Command Query Responsibility Segregation)

Ajay Kumar

Independently Published
2019
pokkari
There are a lot of misconceptions around the CQRS pattern, especially when it comes to applying it in real-world software projects. In this book, CQRS, you will learn all about CQRS with event sourcing, database configuration for reads and writes, and more. First, you will learn exactly what CQRS is, the principles behind it, and the benefits it can provide for your project. Next, you will explore the common misconceptions and anti-patterns around CQRS. Finally, you will see a detailed, step-by-step implementation of this pattern in practice. The sample project you'll be working on is close to what you will find in the real world, and you will see each step on the way to CQRS in great detail. By the end of this book, you will have a foundational understanding of the CQRS pattern and how to implement it in your software projects.
Microservices Architecture

Microservices Architecture

Ajay Kumar

Independently Published
2018
pokkari
In this book you will learn how to architect complex software using microservices architecture, so that it's flexible, scalable, and a competitive piece of software. And after completing this book, you will automatically start to think differently about software design and your architectural skills will become even stronger with a core set of design principles that will aid you to architect better software.Microservices architecture is a better way of implementing a service oriented architecture. After years of varying interpretations of a service oriented architecture, microservices is the conclusive design which provides all the advantages of the service oriented architecture approach. This book introduces microservices, discusses design, lists technology considerations, and highlights how to move forwards with microservices.This book is split up into four modules. This first module will focus on introducing microservices and on introducing the design principles associated with microservices architecture. The second module will then look at the design approach that can be taken in order to implement the microservices design principles. On completion of the second module, how to implement the microservice will become clear. The third module of the book will focus on the technology that can be used to implement microservices. Many types of technology are suggested because the architectural theory in this book can apply to any platform. The final module of the book covers how you can move forward with microservices, both in a brownfield situation and in a greenfield situation. A brown field situation is where you're going to move an existing system forward with microservices architecture. In a greenfield situation, you're basically developing a new system from scratch using microservices architecture.
Contactless 3D Fingerprint Identification

Contactless 3D Fingerprint Identification

Ajay Kumar

Springer Nature Switzerland AG
2019
nidottu
This important text/reference presents the first dedicated review of techniques for contactless 3D fingerprint identification, including novel and previously unpublished research. The text provides a systematic introduction to 3D fingerprint identification, covering the latest advancements in contactless 2D and 3D sensing technologies, and detailed discussions on each key aspect in the development of an effective 3D fingerprint identification system.Topics and features: introduces the key concepts and trends in the acquisition and identification of fingerprint images, and a range of 3D fingerprint imaging techniques; proposes a low-cost method for online 3D fingerprint image acquisition, and an efficient 3D fingerprint imaging approach using coloured photometric stereo; describes pre-processing operations on point cloud 3D fingerprint data, and explains the specialized operations for reconstructing 3D fingerprints from live finger scans; examines the representation of minutiae in 3D space, providing details on recovering these features from point cloud data, and on matching such 3D minutiae templates; reviews various 3D fingerprint matching methods, including binary surface code-based approaches and a tetrahedron-based matching approach; discusses the uniqueness of 3D fingerprints, evaluating the benefits of employing 3D fingerprint identification over conventional 2D fingerprint techniques.This unique work is a must-read for all researchers seeking to make further advances in this area, towards the exciting opportunities afforded by contactless 3D fingerprint identification for improving the hygiene, user convenience, and matching accuracy of fingerprint biometric technologies.
Contactless 3D Fingerprint Identification

Contactless 3D Fingerprint Identification

Ajay Kumar

Springer International Publishing AG
2018
sidottu
This important text/reference presents the first dedicated review of techniques for contactless 3D fingerprint identification, including novel and previously unpublished research. The text provides a systematic introduction to 3D fingerprint identification, covering the latest advancements in contactless 2D and 3D sensing technologies, and detailed discussions on each key aspect in the development of an effective 3D fingerprint identification system.Topics and features: introduces the key concepts and trends in the acquisition and identification of fingerprint images, and a range of 3D fingerprint imaging techniques; proposes a low-cost method for online 3D fingerprint image acquisition, and an efficient 3D fingerprint imaging approach using coloured photometric stereo; describes pre-processing operations on point cloud 3D fingerprint data, and explains the specialized operations for reconstructing 3D fingerprints from live finger scans; examines the representation of minutiae in 3D space, providing details on recovering these features from point cloud data, and on matching such 3D minutiae templates; reviews various 3D fingerprint matching methods, including binary surface code-based approaches and a tetrahedron-based matching approach; discusses the uniqueness of 3D fingerprints, evaluating the benefits of employing 3D fingerprint identification over conventional 2D fingerprint techniques.This unique work is a must-read for all researchers seeking to make further advances in this area, towards the exciting opportunities afforded by contactless 3D fingerprint identification for improving the hygiene, user convenience, and matching accuracy of fingerprint biometric technologies.