Détail de l'éditeur
BPB Publications |
Documents disponibles chez cet éditeur (666)



Advanced Malware Analysis and Intelligence : Investigating malicious code with static and dynamic analysis and threat intelligence (English Edition) / Mahadev THUKARAM / BPB Publications (2025)
![]()
Titre : Advanced Malware Analysis and Intelligence : Investigating malicious code with static and dynamic analysis and threat intelligence (English Edition) Type de document : e-book Auteurs : Mahadev THUKARAM Editeur : BPB Publications Année de publication : 2025 ISBN/ISSN/EAN : 9789365899504 Note générale : copyrighted Langues : Anglais (eng) Résumé : DescriptionAdvanced Malware Analysis and Intelligence teaches you how to analyze malware like a pro. Using static and dynamic techniques, you will understand how malware works, its intent, and its impact. The book covers key tools and reverse engineering concepts, helping you break down even the most complex malware.This book is a comprehensive and practical guide to understanding and analyzing advanced malware threats. The book explores how malware is created, evolves to bypass modern defenses, and can be effectively analyzed using both foundational and advanced techniques. Covering key areas such as static and dynamic analysis, reverse engineering, malware campaign tracking, and threat intelligence, this book provides step-by-step methods to uncover malicious activities, identify IOCs, and disrupt malware operations. Readers will also gain insights into evasion techniques employed by malware authors and learn advanced defense strategies. It explores emerging trends, including AI and advanced attack techniques, helping readers stay prepared for future cybersecurity challenges.By the end of the book, you will have acquired the skills to proactively identify emerging threats, fortify network defenses, and develop effective incident response strategies to safeguard critical systems and data in an ever-changing digital landscape.Key Features? Covers everything from basics to advanced techniques, providing practical knowledge for tackling real-world malware challenges.? Understand how to integrate malware analysis with threat intelligence to uncover campaigns, track threats, and create proactive defenses.? Explore how to use indicators of compromise (IOCs) and behavioral analysis to improve organizational cybersecurity.What you will learn? Gain a complete understanding of malware, its behavior, and how to analyze it using static and dynamic techniques.? Reverse engineering malware to understand its code and functionality.? Identifying and tracking malware campaigns to attribute threat actors.? Identify and counter advanced evasion techniques while utilizing threat intelligence to enhance defense and detection strategies.? Detecting and mitigating evasion techniques used by advanced malware.? Developing custom detections and improving incident response strategies.Who this book is forThis book is tailored for cybersecurity professionals, malware analysts, students, and incident response teams. Before reading this book, readers should have a basic understanding of operating systems, networking concepts, any scripting language, and cybersecurity fundamentals.Table of Contents1. Understanding the Cyber Threat Landscape2. Fundamentals of Malware Analysis3. Introduction to Threat Intelligence4. Static Analysis Techniques5. Dynamic Analysis Techniques6. Advanced Reverse Engineering7. Gathering and Analysing Threat Intelligence8. Indicators of Compromise9. Malware Campaign Analysis10. Advanced Anti-malware Techniques11. Incident Response and Remediation12. Future Trends in Advanced Malware Analysis and IntelligenceAPPENDIX: Tools and Resources Nombre d'accès : Illimité En ligne : https://neoma-bs.idm.oclc.org/login?url=https://www.scholarvox.com/book/88967982 Permalink : https://cataloguelibrary.neoma-bs.fr/index.php?lvl=notice_display&id=601724 Architecting ASP.NET Core Applications : ASP.NET Core backend with C# 13 and .NET 9 (English Edition) / Dario BENEVENTO / BPB Publications (2025)
![]()
Titre : Architecting ASP.NET Core Applications : ASP.NET Core backend with C# 13 and .NET 9 (English Edition) Type de document : e-book Auteurs : Dario BENEVENTO Editeur : BPB Publications Année de publication : 2025 ISBN/ISSN/EAN : 9789365899917 Note générale : copyrighted Langues : Anglais (eng) Résumé : DescriptionArchitecting ASP.NET Core Applications aims to be a reference guide for building modern, reliable, and scalable web applications. This book guides you from foundational concepts to advanced techniques, ensuring a solid understanding of ASP.NET Core's architecture and capabilities.This book provides a practical guide to mastering ASP.NET Core, from fundamental design principles like SOLID to advanced concepts such as modular architecture, SignalR for real-time communication, and deploying with Docker and Kubernetes. It explains when and how to apply these techniques, offering hands-on examples with repositories for solving real-world challenges. Readers will learn key topics like RESTful API design, Clean Architecture, Domain-Driven Design, Hexagonal Architecture, routing, middleware, CQRS, and modular monoliths. The book also covers Blazor for frontend development, Entity Framework Core for data access, automated testing, security, debugging, and performance tuning, ensuring well-rounded expertise in ASP.NET Core development.By the end of this book, you will be equipped to design and implement sophisticated ASP.NET Core applications, confidently applying architectural principles, best practices, and advanced techniques to build high-quality web solutions.What you will learn? Design scalable and maintainable applications using popular principles like SOLID, DRY, and KISS.? Understand the architecture of systems and how to apply these principles in real life.? Implement secure, high-performance APIs and advanced deployment techniques.? Use Docker and Kubernetes for modern systems.? Solve real-world business problems with practical coding examples.? Build modular architectures with real-time communication using SignalR.Who this book is forThis book is for developers and aspiring architects with a basic understanding of C# and ASP.NET Core. Additionally, software design professionals will find this book to be a refresher on contemporary backend development practices.Table of Contents1. Introduction to ASP.NET Core2. Basics of ASP.NET Core3. Architectures and Core Components4. Designing RESTful APIs5. Implementing Routing in ASP.NET Core6. Middleware and Extensibility7. Architectural Principles8. GoF Design Patterns9. CQRS in Architecture10. Modular Monolith11. SignalR in Real-time Web Applications12. Automated Testing13. Security in ASP.NET Core14. Securing Web Applications Effectively15. Error Handling16. Containerization for Seamless Deployment17. Building Responsive User Interfaces with Blazor18. Advanced User Interfaces with Blazor19. Debugging, Testing, and Performance Tuning Nombre d'accès : Illimité En ligne : https://neoma-bs.idm.oclc.org/login?url=https://www.scholarvox.com/book/88969216 Permalink : https://cataloguelibrary.neoma-bs.fr/index.php?lvl=notice_display&id=607951 Argo CD and Argo Workflows on Kubernetes : GitOps, workflow automation, and progressive delivery with Argo Rollouts (English Edition) / Md Nahidul KIBRIA / BPB Publications (2025)
![]()
Titre : Argo CD and Argo Workflows on Kubernetes : GitOps, workflow automation, and progressive delivery with Argo Rollouts (English Edition) Type de document : e-book Auteurs : Md Nahidul KIBRIA Editeur : BPB Publications Année de publication : 2025 ISBN/ISSN/EAN : 9789365899610 Note générale : copyrighted Langues : Anglais (eng) Résumé : DescriptionGit is a widely used version-control system in software development, essential for managing infrastructure as code (IaC), where code defines infrastructure. Kubernetes enhances IaC with GitOps, using Git as the single source of truth for managing operations. The Argo Family offers cloud-native tools designed to simplify the management of jobs and applications on Kubernetes, seamlessly integrating with the GitOps framework.This book begins with a quick start on setting up Argo Projects in a local cluster, followed by an in-depth look at concepts and architecture. Readers will then explore production readiness, security considerations, and team-specific needs, such as user access with single sign-on, declarative configuration changes, observability, and disaster recovery. Once familiar with a production-ready setup, the book deliberates on integrating Argo Workflow, Argo Events, and Argo Rollouts, highlighting their combined capabilities. Finally, the book compares Argo with alternative tools, helping readers assess and choose the best options for their needs.By the end of the book, readers will have a solid understanding of GitOps fundamentals, Kubernetes integration, and advanced deployment strategies. Covering the entire Argo ecosystem with Argo CD, Argo Workflows, Argo Rollouts, and Argo Events. This guide will help readers utilize the full potential of these powerful tools, transforming how they manage and deliver applications in their organizations.Key Features? This book provides an in-depth look at many popular projects within the Argo Family and explains how these tools work together to facilitate cloud-native application delivery.? Learn about high availability setups, security practices, monitoring, and disaster recovery to build scalable, secure Argo-based solutions.? Start with GitOps and Kubernetes basics, advance to deployment strategies, and apply concepts with minikube for hands-on experimentation.What you will learn? Automate deployment processes with Argo CD.? Deploy new features and software versions confidently with Rollouts.? Leverage cloud-native workflows to automate daily tasks in familiar Kubernetes environments.? Collaborate seamlessly across teams using Argo Projects' robust capabilities, such as Argo CD Notifications and Argo Events.? Use Argo tools like Argo Rollouts to identify and resolve issues quickly.? Stay up-to-date with the latest DevOps trends and technologies.Who this book is forThe target audience for this book includes developers, DevOps engineers, platform engineers, and individuals in leadership roles or senior architects who want to learn about cloud-native technologies and Argo Projects.Table of Contents1. About Argo Project2. Understanding Argo CD3. Running Argo CD in Production4. Argo CD Security Consideration5. Working with Argo Workflows6. Argo Workflows in Production7. Getting Started with Argo Events8. Getting Started with Argo Rollouts9. Understanding Argo Rollouts10. Combining Argo Events, Workflows, Pipelines, CD, and Rollouts11. Choosing Continuous Delivery Strategy Nombre d'accès : Illimité En ligne : https://neoma-bs.idm.oclc.org/login?url=https://www.scholarvox.com/book/88967981 Permalink : https://cataloguelibrary.neoma-bs.fr/index.php?lvl=notice_display&id=601723 Azure Networking : Understand key concepts and design secure Cloud networking architectures (English Edition) / Jose MORENO / BPB Publications (2025)
![]()
Titre : Azure Networking : Understand key concepts and design secure Cloud networking architectures (English Edition) Type de document : e-book Auteurs : Jose MORENO Editeur : BPB Publications Année de publication : 2025 ISBN/ISSN/EAN : 9789365897395 Note générale : copyrighted Langues : Anglais (eng) Résumé : DescriptionIn the ever-evolving landscape of Cloud technology, every project demands a robust, high-performance, scalable and secure foundation. Whether you're deploying traditional Virtual Machines or pioneering modern Artificial Intelligence solutions, a well designed Azure Networking infrastructure is critical for success.This book simplifies complex concepts, empowering you to architect reliable and efficient network solutions within the Azure cloud. It takes you from the fundamentals of Azure networking, including VNets, NSGs, and hub-and-spoke models, to advanced topics like Virtual WAN, ExpressRoute, and SD-WAN integration using Route Server. It meticulously covers essential design considerations, security best practices with Azure Firewall, service tags, AVNM security rules and ZTNA, and explores multi-cloud strategies. You will learn how to implement effective DNS with Private Resolver and PaaS networking using Private Link, and master application delivery with load balancing and Front Door. Furthermore, this book equips you with the knowledge to utilize Azure's monitoring tools like Network Watcher and traffic analytics, and prepares you to manage and troubleshoot complex networks effectively.By the end of this book, you will possess the practical skills and in-depth knowledge to confidently design, deploy, and manage Azure networks, positioning yourself as a proficient Azure networking professional.What you will learn? Connect your on-site networks to Azure using ExpressRoute and VPN.? Set up secure Azure networks with firewalls and network security rules.? Build faster, reliable cloud networks with SD-WAN and Virtual WAN.? Make your apps work better with Azure's application delivery tools.? Discover the benefits and caveats of different topologies.? Keep your cloud data safe and secure your Azure footprint with network security.? Monitor your Azure network to spot and fix problems quickly.? Implementing Azure VNets and NSGs for advanced cloud network architecture and security.Who this book is forThis book is for network architects and engineers familiar with on-premises networking products and protocols. It also benefits cloud architects who understand Azure constructs and want to specialize in its networking capabilities. Table of Contents1. Introduction2. Azure Networking Fundamentals3. Before the Whiteboard, Requirements4. Network Topology5. Connectivity to On-premises6. Software-defined Wide Area Networking in Azure7. Multicloud Networking8. Security9. DNS and Platform as a Service10. Application Delivery11. Management and Monitoring Nombre d'accès : Illimité En ligne : https://neoma-bs.idm.oclc.org/login?url=https://www.scholarvox.com/book/88969196 Permalink : https://cataloguelibrary.neoma-bs.fr/index.php?lvl=notice_display&id=607931 Backend Software Architecture using Golang : Microservices, distributed systems, and cloud-native technologies (English Edition) / Bharat CHANDRA BADDEPUDI / BPB Publications (2025)
![]()
Titre : Backend Software Architecture using Golang : Microservices, distributed systems, and cloud-native technologies (English Edition) Type de document : e-book Auteurs : Bharat CHANDRA BADDEPUDI Editeur : BPB Publications Année de publication : 2025 ISBN/ISSN/EAN : 9789365893557 Note générale : copyrighted Langues : Anglais (eng) Résumé : DescriptionAs AI-driven systems evolve, robust backends are vital for managing large-scale data. This book explores backend As AI-driven systems evolve, robust backends are vital for managing large-scale data. This book explores backend principles, focusing on Go (Golang) for scalable, cloud-native development. It highlights Go’s readability, concurrency, and open-source support. Step-by-step guidance, design patterns, and examples help developers and architects create resilient systems for modern software applications.It starts with the basics of backend development, covering programming, databases, APIs, and cloud services. You will learn Go fundamentals like data structures, packages, and testing, followed by using frameworks like Gin and Echo for web servers. It introduces microservices, Docker, Kubernetes, and concepts like concurrency and fault tolerance. You will explore inter-service communication (REST, gRPC, GraphQL), data modeling with relational and NoSQL databases, and scalability. The book also dives into CI/CD, cloud deployment, monitoring, security best practices, and strategies for maintaining backend systems efficiently.By mastering the concepts and practices covered in this book, you will be well-equipped to design, develop, and deploy secure, scalable, and maintainable backend systems using Golang. You will gain the confidence to tackle complex backend challenges and contribute to the development of high-performance applications.Key Features? This book provides a 360-degree view of various aspects needed for design, development, and deployment of enterprise backend software systems.? Hands-on Go programming skills, focusing on best practices for real-world applications.? Insights into modern architectural styles like microservices for scalable systems.What you will learn? Core Go language constructs and concurrency patterns for efficient programming.? Building high-performance web servers using popular Go frameworks.? Designing microservices and orchestrating containers with Kubernetes for scalability.? Creating secure and scalable APIs with RESTful, gRPC, and GraphQL.? Best practices for CI/CD pipelines and robust backend system optimization.? Use industry standard techniques that can instill confidence in stakeholders as well as users/customers.Who this book is forThis book is for beginners in computer science, those preparing for competitive exams and interviews, seasoned engineers, and software professionals seeking insights into designing, building, and maintaining large-scale backend systems.Table of Contents1. Backend Systems Components2. Golang Overview3. Web Frameworks 4. Microservices5. Distributed Systems Overview6. Cross Service APIs7. Data Modeling8. Scalability, Availability and Other-ilities9. Containerization10. Code, CI/CD and Cloud11. Securing Your Server12. Upgrades and Maintenance13. Summary and Conclusion Nombre d'accès : Illimité En ligne : https://neoma-bs.idm.oclc.org/login?url=https://www.scholarvox.com/book/88967985 Permalink : https://cataloguelibrary.neoma-bs.fr/index.php?lvl=notice_display&id=603234 Building and Deploying WebAssembly Apps : Building secure, portable, and optimized web applications with WebAssembly (English Edition) / Peter SALOMONSEN / BPB Publications (2025)
PermalinkBuilding Decentralized Blockchain Applications - 2nd Edition : Learn how to use blockchain as the foundation for Next-Gen Apps (English Edition) / Shahid SHAIKH / BPB Publications (2025)
PermalinkBuilding Generative AI Applications with Open-source Libraries : Practical guide to implementing large language models (English Edition) / Srikannan BALAKRISHNAN / BPB Publications (2025)
PermalinkBuilding Interactive Worlds : Designing immersive experiences for games, XR, and the metaverse (English Edition) / Apurva SHAH / BPB Publications (2025)
PermalinkBuilding LLMs with PyTorch : A step-by-step guide to building advanced AI models with PyTorch (English Edition) / Anand TRIVEDI / BPB Publications (2025)
PermalinkCCISO Exam Guide and Security Leadership Essentials : Essential strategies for today's security leaders (English Edition) / Dr. Gopi THANGAVEL / BPB Publications (2025)
PermalinkChaos Engineering with Python : Python-powered techniques for building resilient systems through chaos engineering (English Edition) / Mandeep UBHI / BPB Publications (2025)
PermalinkCloud Computing for Everyone : Understanding principles, architecture, security, data, and green practices (English Edition) / Rohit AGARWAL / BPB Publications (2025)
PermalinkCloud Security for Beginners : Exploring the foundations (English Edition) / Sasa KOVACEVIC / BPB Publications (2025)
PermalinkComprehensive Java Programming : Building robust applications using core and advanced Java concepts (English Edition) / Dr. Saloni BHUSHAN / BPB Publications (2025)
Permalink

-
59 Rue Taittinger, 51100 Reims
-
00 33 (0)3 26 77 46 15
-
Library Campus Reims
-
1 Rue du Maréchal Juin, BP 215
76825 Mont Saint Aignan cedex -
00 33 (0)2 32 82 58 26
-