Publisher: Packt Publishing
Dale Green , Anil Achary, Kurt Guntheroth...
C++ is the backbone of many games, GUI-based applications, and operating systems. Learning C++ effectively is more than a matter of simply reading through theory, as the real challenge is understanding the fundamentals in depth and being able to use them in the real world. If you're looking to learn C++ programming efficiently, this Workshop is a comprehensive guide that covers all the core features of C++ and how to apply them. It will help you take the next big step toward writing efficient, reliable C++ programs.The C++ Workshop begins by explaining the basic structure of a C++ application, showing you how to write and run your first program to understand data types, operators, variables and the flow of control structures. You'll also see how to make smarter decisions when it comes to using storage space by declaring dynamic variables during program runtime.Moving ahead, you'll use object-oriented programming (OOP) techniques such as inheritance, polymorphism, and class hierarchies to make your code structure organized and efficient. Finally, you'll use the C++ standard library?s built-in functions and templates to speed up different programming tasks.By the end of this C++ book, you will have the knowledge and skills to confidently tackle your own ambitious projects and advance your career as a C++ developer.
Dr. Quentin Gallea, Pr. Karim R. Lakhani
In a world dominated by data and correlations, making good decisions requires understanding what truly causes what. The Causal Mindset Handbook is a clear, non-technical guide to causal reasoning and causal inference, designed to help readers think more clearly about cause and effect. Rather than focusing on complex statistics, the book introduces intuitive concepts and visual tools, such as causal graphs and counterfactual thinking, to evaluate claims, measure impact, and avoid common reasoning traps. Readers learn how causal inference differs from predictive models, and why correlation alone is not enough for sound decision-making. Drawing on real-world case studies from business, policy, and everyday life, the book shows how causal thinking works when perfect experiments are not possible. Designed for managers, analysts, policymakers, and curious professionals, it combines hands-on exercises with access to an interactive companion app, enabling readers to practice evidence-based decision-making with confidence.Foreword by Pr. Karim R. Lakhani, Harvard Business School, Digital Data Design Institute at Harvard, Laboratory for Innovation Science at Harvard.
Jarrod Anderson, Jeff Winter
Chief Artificial Intelligence Officers (CAIOs) are now imperative for businesses, enabling organizations to achieve strategic goals and unlock transformative opportunities through the power of AI. By building intelligent systems, training models to drive impactful decisions, and creating innovative applications, they empower organizations to thrive in an AI-driven world. Written by Jarrod Anderson, Chief AI Officer at SYRV.AI, this book bridges the gap between visionary leadership and practical execution.This handbook reimagines AI leadership for today’s fast-paced environment, leveraging predictive, deterministic, generative, and agentic AI to address complex challenges and foster innovation. It provides CAIOs with the strategies to develop transformative AI initiatives, build and lead elite teams, and adopt AI responsibly while maintaining compliance. From shaping impactful solutions to achieving measurable business outcomes, this guide offers a roadmap for making AI your organization’s competitive edge.By the end of this book, you’ll have the knowledge and tools to excel as a Chief AI Officer, driving innovation, strategic growth, and lasting success for your organization.
Joseph Fahey , Thomas Haratyk , Scott...
The Clojure Workshop is a step-by-step guide to Clojure and ClojureScript, designed to quickly get you up and running as a confident, knowledgeable developer. Because of the functional nature of the language, Clojure programming is quite different to what many developers will have experienced. As hosted languages, Clojure and ClojureScript can also be daunting for newcomers because of complexities in the tooling and the challenge of interacting with the host platforms. To help you overcome these barriers, this book adopts a practical approach. Every chapter is centered around building something.As you progress through the book, you will progressively develop the 'muscle memory' that will make you a productive Clojure programmer, and help you see the world through the concepts of functional programming. You will also gain familiarity with common idioms and patterns, as well as exposure to some of the most widely used libraries. Unlike many Clojure books, this Workshop will include significant coverage of both Clojure and ClojureScript. This makes it useful no matter your goal or preferred platform, and provides a fresh perspective on the hosted nature of the language.By the end of this book, you'll have the knowledge, skills and confidence to creatively tackle your own ambitious projects with Clojure and ClojureScript.
Divit Gupta, Rohit Rahi
As the need for digital transformation and remote work surges, so does the demand for cloud computing. However, the complexity of cloud architecture and the abundance of vendors and tools can be overwhelming for businesses. This book addresses the need for skilled professionals capable of designing, building, and managing scalable and resilient cloud systems to navigate the complex landscape of cloud computing through practical tips and strategies.This comprehensive cloud computing guide offers the expertise and best practices for evaluating different cloud vendors and tools. The first part will help you gain a thorough understanding of cloud computing basics before delving deeper into cloud architecture, its design, and implementation. Armed with this expert insight, you'll be able to avoid costly mistakes, ensure that your cloud systems are secure and compliant, and build cloud systems that can adapt and grow with the business.By the end of this book, you’ll be proficient in leveraging different vendors and tools to build robust and secure cloud systems to achieve specific goals and meet business requirements.
Thiago Maior
Modern software delivery demands speed, reliability, and scalability, and cloud DevOps engineering makes it possible. The Cloud DevOps Engineer’s Guide is a practical, hands-on DevOps guide for building production-grade workflows using modern cloud-native tools and platforms. Starting with core DevOps and cloud concepts, this book helps you set up your workstation, master Git and Docker, and provision infrastructure using Terraform. You’ll build complete CI/CD pipelines with GitHub Actions, automate cloud deployments, and orchestrate containerized applications with Kubernetes and Helm. As you progress, you’ll implement DevSecOps practices, integrate monitoring, logging, and observability, and secure cloud environments using IAM, secrets management, and network controls. Advanced chapters cover reliability engineering, cost optimization, GitOps, FinOps, platform engineering, and AIOps. Packed with hands-on labs, real-world workflows, and automation-driven examples, this cloud DevOps engineer guide prepares you to run modern cloud systems with confidence and grow your career in an AI-powered cloud era.
Eric Lam, Pathik Sharma, Bruce Warner
Google Cloud Platform offers significant scalability, but managing costs effectively is critical to realizing its value. The Cloud FinOps Playbook for Google Cloud is a practical guide to managing cloud spend and driving financial accountability on GCP.Written for cloud architects, FinOps professionals, and platform engineers, this book connects core FinOps principles to the GCP ecosystem. You'll start with the foundations of cloud economics and GCP's billing structure, then build skills in cost allocation, budget management, usage monitoring with BigQuery and Looker Studio, and savings identification using the Google Cloud FinOps Hub.The book also covers the dual role of AI in FinOps, that is, using AI for FinOps through agentic cost management, and applying FinOps for AI by establishing cost governance over AI workloads. You'll build automation for reporting and forecasting, implement quota guardrails, and drive financial accountability across engineering, finance, and operations teams.By the end of this book, you'll be equipped to build a mature, automated, and collaborative FinOps practice on Google Cloud.
Anghel Leonard
Java is one of the most sought-after programming languages in the job market, but cracking the coding interview in this challenging economy might not be easy. This comprehensive guide will help you to tackle various challenges faced in a coding job interview and avoid common interview mistakes, and will ultimately guide you toward landing your job as a Java developer.This book contains two crucial elements of coding interviews - a brief section that will take you through non-technical interview questions, while the more comprehensive part covers over 200 coding interview problems along with their hands-on solutions. This book will help you to develop skills in data structures and algorithms, which technical interviewers look for in a candidate, by solving various problems based on these topics covering a wide range of concepts such as arrays, strings, maps, linked lists, sorting, and searching. You'll find out how to approach a coding interview problem in a structured way that produces faster results. Toward the final chapters, you'll learn to solve tricky questions about concurrency, functional programming, and system scalability.By the end of this book, you'll have learned how to solve Java coding problems commonly used in interviews, and will have developed the confidence to secure your Java-centric dream job.