Get what you want, when you want it, in liveBook!
Manning's innovative online reader
view your library More information on liveBook Submit feedbackbestsellers
just updated
just published
all liveBooks
categories
liveAudio
Solve design, planning, and control problems using modern AI techniques.
- The core concepts of search and optimization
- Deterministic and stochastic optimization techniques
- Graph search algorithms
- Trajectory-based optimization algorithms
- Evolutionary computing algorithms
- Swarm intelligence algorithms
- Machine learning methods for search and optimization problems
- Efficient trade-offs between search space exploration and exploitation
- State-of-the-art Python libraries for search and optimization
Inside this comprehensive guide, you’ll find a wide range of optimization methods, from deterministic search algorithms to stochastic derivative-free metaheuristic algorithms and machine learning methods. Don’t worry—there’s no complex mathematical notation. You’ll learn through in-depth case studies that cut through academic complexity to demonstrate how each algorithm works in the real world. Plus, get hands-on experience with practical exercises to optimize and scale the performance of each algorithm.
Learn how generative AI works by building your very own models that can write coherent text, create realistic images, and even make lifelike music.
- A simple English-to-French translator
- A text-generating model as powerful as GPT-2
- A diffusion model that produces realistic flower images
- Music generators using GANs and Transformers
- An image style transfer model
- A zero-shot know-it-all agent
The generative AI projects you create use the same underlying techniques and technologies as full-scale models like GPT-4 and Stable Diffusion. You don’t need to be a machine learning expert—you can get started with just some basic Python programming skills.
Design patterns and architectures for building production quality applications using functional programming.
- Designing production applications in statically typed functional languages such as Haskell
- Controlling code complexity with functional interfaces
- Architectures, subsystems, and services for functional languages
- Developing concurrent frameworks and multithreaded applications
- Domain-driven design using free monads and other functional tools
- Property-based, integrational, functional, unit, and automatic whitebox testing
Functional Design and Architecture lays out a comprehensive and complete approach to software design that utilizes the powerful and fascinating ideas of functional programming. Its examples are in Haskell, but its universal principles can be put into practice with any functional programming language. Inside, you’ll find cutting-edge functional design principles and practices for every stage of application development, from architecting your application through to running simple and maintainable tests.
Journey through the theory and practice of modern deep learning, and apply innovative techniques to solve everyday data problems.
- Implement deep learning with PyTorch
- Select the right deep learning components
- Train and evaluate a deep learning model
- Fine tune deep learning models to maximize performance
- Understand deep learning terminology
- Adapt existing PyTorch code to solve new problems
Inside Deep Learning is an accessible guide to implementing deep learning with the PyTorch framework. It demystifies complex deep learning concepts and teaches you to understand the vocabulary of deep learning so you can keep pace in a rapidly evolving field. No detail is skipped—you’ll dive into math, theory, and practical applications. Everything is clearly explained in plain English.
AI doesn’t have to be a black box.
- Why AI models are hard to interpret
- Interpreting white box models such as linear regression, decision trees, and generalized additive models
- Partial dependence plots, LIME, SHAP and Anchors, and other techniques such as saliency mapping, network dissection, and representational learning
- What fairness is and how to mitigate bias in AI systems
- Implement robust AI systems that are GDPR-compliant
Interpretable AI opens up the black box of your AI models. It teaches cutting-edge techniques and best practices that can make even complex AI systems interpretable. Each method is easy to implement with just Python and open source libraries. You’ll learn to identify when you can utilize models that are inherently transparent, and how to mitigate opacity when your problem demands the power of a hard-to-interpret deep learning model.
All the mistakes you might make with SQL Server—and how to avoid them!
100 SQL Server Mistakes and How to Avoid Them prepares you for the pitfalls database professionals often encounter—from administration to development, availability, and security.
- Development errors when writing T-SQL
- Installation and administration mistakes
- Optimization missteps
- Common pitfalls relating to high availability and disaster recovery (HA/DR)
- Security oversights that can endanger your data
100 SQL Server Mistakes and How to Avoid Them doesn't focus on the "happy path"—instead, it covers all the errors and problems you might face as a SQL Server developer or administrator. Each chapter is filled with real-world issues drawn from author Peter A. Carter’s two-decade-long career in SQL Server. Peter's seasoned advice helps dispel myths, debunk misconceptions, and set you on the right road.
Concurrency doesn’t need to be confusing.
- Implement effective concurrency for more responsive, higher performing, scalable software
- Avoid common concurrency problems such as deadlocks and race conditions
- Manage concurrency using goroutines, mutexes, readers-writer locks, and more
- Identify concurrency patterns such as pipelining, worker pools, and message passing
- Discover advantages, limits, and properties of parallel computing
- Improve your Go coding skills with advanced multithreading topics
Concurrent programming allows multiple tasks to execute and interact simultaneously, speeding up performance and reducing user wait time. In Learn Concurrent Programming with Go, you’ll discover universal principles of concurrency, along with how to use them for a performance boost in your Go applications. Expert author James Cutajar starts with the basics of modeling concurrency in your programs, demonstrates differences between message passing and memory sharing, and even introduces advanced topics such as atomic variables and futexes.
Time to take an adventure with friends! Team up with Erik and Simon to learn Python the easy way.
- Installing Python
- Working with files
- Creating text-based dialogs and menus
- Using if/then, loops, lists, dictionaries, and input/output
- Building web applications
- Making your web apps look super professional
It’s fun to learn with friends! In A Pythonic Adventure you’ll meet Erik and Simon, two brothers who are just beginning their Python journey. Join them as they chat about the language, learn the basics, and build some cool programs. The book’s dialogue helps young programmers understand complex concepts much more easily. It's the perfect way for young programmers (and their parents) to get started.
There’s no boring lessons or dull exercises in this adventure. You’ll follow Erik and Simon’s questions and mistakes, discover how to write programs with a team, and get a chance to create applications you can use in your daily life. By the time they’re done reading, young learners will not only know how to write code, they’ll know how to think about problems like professional developers. All code in this book runs on Mac, Windows, Linux, and Raspberry Pi.
Follow real-world API projects from concept to production, and learn hands-on how to describe and design APIs using OpenAPI.
- Understand OpenAPI syntax and structure
- Use Swagger and other tooling to create OpenAPI definitions
- Design authentication and authorization
- Turn an OpenAPI description into online documentation
- Automate processes and generating code
- Iterate an API design with user stories
- Build a frontend against a mock server
- Generate backend code with Swagger Codegen
- Versioning an API and dodging breaking changes
- Work with cross-functional teams
Simplify data science infrastructure to give data scientists an efficient path from prototype to production.
- Design data science infrastructure that boosts productivity
- Handle compute and orchestration in the cloud
- Deploy machine learning to production
- Monitor and manage performance and results
- Combine cloud-based tools into a cohesive data science environment
- Develop reproducible data science projects using Metaflow, Conda, and Docker
- Architect complex applications for multiple teams and large datasets
- Customize and grow data science infrastructure
Effective Data Science Infrastructure: How to make data scientists more productive is a hands-on guide to assembling infrastructure for data science and machine learning applications. It reveals the processes used at Netflix and other data-driven companies to manage their cutting edge data infrastructure. In it, you’ll master scalable techniques for data storage, computation, experiment tracking, and orchestration that are relevant to companies of all shapes and sizes. You’ll learn how you can make data scientists more productive with your existing cloud infrastructure, a stack of open source software, and idiomatic Python.
The author is donating proceeds from this book to charities that support women and underrepresented groups in data science.
Go beyond the basics with Spring Boot! This practical guide presents dozens of relevant scenarios in a convenient problem-solution-discussion format.
- Spring Boot’s features from an expert’s perspective
- Configuring, logging, and monitoring Spring Boot applications
- Effective methods for database communication
- Utilizing Spring Security and securing your Spring application in production
- Designing and developing microservices and RESTful APIs with Spring Boot
- Microservice versioning, documentation, and security
- Reactive application development and reactive data access with WebSocket and RSocket
- Deploying Spring Boot applications on Kubernetes and major cloud platforms
- Implementing containerization in a Spring Boot application
- Using Spring Boot with Kotlin and GraalVM
Spring Boot in Practice is full of practical recipes for common development problems in Spring Boot. Author Somnath Musib has spent years building applications with Spring, and he shares that extensive experience in this focused guide. You’ll master techniques for using Spring Data, Spring Security, and other Spring-centric solutions. Learn how to work with Spring Boot and Kotlin, handling connections for multiple platforms, and how Spring Boot can simplify building microservices and APIs. Each recipe is built around a real-world problem, complete with a full solution and thoughtful discussion.
The system design interview is one of the hardest challenges you’ll face in the software engineering hiring process.
- Scaling applications to support heavy traffic
- Distributed transactions techniques to ensure data consistency
- Services for functional partitioning such as API gateway and service mesh
- Common API paradigms including REST, RPC, and GraphQL
- Caching strategies, including their tradeoffs
- Logging, monitoring, and alerting concepts that are critical in any system design
- Communication skills that demonstrate your engineering maturity
Don’t be daunted by the complex, open-ended nature of system design interviews! In this in-depth guide, author Zhiyong Tan shares what he’s learned on both sides of the interview table. You’ll dive deep into the common technical topics that arise during interviews and learn how to apply them to mentally perfect different kinds of systems.
Secure your ASP.
- Understand and recognize common web app attacks
- Implement attack countermeasures
- Use testing and scanning tools and libraries
- Activate built-in browser security features from ASP.NET
- Take advantage of .NET and ASP.NET Core security APIs
- Manage passwords to minimize damage from a data leak
- Securely store application secrets
ASP.NET Core Security teaches you the skills and countermeasures you need to keep your ASP.NET Core apps secure from the most common web application attacks. With this collection of practical techniques, you will be able to anticipate risks and introduce practices like testing as regular security checkups. You’ll be fascinated as the author explores real-world security breaches, including rogue Firefox extensions and Adobe password thefts. The examples present universal security best practices with a sharp focus on the unique needs of ASP.NET Core applications.
If you work with SQL Server, dbatools is a lifesaver.
- Perform instance-to-instance and customized migrations
- Automate security audits, tempdb configuration, alerting, and reporting
- Schedule and monitor PowerShell tasks in SQL Server Agent
- Bulk-import any type of data into SQL Server
- Install dbatools in secure environments
Written by a group of expert authors including dbatools creator Chrissy LeMaire, Learn dbatools in a Month of Lunches teaches you techniques that will make you more effective—and efficient—than you ever thought possible. In twenty-eight lunchbreak lessons, you’ll learn the most important use cases of dbatools and the favorite functions of its core developers. Stabilize and standardize your SQL server environment, and simplify your tasks by building automation, alerting, and reporting with this powerful tool.
Massive modern datasets make traditional data structures and algorithms grind to a halt.
- Probabilistic sketching data structures for practical problems
- Choosing the right database engine for your application
- Evaluating and designing efficient on-disk data structures and algorithms
- Understanding the algorithmic trade-offs involved in massive-scale systems
- Deriving basic statistics from streaming data
- Correctly sampling streaming data
- Computing percentiles with limited space resources
Algorithms and Data Structures for Massive Datasets reveals a toolbox of new methods that are perfect for handling modern big data applications. You’ll explore the novel data structures and algorithms that underpin Google, Facebook, and other enterprise applications that work with truly massive amounts of data. These effective techniques can be applied to any discipline, from finance to text analysis. Graphics, illustrations, and hands-on industry examples make complex ideas practical to implement in your projects—and there’s no mathematical proofs to puzzle over. Work through this one-of-a-kind guide, and you’ll find the sweet spot of saving space without sacrificing your data’s accuracy.
Speed up your testing and deliver exceptional product quality with the power of AI tools.
- Spot opportunities to improve test quality with AI
- Construct test automation with the support of AI tools
- Formulate new ideas during exploratory testing using AI tools
- Use AI tools to aid the design process of new features
- Improve the testability of a context with the help of AI tools
- Maximize your output with prompt engineering
- Create custom LLMs for your business’s specific needs
Software Testing with Generative AI is full of hype-free advice for supporting your software testing with AI. In it, you’ll find strategies from bestselling author Mark Winteringham to generate synthetic testing data, implement automation, and even augment and improve your test design with AI.
Pragmatic methods for writing blogs, articles, and other technical pieces that stand out from the crowd!
Do you want to connect with your community, share your state-of-the-art achievements, and help your peers benefit from your hard-fought lessons learned? Do you want to get the kind of attention that expands your career? Master the art of writing engineering blog posts and articles! This comprehensive guide shows you how to create content your fellow developers will love to read and share.
- Pinpoint topics that make intriguing posts
- Apply popular blog post design patterns
- Rapidly plan, draft, and optimize blog posts
- Make your content clearer and more convincing to technical readers
- Tap AI for revision while avoiding misuses and abuses
- Increase the impact of all your technical communications
Whether you’re brand new to writing, or a seasoned hand who wants more attention for your work, Writing for Developers will help ensure your writing resonates with readers. This isn’t a generic writing guide—from start to finish, the book is laser-focused on technical topics, writers, and audiences. Authors Piotr Sarna and Cynthia Dunlop combine their differing perspectives as an engineer and professional writer to help you write compelling works. You’ll learn through detailed examples, methodical strategies, and a “punk rock DIY attitude!”
Includes a complimentary copy of Test Yourself On Build a Large Language Model (From Scratch)
Learn how to create, train, and tweak large language models (LLMs) by building one from the ground up!
Learn how to create, train, and tweak large language models (LLMs) by building one from the ground up!
In Build a Large Language Model (from Scratch) bestselling author Sebastian Raschka guides you step by step through creating your own LLM.
- Plan and code all the parts of an LLM
- Prepare a dataset suitable for LLM training
- Fine-tune LLMs for text classification and with your own data
- Use human feedback to ensure your LLM follows instructions
- Load pretrained weights into an LLM
Build a Large Language Model (from Scratch) takes you inside the AI black box to tinker with the internal systems that power generative AI. As you work through each key stage of LLM creation, you’ll develop an in-depth understanding of how LLMs work, their limitations, and their customization methods. Your LLM can be developed on an ordinary laptop, and used as your own personal assistant.
Generative AI tools like ChatGPT are amazing—but how will their use impact our society? This book introduces the world-transforming technology and the strategies you need to use generative AI safely and effectively.
- How large language models (LLMs) work
- How to integrate generative AI into your personal and professional workflows
- Balancing innovation and responsibility
- The social, legal, and policy landscape around generative AI
- Societal impacts of generative AI
- Where AI is going
Anyone who uses ChatGPT for even a few minutes can tell that it’s truly different from other chatbots or question-and-answer tools. Introduction to Generative AI guides you from that first eye-opening interaction to how these powerful tools can transform your personal and professional life. In it, you’ll get no-nonsense guidance on generative AI fundamentals to help you understand what these models are (and aren’t) capable of, and how you can use them to your greatest advantage.
Create LLM-powered autonomous agents and intelligent assistants tailored to your business and personal needs.
- Understand and implement AI agent behavior patterns
- Design and deploy production-ready intelligent agents
- Leverage the OpenAI Assistants API and complementary tools
- Implement robust knowledge management and memory systems
- Create self-improving agents with feedback loops
- Orchestrate collaborative multi-agent systems
- Enhance agents with speech and vision capabilities
You won't find toy examples or fragile assistants that require constant supervision. AI Agents in Action teaches you to build trustworthy AI capable of handling high-stakes negotiations. You'll master prompt engineering to create agents with distinct personas and profiles, and develop multi-agent collaborations that thrive in unpredictable environments. Beyond just learning a new technology, you'll discover a transformative approach to problem-solving.
Complete eight data science projects that lock in important real-world skills—along with a practical process you can use to learn any new technique quickly and efficiently.
- High-value skills to tackle specific analytical problems
- Deconstructing problems for faster, practical solutions
- Data modeling, PDF data extraction, and categorical data manipulation
- Handling vague metrics, deciphering inherited projects, and defining customer records
The Well-Grounded Data Analyst is for junior and early-career data analysts looking to supplement their foundational data skills with real-world problem solving. As you explore each project, you'll also master a proven process for quickly learning new skills developed by author and Half Stack Data Science podcast host David Asboth. You'll learn how to determine a minimum viable answer for your stakeholders, identify and obtain the data you need to deliver, and reliably present and iterate on your findings. The book can be read cover-to-cover or opened to the chapter most relevant to your current challenges.
Supercharge your applications with the ultimate guide to asynchronous and multithreaded programming in C#!
C# Concurrency teaches you how to write effective multithreaded and asynchronous software in C#. Practical techniques, real-world examples, and useful code samples cut through the confusion around async/await and help you write rapid, reliable, and bug-free code.
- Take full advantage of async/await
- Write bug-free multithreaded code every time
- Create multithreaded code that delivers real performance improvements
- Grok C# and .NET multithreading and asynchronous primitives
- Know when to use concurrency techniques—and when not to use them!
In C# Concurrency Nir Dobovizki, a seasoned C# veteran with over 30 years of high-performance programming experience, shares his deep knowledge and expert techniques. Say goodbye to frustrating pitfalls and impossible-to-find bugs that slow down your applications. Nir's careful approach will teach you how to navigate these challenges with ease, allowing you to achieve lightning-fast performance like never before!
Build resilient and scalable, cloud-native enterprise Java applications using the Quarkus framework.
- Use Quarkus Dev mode to speed up and enhance Java development
- Understand how to use the Dev UI to observe and troubleshoot running applications
- Automatic background testing using the Continuous Testing feature
- New frameworks and libraries such as Quarkus Messaging, gRPC, and GraphQL
- Simplify deployment of applications into Kubernetes and OpenShift
- Automatic management of remote services such as databases and message brokers via Docker containers
- Set up observability for applications by using metrics, health checks and distributed tracing
Quarkus in Action is written by Martin Štefanko and Jan Martiška, Red Hat engineers who are both active contributors to the Quarkus project. In it, you’ll learn how Quarkus works and how you can integrate it into your stack for more productive Java development. Discover what makes Quarkus different from classic enterprise Java frameworks, how Quarkus streamlines creating cloud-native applications, and makes deployment easy.
Learn how to put Large Language Model-based applications into production safely and efficiently.
- Grasp the fundamentals of LLMs and the technology behind them
- Evaluate when to use a premade LLM and when to build your own
- Efficiently scale up an ML platform to handle the needs of LLMs
- Train LLM foundation models and finetune an existing LLM
- Deploy LLMs to the cloud and edge devices using complex architectures like PEFT and LoRA
- Build applications leveraging the strengths of LLMs while mitigating their weaknesses
LLMs in Production delivers vital insights into delivering MLOps so you can easily and seamlessly guide one to production usage. Inside, you’ll find practical insights into everything from acquiring an LLM-suitable training dataset, building a platform, and compensating for their immense size. Plus, tips and tricks for prompt engineering, retraining and load testing, handling costs, and ensuring security.
Using Fortran, early and accurate forecasts for hurricanes and other major storms have saved thousands of lives.
Learn how to handle errors, inefficiencies, and outdated paradigms by exploring the most common mistakes you’ll find in production C++ code.
- Design solid classes
- Minimize resource allocation/deallocation issues
- Use new C++ features
- Identify the differences between compile and runtime issues
- Recognize C-style idioms that miss C++ functionality
- Use exceptions well
Learn how machine learning algorithms work from the ground up so you can effectively troubleshoot your models and improve their performance.
- Monte Carlo Stock Price Simulation
- Image Denoising using Mean-Field Variational Inference
- EM algorithm for Hidden Markov Models
- Imbalanced Learning, Active Learning and Ensemble Learning
- Bayesian Optimization for Hyperparameter Tuning
- Dirichlet Process K-Means for Clustering Applications
- Stock Clusters based on Inverse Covariance Estimation
- Energy Minimization using Simulated Annealing
- Image Search based on ResNet Convolutional Neural Network
- Anomaly Detection in Time-Series using Variational Autoencoders
Machine Learning Algorithms in Depth dives into the design and underlying principles of some of the most exciting machine learning (ML) algorithms in the world today. With a particular emphasis on probabilistic algorithms, you’ll learn the fundamentals of Bayesian inference and deep learning. You’ll also explore the core data structures and algorithmic paradigms for machine learning. Each algorithm is fully explored with both math and practical implementations so you can see how they work and how they’re put into action.
Apply cutting-edge machine learning techniques—from crowdsourced relevance and knowledge graph learning, to Large Language Models (LLMs)—to enhance the accuracy and relevance of your search results.
- Semantic search using dense vector embeddings from foundation models
- Retrieval augmented generation (RAG)
- Question answering and summarization combining search and LLMs
- Fine-tuning transformer-based LLMs
- Personalized search based on user signals and vector embeddings
- Collecting user behavioral signals and building signals boosting models
- Semantic knowledge graphs for domain-specific learning
- Semantic query parsing, query-sense disambiguation, and query intent classification
- Implementing machine-learned ranking models (Learning to Rank)
- Building click models to automate machine-learned ranking
- Generative search, hybrid search, multimodal search, and the search frontier
AI-Powered Search will help you build the kind of highly intelligent search applications demanded by modern users. Whether you’re enhancing your existing search engine or building from scratch, you’ll learn how to deliver an AI-powered service that can continuously learn from every content update, user interaction, and the hidden semantic relationships in your content. You’ll learn both how to enhance your AI systems with search and how to integrate large language models (LLMs) and other foundation models to massively accelerate the capabilities of your search technology.
An all-practical guide to the cryptography behind common tools and protocols that will help you make excellent security choices for your systems and applications.
- Best practices for using cryptography
- Diagrams and explanations of cryptographic algorithms
- Implementing digital signatures and zero-knowledge proofs
- Specialized hardware for attacks and highly adversarial environments
- Identifying and fixing bad practices
- Choosing the right cryptographic tool for any problem
Real-World Cryptography reveals the cryptographic techniques that drive the security of web APIs, registering and logging in users, and even the blockchain. You’ll learn how these techniques power modern security, and how to apply them to your own projects. Alongside modern methods, the book also anticipates the future of cryptography, diving into emerging and cutting-edge advances such as cryptocurrencies, and post-quantum cryptography. All techniques are fully illustrated with diagrams and examples so you can easily see how to put them into practice.
Contract testing is a simple, reliable way to make sure that each service and API plays nice with other components so you can deploy independently and safely.
- The core concepts and practices of contract testing
- Testing microservices with Pact
- Consumer-driven and bi-directional testing
- Building a contract testing framework
- Converting API integration tests to contract tests
Contract Testing in Action introduces the practice of contract testing through engaging hands-on examples. You’ll learn how to introduce contract tests for multiple different types of communication, from REST APIs to event-driven architecture. By the end of this practical guide, you’ll be comfortable with advanced contract testing concepts like can-i-deploy, provider states, and webhooks. You’ll even get tips on how to introduce contract testing to your team and other business stakeholders.
Follow the clues, track down the bad actors trying to access your systems, and uncover the chain of evidence left by even the most careful adversary.
- Design and implement a cyber threat hunting framework
- Think like your adversaries
- Conduct threat hunting expeditions
- Streamline how you work with other cyber security teams
- Structure threat hunting expeditions without losing track of activities and clues
- Use statistics and machine learning techniques to hunt for threats
Organizations that actively seek out security intrusions reduce the time that bad actors spend on their sites, increase their cyber resilience, and build strong resistance to sophisticated covert threats. Cyber Threat Hunting teaches you to recognize attempts to access your systems by seeing the clues your adversaries leave behind. It lays out the path to becoming a successful cyber security threat hunter, guiding you from your very first expedition to hunting in complex cloud-native environments.
Discover the new features and techniques of the most modern versions of Angular.
- Create modern Angular apps with the newest framework capabilities
- Setting up and structuring your Angular projects
- Implement advanced testing strategies for Angular
- Benefit from new improvements in debugging, image loading, and component inputs
- Apply state management with reactive programming
- Explore signals and server-side rendering
- Migrate legacy Angular projects to modern practices
- Refactor old Angular patterns using new techniques
- Use modern performance optimization approaches to improve User Experience
Discover new ways of working with components, dependency injection, RxJS, Signals, and more—all through building a complete enterprise-grade HR management system! You’ll soon be improving your daily development with Angular’s quality-of-life features, upgrading your app’s performance with server-side rendering, and getting ready for what’s coming Angular’s future. Plus, detailed migration guides demonstrate ways to update existing apps to modern patterns, and make it easy to modernize your legacy code.
Emerging practices, collaboration tools, and effective techniques for incorporating your key stakeholders into the software design process.
- Prepare and facilitate collaborative modeling sessions with tools such as Business Model Canvas, Event Storming, Domain Storytelling, Example Mapping, and Wardley Mapping
- Pick and apply heuristics for modeling software design
- Techniques for getting all needed knowledge from the group
- The influence of ranking
- The impact and opportunities of cognitive bias
- Resistance and conflict resolution
- Practices for following up after a modeling session
- Document the session and report to stakeholders
Collaborative Software Design combines its authors’ deep experience in behavioral science, decision-making theory and software architecture into an essential guide for making collaborative design decisions. You’ll learn to use process visualizations, engaging sessions, and social dynamic management to ensure every stakeholder is contributing their vital insights to a project. Best of all, the skills you’ll learn make it easy for software teams to develop software directly with their stakeholders—no need to rely on a centralized or top-down design.
Automate your build, test, and deploy pipelines using GitHub Actions!
Continuous delivery (CI/CD) pipelines help you automate the software development process and maximize your team’s efficiency.
- Create and share GitHub Actions workflows
- Automate CI/CD workloads and other GitHub tasks
- Secure release pipelines with secrets, variables, and environments
- Support compliance frameworks
- Create safe and scalable self-hosted runners
Written by three Microsoft MVPs and tech reviewed by a Staff DevOps Architect from GitHub, this book delivers the hardworking skills and advice you’ll need to be successful on the job. DevOps engineers will love GitHub Actions in Action’s coverage of reliable methods for Infrastructure-as-Code and automating cloud environments. You’ll follow an extended example application for selling tickets, taking it all the way from initial build to cloud deployment.
- Imagine predicting which customers are thinking about switching to a competitor or flagging potential process failures before they happen
- Think about the benefits of forecasting tedious business processes and back-office tasks
- Envision quickly gauging customer sentiment from social media content (even large volumes of it).
- Consider the competitive advantage of making decisions when you know the most likely future events
The Microsoft Azure cloud is an ideal platform for data-intensive applications.
Learn the essential skills needed to become a successful lead developer, with expert advice on mentoring teams, handling clients and project managers, and keeping your cool in emergencies.
- The key responsibilities of a lead developer
- Techniques for writing effective technical documentation
- Strategies for improving development processes
- Best practices for communicating with non-technical clients
- Methods for mentoring and inspiring a team
- Approaches for delivering negative feedback constructively
The Lead Developer Career Guide is filled with interviews and real-world case studies from industry professionals and esteemed tech experts. You'll learn how to become the public face for your development team, gathering feedback from your coworkers and communicating with clients and stakeholders. Plus, you'll find proven techniques to reliably calculate project estimates, plan a project from scratch, and mentor junior developers and peers alike.
Learn how to identify the unusual, interesting, extreme, or inaccurate parts of your data.
- Use standard Python libraries to identify outliers
- Select the most appropriate detection methods
- Combine multiple outlier detection methods for improved results
- Interpret your results effectively
- Work with numeric, categorical, time series, and text data
Outlier detection is a vital tool for modern business, whether it's discovering new products, expanding markets, or flagging fraud and other suspicious activities. This guide presents the core tools for outlier detection, as well as techniques utilizing the Python data stack familiar to data scientists. To get started, you'll only need a basic understanding of statistics and the Python data ecosystem.
A blockchain is a collection of data records, or "blocks," that are linked through using secure cryptographic hashes to form a "chain" that can be read and verified easily by anyone with the correct credentials but cannot be altered.
Build cloud native observability pipelines with minimal footprints and high-performance throughput—all with Fluent Bit, Kubernetes, and your favorite visualization and analytics tools.
- Deploy Fluent Bit for telemetry (log, metric, and trace) collection
- Configure pipelines to filter, route, and transform data
- Integrate Fluent Bit with containers and Kubernetes
- Configure Fluent Bit to work with OpenTelemetry, Prometheus, and other open source tech
- Monitor applications at scale with minimal footprint
- Address challenges in Kubernetes-based ecosystems using Fluent Bit
- Utilize Fluent Bit for real-time event analytics to derive new metrics and insights
- Develop custom filters, inputs, and outputs for unique or reusable use cases
In 2017, consumers downloaded 178 billion apps, and analysts predict growth to 258 billion by 2022.
Deliver code reviews that consistently build up your team and improve your applications.
- Understand a code review's benefits proactively prevent loopholes and bottlenecks
- Co-create an objective code review system
- Clarify responsibilities: author, reviewer, team lead/manager, and the team itself
- Establish manageable guidelines and protocols
- Align with your team and explicitly document the policies they will follow
- Automate code quality with linting, formatting, static analysis, and automated testing
- Compose effective comments for any situation
- Consider combining code reviews with pair programming or mob programming
- AI for code reviews
Inside “Looks Good to Me” you’ll find comprehensive coverage of every part of the code review process, from choosing a system to keeping reviews manageable for everyone involved. With this mix of tools, processes, common sense, and compassion, you’ll run a highly effective review process from first commit to final deployment.
Deep learning has transformed the fields of computer vision, image processing, and natural language applications.
Learn Haskell by doing Haskell projects! In this book, you’ll get practical experience writing Haskell code and applying functional programming to actual development challenges.
- Use Haskell for daily programming tasks
- Effectively apply functional concepts
- Avoid common beginner pitfalls of Haskell
- Apply abstract concepts in the Haskell language
- Debug and profile Haskell applications
- Improve the performance of Haskell applications
Haskell is an amazing choice for applications that need an extra guarantee of safety, such as in smart contracts, data intensive applications, and large scale distributed systems. In this book, you’ll see just how practical Haskell can be for creating programs by building your own engaging projects! Learn how to structure real-world applications, how to work with the Haskell tool chain effectively, and what to look out for when writing critical sections in the program's logic. Best of all, each project in this book is fully extensible and customizable so you can keep tinkering with your favorites!
Machine learning (ML) is a collection of programming techniques for discovering relationships in data.
Companies everywhere are moving everyday business processes over to the cloud, and AI is increasingly being given the reins in these tasks.
Accelerate your mastery of data analytics with the power of ChatGPT.
- Write great prompts for ChatGPT
- Perform end-to-end descriptive analytics
- Set up an AI-friendly data analytics environment
- Evaluate the quality of your data
- Develop a strategic analysis plan
- Generate code to analyze non-text data
- Explore text data directly with ChatGPT
- Prepare reliable reports
In Starting Data Analytics with Generative AI and Python you’ll learn how to improve your coding efficiency, generate new analytical approaches, and fine-tune data pipelines—all assisted by AI tools like ChatGPT. For each step in the data process, you’ll discover how ChatGPT can implement data techniques from simple plain-English prompts. Plus, you’ll develop a vital intuition about the risks and errors that still come with these tools.
Modern data science solutions need to be clean, easy to read, and scalable.
Turn the corner from “Haskell student” to “Haskell developer.
Craft domain-specific languages that empower experts to create software themselves.
- Build a complete Domain IDE for a car rental company
- Implement a projectional editor for your DSL
- Implement content assist, type systems, expressions, and versioning language aspects
- Evaluate business rules
- Work with Abstract Syntax Trees
- Reduce notated DSL content in concrete syntax into abstract syntax
Building User-Friendly DSLs takes you on a carefully-planned journey through everything you need to create your own DSLs. It focuses on building DSLs that are easy for busy business experts to learn and master. By working through a detailed example of a car rental company, you'll see how to create a custom DSL with a modern and intuitive UI that can replace tedious coding activities.
Deliver lightning fast and reliable messaging for your distributed applications with the flexible and resilient Apache Pulsar platform.
- Publish from Apache Pulsar into third-party data repositories and platforms
- Design and develop Apache Pulsar functions
- Perform interactive SQL queries against data stored in Apache Pulsar
Apache Pulsar in Action is a comprehensive and practical guide to building high-traffic applications with Pulsar. You’ll learn to use this mature and battle-tested platform to deliver extreme levels of speed and durability to your messaging. Apache Pulsar committer David Kjerrumgaard teaches you to apply Pulsar’s seamless scalability through hands-on case studies, including IOT analytics applications and a microservices app based on Pulsar functions.
Accelerate deep learning and other number-intensive tasks with JAX, Google’s awesome high-performance numerical computing library.
- Use JAX for numerical calculations
- Build differentiable models with JAX primitives
- Run distributed and parallelized computations with JAX
- Use high-level neural network libraries such as Flax
- Leverage libraries and modules from the JAX ecosystem
Deep Learning with JAX is a hands-on guide to using JAX for deep learning and other mathematically-intensive applications. Google Developer Expert Grigory Sapunov steadily builds your understanding of JAX’s concepts. The engaging examples introduce the fundamental concepts on which JAX relies and then show you how to apply them to real-world tasks. You’ll learn how to use JAX’s ecosystem of high-level libraries and modules, and also how to combine TensorFlow and PyTorch with JAX for data loading and deployment.
In Real-world Natural Language Processing you will learn how to:
- Design, develop, and deploy useful NLP applications
- Create named entity taggers
- Build machine translation systems
- Construct language generation systems and chatbots
- Use advanced NLP concepts such as attention and transfer learning
Real-world Natural Language Processing teaches you how to create practical NLP applications without getting bogged down in complex language theory and the mathematics of deep learning.
In PostGIS in Action, Third Edition you will learn:
- An introduction to spatial databases
- Geometry, geography, raster, and topology spatial types, functions, and queries
- Applying PostGIS to real-world problems
- Extending PostGIS to web and desktop applications
- Querying data from external sources using PostgreSQL Foreign Data Wrappers
- Optimizing queries for maximum speed
- Simplifying geometries for greater efficiency
PostGIS in Action, Third Edition teaches readers of all levels to write spatial queries for PostgreSQL.
Most machine learning systems that are deployed in the world today learn from human feedback.
Generative AI can transform your business by streamlining the process of creating text, images, and code.
- A practical overview of of generative AI applications
- Architectural patterns, integration guidance, and best practices for generative AI
- The latest techniques like RAG, prompt engineering, and multi-modality
- The challenges and risks of generative AI like hallucinations and jailbreaks
- How to integrate generative AI into your business and IT strategy
Generative AI in Action is full of real-world use cases for generative AI, showing you where and how to start integrating this powerful technology into your products and workflows. You’ll benefit from tried-and-tested implementation advice, as well as application architectures to deploy GenAI in production at enterprise scale.
Master techniques and concepts of functional programming to deliver safer, simpler, and more effective Kotlin code.
- Functional programming techniques for real-world applications
- Write combinator libraries
- Common structures and idioms in functional design
- Simplicity and modularity (and fewer bugs!)
Functional Programming in Kotlin is a reworked version of the bestselling Functional Programming in Scala, with all code samples, instructions, and exercises translated into the powerful Kotlin language. In this authoritative guide, you’ll take on the challenge of learning functional programming from first principles. Complex concepts are demonstrated through exercises that you’ll love to test yourself against. You’ll start writing Kotlin code that’s easier to read, easier to reuse, better for concurrency, and less prone to bugs and errors.
Build, maintain, and run databases that are easy to scale and quick to query—all with ScyllaDB.
- Read, write, and delete data in ScyllaDB
- Design database schemas for ScyllaDB
- Write performant queries against ScyllaDB
- Connect and query a ScyllaDB cluster from an application
- Configure, monitor, and operate ScyllaDB in production
This book teaches you ScyllaDB the best way—through hands-on examples. Dive into the node-based architecture of ScyllaDB to understand how its distributed systems work, how you can troubleshoot problems, and how you can constantly improve performance.
A field guide for the unique challenges of data science leadership, filled with transformative insights, personal experiences, and industry examples.
- Best practices for leading projects while balancing complex trade-offs
- Specifying, prioritizing, and planning projects from vague requirements
- Navigating structural challenges in your organization
- Working through project failures with positivity and tenacity
- Growing your team with coaching, mentoring, and advising
- Crafting technology roadmaps and championing successful projects
- Driving diversity, inclusion, and belonging within teams
- Architecting a long-term business strategy and data roadmap as an executive
- Delivering a data-driven culture and structuring productive data science organizations
How to Lead in Data Science is full of techniques for leading data science at every seniority level—from heading up a single project to overseeing a whole company's data strategy. Authors Jike Chong and Yue Cathy Chang share hard-won advice that they've developed building data teams for LinkedIn, Acorns, Yiren Digital, large asset-management firms, Fortune 50 companies, and more. You'll find advice on plotting your long-term career advancement, as well as quick wins you can put into practice right away. Carefully crafted assessments and interview scenarios encourage introspection, reveal personal blind spots, and highlight development areas.
Design, develop, and deploy human-like AI solutions that chat with your customers, solve their problems, and streamline your support services.
- Pick the right AI assistant type and channel for your needs
- Write dialog with intentional tone and specificity
- Train your AI’s classifier from the ground up
- Create question-and-direct-response AI assistants
- Design and optimize a process flow for web and voice
- Test your assistant’s accuracy and plan out improvements
Conversational AI: Chatbots that work teaches you to create the kind of AI-enabled assistants that are revolutionizing the customer service industry. You’ll learn to build effective conversational AI that can automate common inquiries and easily address your customers' most common problems. This engaging and entertaining book delivers the essential technical and creative skills for designing successful AI solutions, from coding process flows and training machine learning, to improving your written dialog.
In Software Telemetry you will learn how to:
- Manage toxic telemetry and confidential records
- Master multi-tenant techniques and transformation processes
- Update to improve the statistical validity of your metrics and dashboards
- Make software telemetry emissions easier to parse
- Build easily-auditable logging systems
- Prevent and handle accidental data leaks
- Maintain processes for legal compliance
- Justify increased spend on telemetry software
Software Telemetry teaches you best practices for operating and updating telemetry systems.
No-nonsense techniques, libraries, and best practices you can use to keep your Python applications safe and secure.
- Use algorithms to encrypt, hash, and digitally sign data
- Create and install TLS certificates
- Implement authentication, authorization, OAuth 2.0, and form validation in Django
- Protect a web application with Content Security Policy
- Implement Cross Origin Resource Sharing
- Protect against common attacks including clickjacking, denial of service attacks, SQL injection, cross-site scripting, and more
Full Stack Python Security: Cryptography, TLS, and attack resistance teaches you everything you’ll need to build secure Python web applications. As you work through the insightful code snippets and engaging examples, you’ll put security standards, best practices, and more into action. Along the way, you’ll get exposure to important libraries and tools in the Python ecosystem.
Build stylish, slick, and speedy-to-load user interfaces in React without writing custom classes.
Own Your Tech Career: Soft skills for technologists is a guide to taking control of your professional life.
- Define what “success” means for your career
- Discover personal branding and career maintenance
- Prepare for and conduct a tech job hunt
- Spot speed bumps and barriers that can derail your progress
- Learn how to navigate the rules of the business world
- Perform market analysis to keep your tech skills fresh and relevant
Whatever your road to success, you’ll benefit from the toolbox of career-boosting techniques you’ll find in Own Your Tech Career: Soft skills for technologists. You’ll discover in-demand communication and teamwork skills, essential rules for professionalism, tactics of the modern job hunt, and more.
See how an AI assistant can bring your ideas to life immediately!
Once, to be a programmer you had to write every line of code yourself.
- Write fun and useful Python applications—no programming experience required!
- Use the GitHub Copilot AI coding assistant to create Python programs
- Write prompts that tell Copilot exactly what to do
- Read Python code and understand what it does
- Test your programs to make sure they work the way you want them to
- Fix code with prompt engineering or human tweaks
- Apply Python creatively to help out on the job
AI moves fast, and so the new edition of Learn AI-Assisted Python Programming, Second Edition is fully updated to take advantage of the latest models and AI coding tools. Written by two esteemed computer science university professors, it teaches you everything you need to start programming Python in an AI-first world. You’ll learn skills you can use to create working apps for data analysis, automating tedious tasks, and even video games. Plus, in this new edition, you’ll find groundbreaking techniques for breaking down big software projects into smaller tasks AI can easily achieve.
Unit Testing Principles, Patterns and Practices shows you how to refine your existing unit tests by implementing modern best practices.
Get Programming: Learn to code with Python introduces you to the world of writing computer programs without drowning you in confusing jargon or theory that make getting started harder than it should be.
This book works perfectly alongside Ana Bell's liveVideo course Get Programming with Python in Motion, featuring more projects and skills for you to pick up with this great language!
Master Python techniques and libraries to reduce run times, efficiently handle huge datasets, and optimize execution for complex machine learning applications.
- Writing efficient pure-Python code
- Optimizing the NumPy and pandas libraries
- Rewriting critical code in Cython
- Designing persistent data structures
- Tailoring code for different architectures
- Implementing Python GPU computing
Fast Python is your guide to optimizing every part of your Python-based data analysis process, from the pure Python code you write to managing the resources of modern hardware and GPUs. You'll learn to rewrite inefficient data structures, improve underperforming code with multithreading, and simplify your datasets without sacrificing accuracy.
Written for experienced practitioners, this book dives right into practical solutions for improving computation and storage efficiency. You'll experiment with fun and interesting examples such as rewriting games in Cython and implementing a MapReduce framework from scratch. Finally, you'll go deep into Python GPU computing and learn how modern hardware has rehabilitated some former antipatterns and made counterintuitive ideas the most efficient way of working.
You are going to need more than technical knowledge to succeed as a data scientist.
Discover valuable machine learning techniques you can understand and apply using just high-school math.
- Supervised algorithms for classifying and splitting data
- Methods for cleaning and simplifying data
- Machine learning packages and tools
- Neural networks and ensemble methods for complex datasets
Grokking Machine Learning teaches you how to apply ML to your projects using only standard Python code and high school-level math. No specialist knowledge is required to tackle the hands-on exercises using Python and readily available machine learning tools. Packed with easy-to-follow Python-based exercises and mini-projects, this book sets you on the path to becoming a machine learning expert.
Build predictive models from time-based patterns in your data.
- Recognize a time series forecasting problem and build a performant predictive model
- Create univariate forecasting models that account for seasonal effects and external variables
- Build multivariate forecasting models to predict many time series at once
- Leverage large datasets by using deep learning for forecasting time series
- Automate the forecasting process
Time Series Forecasting in Python teaches you to build powerful predictive models from time-based data. Every model you create is relevant, useful, and easy to implement with Python. You’ll explore interesting real-world datasets like Google’s daily stock price and economic data for the USA, quickly progressing from the basics to developing large-scale models that use deep learning tools like TensorFlow.
Build a data platform to the industry-leading standards set by Microsoft’s own infrastructure.
- Pick the right Azure services for different data scenarios
- Manage data inventory
- Implement production quality data modeling, analytics, and machine learning workloads
- Handle data governance
- Using DevOps to increase reliability
- Ingesting, storing, and distributing data
- Apply best practices for compliance and access control
Data Engineering on Azure reveals the data management patterns and techniques that support Microsoft’s own massive data infrastructure. Author Vlad Riscutia, a data engineer at Microsoft, teaches you to bring an engineering rigor to your data platform and ensure that your data prototypes function just as well under the pressures of production. You'll implement common data modeling patterns, stand up cloud-native data platforms on Azure, and get to grips with DevOps for both analytics and machine learning.
Designed for busy IT professionals, this innovative guide will take you from the basics to PowerShell proficiency through 25 tutorials you can do in your lunch break.
- Discoverability with the Help system
- Background jobs and automation techniques
- Simple scripting to automate repetitive tasks
- Managing cloud services from major cloud providers
- Extending PowerShell with commands
- Common syntax and commands cheat sheet
Learn PowerShell in a Month of Lunches, Fourth Edition is a task-focused guide for administering your systems using PowerShell. It covers core language features and admin tasks, with each chapter a mini-tutorial you can easily complete in under an hour. Discover how PowerShell works on different operating systems, and start automating tasks so they take just a few seconds to complete. No previous scripting experience required.
The book is based on the bestselling Learn Windows PowerShell in a Month of Lunches by community legends Don Jones and Jeffery Hicks. PowerShell team members Travis Plunk and Tyler Leonhardt and Microsoft MVP James Petty have updated this edition to the latest version of PowerShell, including its multi-platform expansion into Linux and macOS.
Whether building interactive browser-based applications or creating server-side applications in Node, JavaScript is the most widely used language for web programming.
Printed in full color! Unlock the groundbreaking advances of deep learning with this extensively revised new edition of the bestselling original.
- Deep learning from first principles
- Image classification and image segmentation
- Timeseries forecasting
- Text classification and machine translation
- Text generation, neural style transfer, and image generation
- Printed in full color throughout
Deep Learning with Python has taught thousands of readers how to put the full capabilities of deep learning into action. This extensively revised full color second edition introduces deep learning using Python and Keras, and is loaded with insights for both novice and experienced ML practitioners. You’ll learn practical techniques that are easy to apply in the real world, and important theory for perfecting neural networks.
Learn Quantum Computing with Python and Q# demystifies quantum computing.
Create bulletproof, high-performance web apps and servers with Rust.
- Handling the borrow checker in an asynchronous environment
- Learning the ingredients of an asynchronous Rust stack
- Creating web APIs and using JSON in Rust
- Graceful error handling
- Testing, tracing, logging, and debugging
- Deploying Rust applications
- Efficient database access
Rust Web Development is a pragmatic, hands-on guide to creating server-based web applications with Rust. If you’ve designed web servers using Java, NodeJS, or PHP, you’ll instantly fall in love with the performance and development experience Rust delivers. Hit the ground running! Author Bastian Gruber’s sage advice makes it easy to start tackling complex problems with Rust. You’ll learn how to work efficiently using pure Rust, along with important Rust libraries such as tokio for async runtimes, warp for web servers and APIs, and reqwest to run external HTTP requests.
Take the pain out of managing serverless applications.
To create web designs that delight, entertain, and impress your users, you need to know CSS in depth!
Getting good—really good—at CSS means learning everything that CSS is capable of.
- Create a web page with layout methods
- Develop essential website components, like dropdown menus and dialog boxes
- Make your website fully responsive across devices
- Organize your CSS for easy future maintenance
- Implement designer mockups with attention to detail
- Use animations to guide user focus
- Avoid common CSS pitfalls
The more you know about CSS, the more confident you’ll be at tackling any tricky website design! CSS in Depth has given thousands of web developers the tools and the inspiration to make sites that really pop. This second edition is packed with the latest best practices, new CSS language features, and essential advice on how to organize and maintain your CSS codebase.
Safely manage your secret information like passwords, keys, and certificates in Kubernetes.
- Strategies for storing secure assets in Kubernetes
- Cryptographic options and how to apply them in Kubernetes
- Using the HashiCorp Vault server on Kubernetes for secure secrets storage
- Managing security with public cloud providers
- Applying security concepts using tools from the Kubernetes ecosystem
- End-to-end secrets storage from development to operations
- Implementing in Kubernetes in CI/CD systems
Secrets, like database passwords and API keys, are some of the most important data in your application. Kubernetes Secrets Management reveals how to store these sensitive assets in Kubernetes in a way that’s protected against leaks and hacks. You’ll learn the default capabilities of Kubernetes secrets, where they’re lacking, and alternative options to strengthen applications and infrastructure. Discover a security-first mindset that is vital for storing and using secrets correctly, and tools and concepts that will help you manage sensitive assets such as certificates, keys, and key rotation.
Use groundbreaking generative AI tools to increase your productivity, efficiency, and code quality.
- Harness AI to help you design and plan software
- Use AI for code generation, debugging, and documentation
- Improve your code quality assessments with the help of AI
- Articulate complex problems to prompt an AI solution
- Develop a continuous learning mindset that keeps you up to date
- Adapt your development skills to almost any language
AI coding tools give you a smart and reliable junior developer that’s fast and keen to help out with your every task and query. AI-Powered Developer helps you put your new assistant to work. You’ll learn to use AI for everything from writing boilerplate, to testing and quality assessment, managing infrastructure, delivering security, and even assisting with software design.
Explore the most challenging issues of natural language processing, and learn how to solve them with cutting-edge deep learning!
Inside Deep Learning for Natural Language Processing you’ll find a wealth of NLP insights, including:
- An overview of NLP and deep learning
- One-hot text representations
- Word embeddings
- Models for textual similarity
- Sequential NLP
- Semantic role labeling
- Deep memory-based NLP
- Linguistic structure
- Hyperparameters for deep NLP
Deep learning has advanced natural language processing to exciting new levels and powerful new applications! For the first time, computer systems can achieve "human" levels of summarizing, making connections, and other tasks that require comprehension and context.
Tips, tricks, design patterns, and secret features of Rust that will help you build stable and maintainable applications.
- Fluent interfaces for creating delightful APIs
- The Builder pattern to encapsulate data and perform initialization
- Immutable data structures that help you avoid hard-to-debug data race conditions
- Functional programming patterns
- Anti-patterns and what not to do in Rust
Idiomatic Rust catalogs, documents, and describes both how classic design patterns work with Rust, and the new Rust-specific patterns that will help you master the language. Each pattern or best practice helps solve common programming problems and ensure your code is easy for others to understand. You’ll learn when to use each pattern—and when to break it! You’ll soon be producing higher-quality Rust code and higher-quality Rust software.
A jargon-busting guide to the key concepts, terminology, and technologies of cybersecurity.
- Develop and incrementally improve your own cybersecurity strategy
- Detect rogue WiFi networks and safely browse on public WiFi
- Protect against physical attacks utilizing USB devices or building access cards
- Use the OODA loop and a hacker mindset to plan out your own attacks
- Connect to and browse the Dark Web
- Apply threat models to build, measure, and improve your defenses
- Respond to a detected cyber attack and work through a security breach
Go behind the headlines of famous attacks and learn lessons from real-world breaches that author Tom Kranz has personally helped to clean up. Making Sense of Cybersecurity is full of clear-headed advice and examples that will help you identify risks in your organization and choose the right path to apply the important security concepts. You'll learn the three pillars of a successful security strategy and how to create and apply threat models that will iteratively improve your organization's readiness.
Great data presentations tell a story.
- Using Python Altair for data visualization
- Using Generative AI tools for data storytelling
- The main concepts of data storytelling
- Building data stories with the DIKW pyramid approach
- Transforming raw data into a data story
Data Storytelling with Altair and AI teaches you how to turn raw data into effective, insightful data stories. You’ll learn exactly what goes into an effective data story, then combine your Python data skills with the Altair library and AI tools to rapidly create amazing visualizations. Your bosses and decision-makers will love your new presentations—and you’ll love how quick Generative AI makes the whole process!
Create a portfolio of cool and creative websites—all without having to write your own code.
- Crafting effective prompts to generate HTML, CSS, and JavaScript
- Converting text into images with DALL-E integration
- Building navigation bars, image galleries, and contact forms
- Deploying fully functional sites to the web for free
- Customizing the generated code for unique sites
Inside Build a Website with ChatGPT you’ll learn the high-level coding concepts that let you check and perfect AI output, prompting skills that deliver the exact code you need, and how to properly deploy your site to the web—for free! Annotated code samples and advice on code customization give you the perfect balance of understanding and convenience. Plus, you’ll get access to a tried-and-tested repository of prompts and working code.
Master core data analysis skills using Julia.
- Read and write data in various formats
- Work with tabular data, including subsetting, grouping, and transforming
- Visualize your data
- Build predictive models
- Create data processing pipelines
- Create web services sharing results of data analysis
- Write readable and efficient Julia programs
Julia was designed for the unique needs of data scientists: it's expressive and easy-to-use whilst also delivering super-fast code execution. Julia for Data Analysis shows you how to take full advantage of this amazing language to read, write, transform, analyze, and visualize data—everything you need for an effective data pipeline. It’s written by Bogumił Kamiński, one of the top contributors to Julia, #1 Julia answerer on StackOverflow, and a lead developer of Julia’s core data package DataFrames.jl. Its engaging hands-on projects get you into the action quickly. Plus, you’ll even be able to turn your new Julia skills to general purpose programming!
The last book on AI you’ll ever need.
- Just enough background info on AI! What an AI model is how it works
- Ways to create text, code, and images for your organization's needs
- Training AI models on your local data stores or on the internet
- Business intelligence and analytics uses for AI
- Building your own custom AI models
- Looking ahead to the future of generative AI
Where to get started? How about creating exciting images, video, and even audio with AI. Need more? Learn to harness AI to speed up any everyday work task, including writing boilerplate code, creating specialized documents, and analyzing your own data. Push beyond simple ChatGPT prompts! Discover ways to double your productivity and take on projects you never thought were possible! AI—and this book—are here to show you how.
A guide to the advanced React skills used by the very best React developers.
- Assess technologies in the React ecosystem
- Implement advanced component patterns to improve React code
- Optimize React performance for a smooth user experience
- Use developer tooling for better code maintenance and debugging
- Work with TypeScript for type safety
- Use CSS in JavaScript for efficient styling
- Manage data in React, including remote data and reactive caching
- Unit test React components for quality assurance and bug prevention
- Use popular React frameworks for building production-ready applications
React in Depth focuses on the modern best practices of React development, with full and up-to-date coverage of the latest features and changes to the React ecosystem. This book highlights the advanced techniques that turn a React pro into a React wizard, and how you can future-proof your career by mastering new React technologies as they emerge.
Unlock the TensorFlow design secrets behind successful deep learning applications! Deep learning StackOverflow contributor Thushan Ganegedara teaches you the new features of TensorFlow 2 in this hands-on guide.
- Fundamentals of TensorFlow
- Implementing deep learning networks
- Picking a high-level Keras API for model building with confidence
- Writing comprehensive end-to-end data pipelines
- Building models for computer vision and natural language processing
- Utilizing pretrained NLP models
- Recent algorithms including transformers, attention models, and ElMo
In TensorFlow in Action, you'll dig into the newest version of Google's amazing TensorFlow framework as you learn to create incredible deep learning applications. Author Thushan Ganegedara uses quirky stories, practical examples, and behind-the-scenes explanations to demystify concepts otherwise trapped in dense academic papers. As you dive into modern deep learning techniques like transformer and attention models, you’ll benefit from the unique insights of a top StackOverflow contributor for deep learning and NLP.
Dive into DuckDB and start processing gigabytes of data with ease—all with no data warehouse.
- Read and process data from CSV, JSON and Parquet sources both locally and remote
- Write analytical SQL queries, including aggregations, common table expressions, window functions, special types of joins, and pivot tables
- Use DuckDB from Python, both with SQL and its "Relational"-API, interacting with databases but also data frames
- Prepare, ingest and query large datasets
- Build cloud data pipelines
- Extend DuckDB with custom functionality
Pragmatic and comprehensive, DuckDB in Action introduces the DuckDB database and shows you how to use it to solve common data workflow problems. You won’t need to read through pages of documentation—you’ll learn as you work. Get to grips with DuckDB's unique SQL dialect, learning to seamlessly load, prepare, and analyze data using SQL queries. Extend DuckDB with both Python and built-in tools such as MotherDuck, and gain practical insights into building robust and automated data pipelines.
Build and use systems that safely automate software delivery from testing through release with this jargon-busting guide to continuous delivery pipelines.
- Design effective CD pipelines for new and legacy projects
- Keep your software projects release-ready
- Maintain effective tests
- Scale CD across multiple applications
- Ensure pipelines give the right signals at the right time
- Use version control as the source of truth
- Safely automate deployments with metrics
- Describe CD in a way that makes sense to your colleagues
Grokking Continuous Delivery teaches you the design and purpose of continuous delivery systems that you can use with any language or stack. You’ll learn directly from your mentor Christie Wilson, Google engineer and co-creator of the Tekton CI/CD framework. Using crystal-clear, well-illustrated examples, Christie lays out the practical nuts and bolts of continuous delivery for developers and pipeline designers. In each chapter, you’ll uncover the proper approaches to solve the real-world challenges of setting up a CD pipeline. With this book as your roadmap, you’ll have a clear plan for bringing CD to your team without the need for costly trial-and-error experimentation.
Essential advice for anyone aspiring to start up a technology company, based on decades of business experience.
- Succeed as a first-time CEO
- Pitch and raise money from various types of investors
- Develop a go-to-market strategy
- Create a strong positive culture
- Understand what makes a VC tick
- Write an elevator pitch
- Understand investment deal terms
- Hone and align teams
- Effectively downsize or wind down a company
- Position a company to be acquired
In Tech Startup Toolkit Jothy tells stories from his incredible career that will give guidance and inspiration to anyone who’s ever thought of creating or running a company. Every personal story teaches a vital lesson for any would-be startup founder, ensuring you avoid the pitfalls that end less-prepared companies.
Deep learning from the ground up using R and the powerful Keras library!
In Deep Learning with R, Second Edition you will learn:
- Deep learning from first principles
- Image classification and image segmentation
- Time series forecasting
- Text classification and machine translation
- Text generation, neural style transfer, and image generation
Master the most challenging elements of the CCNA exam to pass on your very first try!
The CCNA goes deep on networking and security.
- Security concepts and common threats
- Ethernet and wireless LANs (Wi-Fi) and network automation
- Essential network services like DHCP and DNS
- WAN, LAN, and wireless architectures
The Cisco Certified Network Associate is the gold-standard credential for network administrators. It demands an in-depth knowledge of complex network internals, including security, wireless architectures, and more. Acing the CCNA Exam, Volume 2—Advanced Networking and Security builds on the basics you learn in Volume 1 to help you study and prepare for the most challenging parts of the test.
Rust in Action introduces the Rust programming language by exploring numerous systems programming concepts and techniques.
Unlock your full potential as an effective, efficient, and inspiring leader, and be the software engineering manager that your team deserves!
Most development teams are only as good as their leader.
- People and performance management
- Empathy and feedback
- Delegation and learning to let go
- Hiring amazing engineers and handling attrition
- Collaborating with cross-functional partners
- Managing expectations at all levels
- Implementing engineering and operational excellence
- Time and organizational change management
Experienced team leader Akanksha Gupta helps you explore whether software engineering management is the right move for your career, guides you through preparing for the position, and gives you all the tools you need to thrive in the role. Thought-provoking exercises help you apply what you learn to your daily professional life, and prepare you for making the big decisions about software.
Master the core fundamentals and protocols covered in the Cisco Certified Network Associate (CCNA) exam!
Acing the CCNA Exam helps you prepare for the CCNA exam by learning vital skills like:
- How to study for the CCNA
- IP routing, addressing, and subnetting
- VLANs, trunking protocols, and EtherChannel
- Static and dynamic routing protocols (OSPF)
Passing the CCNA is the perfect way to kickstart or advance your career in IT, networking, and systems administration.
Build your own retro games for the Nintendo Entertainment System.
- Use the 6502 Assembler language to create your own game
- Create and display tile and sprite graphics
- Play sound effects and music
- Program enemy AI
- Balance cycle times and memory usage
- Design and develop your own action game from scratch
When you’re developing retro games, it’s dangerous to go alone—so take this essential guide! Classic Game Programming on the NES is an all-in-one handbook to the resources you need to start building for the NES. You’ll learn to understand modern emulators and discover the secrets of programming in ages past. Best of all, you won’t need any specialist experience! Even highly technical elements are broken down into step-by-step instructions, and fully illustrated with easy-to-follow diagrams.
Don’t be perplexed by data structures! This fun, friendly, and fully illustrated guide makes it easy to learn useful data structures you’ll put to work every day.
- Understand the most important and widely used data structures
- Identify use cases where data structures make the biggest difference
- Pick the best data structure solution for a coding challenge
- Understand the tradeoffs of data structures and avoid catastrophes
- Implement basic data collections like arrays, linked lists, stacks, and priority queues
- Use trees and binary search trees (BSTs) to organize data
- Use graphs to model relationships and learn about complex data
- Efficiently search by key using hash tables and hashing functions
- Reason about time and memory requirements of operations on data structures
Grokking Data Structures carefully guides you from the most basic data structures like arrays or linked lists all the way to powerful structures like graphs. It’s perfect for beginners, and you won’t need anything more than high school math to get started. Each data structure you encounter comes with its own complete Python implementation so you can start experimenting with what you learn right away.
Improve speed, quality, AND cost by automating your API delivery process!
Automating API Delivery shows you how to strike the perfect balance between speed and usability by applying DevOps automation principles to your API design and delivery process.
- Enforce API design standards with linting
- Automate breaking-change checks to control design creep
- Ensure accuracy of API reference documents
- Centralize API definition consistency checks
- Automate API configuration deployment
- Conduct effective API design reviews
Author Ikenna Nwaiwu provides comprehensive guidance on implementing APIOps in your organization. He carefully walks through the technical steps and introduces the essential open-source tools, with practical advice and insights from his years of experience. You’ll benefit from his personal tips for avoiding common pitfalls and challenges of moving to automated API delivery.
Build professional quality web applications using Python and the Django 5.
- Build a multi-user web site in Django
- Read, write, and manage data
- Create reusable and composable HTML templates
- Manage user data including form submissions and file uploads
- Set up authentication, authorization, and per-person-per-page permissions
- Manage the backend using the Django Admin tool
- Discover Django libraries and plugins
Django in Action is the perfect way to get started for new Django developers creating their first Python-based web apps. It’s written by Christopher Trudeau, co-host of The Real Python Podcast and creator of dozens of popular courses at Real Python and TalkPython. The book starts with Django’s basics and works through all of the core concepts of the framework until you’re comfortable and confident creating your own web apps. You’ll especially enjoy the author’s lighthearted style that makes learning fun!
Create stunning web-based data visualizations with D3.
- Set up a local development environment for D3
- Include D3 in web development projects, including Node-based web apps
- Select and append DOM elements
- Size and position elements on screen
- Assemble components and layouts into creative data visualizations
D3.js in Action, Third Edition has been extensively revised for D3.js version 7, and modern best practices for web visualizations. Its brand new chapters dive into interactive visualizations, cover responsiveness for dataviz, and show you how you can improve accessibility.
Learn to build standout line-of-business applications using Microsoft’s .NET Framework, the premier platform for enterprise business development.
- Designing applications to take full advantage of .NET 8
- Integrating the latest C# and .NET features
- Building web services and applications with ASP.NET Core
- Working with data in files and remote services, and databases via Entity Framework Core
- Verifying code with unit and integration tests
- Make applications ready for internationalization
- Benchmarking and analyzing application performance
.NET in Action, Second Edition offers a clear-headed introduction to implementing full-featured, cross-platform professional applications on the Microsoft .NET platform. It compiles the must-know skills of .NET into a format that’s clear and easy to follow. In each chapter, you’ll build new applications, pick up essential .NET skills, and test your knowledge against handy exercises.
Learn the fundamentals of Object-Oriented design by investigating good—and bad—code!
Well-designed applications run more efficiently, have fewer bugs, and are easier to revise and maintain.
- Design-code-test iterations that improve code with each revision
- Gathering requirements to make sure you’re developing the right application
- Design principles like encapsulation and delegation that solve programming problems
- Design patterns including Observer Design Pattern that fix architecture issues
- Using recursion and multithreading to simplify common solutions
Object-Oriented Software Design in C++ is a vital guide to building the kind of high performance applications delivered by the pros—all using industry-proven design principles and patterns. You’ll learn how to gather and analyze requirements so you’re building exactly what your client is looking for, backtrack mistakes with iterative development, and build a toolbox of design patterns that troubleshoot common issues with application architecture. The book’s accessible examples are written in C++ 17, but its universal principles can be applied to any object-oriented language.
Dodge costly and time-consuming infrastructure tasks, and rapidly bring your machine learning models to production with MLOps and pre-built serverless tools!
In MLOps Engineering at Scale you will learn:
- Extracting, transforming, and loading datasets
- Querying datasets with SQL
- Understanding automatic differentiation in PyTorch
- Deploying model training pipelines as a service endpoint
- Monitoring and managing your pipeline’s life cycle
- Measuring performance improvements
MLOps Engineering at Scale shows you how to put machine learning into production efficiently by using pre-built services from AWS and other cloud vendors.
Don't let security be an afterthought.
- Implement and customize authentication and authorization
- Set up all components of an OAuth2/OpenID Connect system
- Utilize CRSF and CORS configurations
- Secure Spring reactive applications
- Write tests for security configurations
Whether you’re a beginner or a pro, Spring Security in Action, Second Edition teaches you how to secure your Java applications from the ground up. Author Laurențiu Spilcă distills his years of experience as a skilled Java and Spring developer into an indispensable guide to everything security—from authentication and authorization, to testing security configurations. This new edition covers the latest patterns for application-level security in Spring apps, demonstrating how Spring Security simplifies every step of the security process.
Hit the ground running with this in-depth introduction to the NLP skills and techniques that allow your computers to speak human.
- Fundamental concepts and algorithms of NLP
- Useful Python libraries for NLP
- Building a search algorithm
- Extracting information from raw text
- Predicting sentiment of an input text
- Author profiling
- Topic labeling
- Named entity recognition
Getting Started with Natural Language Processing is an enjoyable and understandable guide that helps you engineer your first NLP algorithms. Your tutor is Dr. Ekaterina Kochmar, lecturer at the University of Bath, who has helped thousands of students take their first steps with NLP. Full of Python code and hands-on projects, each chapter provides a concrete example with practical techniques that you can put into practice right away. If you’re a beginner to NLP and want to upgrade your applications with functions and features like information extraction, user profiling, and automatic topic labeling, this is the book for you.
Practice makes perfect pandas!
Work out your pandas skills against dozens of real-world challenges, each carefully designed to build an intuitive knowledge of essential pandas tasks.
- Clean your data for accurate analysis
- Work with rows and columns for retrieving and assigning data
- Handle indexes, including hierarchical indexes
- Read and write data with a number of common formats, such as CSV and JSON
- Process and manipulate textual data from within pandas
- Work with dates and times in pandas
- Perform aggregate calculations on selected subsets of data
- Produce attractive and useful visualizations that make your data come alive
Pandas Workout hones your pandas skills to a professional-level through two hundred exercises, each designed to strengthen your pandas skills. You’ll test your abilities against common pandas challenges such as importing and exporting, data cleaning, visualization, and performance optimization. Each exercise utilizes a real-world scenario based on real-world data, from tracking the parking tickets in New York City, to working out which country makes the best wines. You’ll soon find your pandas skills becoming second nature—no more trips to StackOverflow for what is now a natural part of your skillset.
When you launch an application on the web, every hacker in the world has access to it.
- Browser security, including sandboxing, the same-origin policy, and cookie security
- Securing web servers with input validation, escaping of output, and defense in depth
- A development process that prevents security bugs
- Browser vulnerabilities, from cross-site scripting and cross-site request forgery, to clickjacking
- Network vulnerabilities, such as man-in-the-middle attacks, SSL-stripping, and DNS poisoning
- Authentication vulnerabilities, such as brute forcing of credentials with single sign-on or multi-factor authentication
- Authorization vulnerabilities, such as broken access control and session jacking
- How to use encryption in web applications
- Injection attacks, command execution attacks, and remote code execution attacks
- Malicious payloads that can be used to attack XML parsers and file upload functions
Grokking Web Application Security teaches you how to build web apps that are ready and resilient to any attack. It’s laser-focused on what the working programmer needs to know about web security. In it, you’ll find practical recommendations for both common and not-so-common vulnerabilities—everything from SQL injection to cross-site scripting inclusion attacks. You’ll learn what motivates hackers, discover the latest tools for identifying issues, and set up a development lifecycle that catches problems early. Read it cover to cover for a comprehensive overview of web security, and dip in as a reference whenever you need to tackle a specific vulnerability.
Expert guidance and amazing examples from Kotlin core developers! It’s everything you need to get up and running fast.
- Kotlin statements and functions, and classes and types
- Functional programming on the JVM
- The Kotlin standard library and out-of-the-box features
- Writing clean and idiomatic code
- Combining Kotlin and Java
- Improve code reliability with null safety
- Domain-specific languages
- Kotlin coroutines and flows
- Mastering the kotlinx.coroutines library
Kotlin in Action, Second Edition is a complete guide to the Kotlin language written especially for readers familiar with Java or another OO language. Its authors—all core Kotlin language developers and Kotlin team members—share their unique insights, along with practical techniques and hands-on examples. This new second edition is fully updated to include the latest innovations, and it adds new chapters dedicated to coroutines, flows, and concurrency.
Jamstack = JavaScript, APIs, and Markup.
- Use different static site generators to build websites
- Deploy Jamstack sites with 11ty, Next.js, Hugo, and Jekyll
- Add dynamic capabilities like form processing and eCommerce
- Enhance your Jamstack site with serverless capabilities
- Integrate a CMS with a Jamstack site
Jamstack sites use JavaScript, APIs, and Markup to create fast, dynamic pages without the overhead of heavyweight frameworks. The Jamstack Book is your essential guide to this exciting new web architecture. Written by renowned Jamstack experts Raymond Camden and Brian Rinaldi, it’s filled with real-world projects to develop and hone your skills.
You’ll learn how to lay out and generate a site, set up your own CMS, and add dynamic features like user logins and search functionality. Confusing jargon is demystified. Plus, you’ll get the chance to try out different static site generators and find the one that works best for you. Pick up this book today, and you’ll discover how the Jamstack answers your need for speed and simplicity.
Shine a spotlight into the deep learning “black box”. This comprehensive and detailed guide reveals the mathematical and architectural concepts behind deep learning models, so you can customize, maintain, and explain them more effectively.
- Math, theory, and programming principles side by side
- Linear algebra, vector calculus and multivariate statistics for deep learning
- The structure of neural networks
- Implementing deep learning architectures with Python and PyTorch
- Troubleshooting underperforming models
- Working code samples in downloadable Jupyter notebooks
The mathematical paradigms behind deep learning models typically begin as hard-to-read academic papers that leave engineers in the dark about how those models actually function. Math and Architectures of Deep Learning bridges the gap between theory and practice, laying out the math of deep learning side by side with practical implementations in Python and PyTorch. Written by deep learning expert Krishnendu Chaudhury, you’ll peer inside the “black box” to understand how your code is working, and learn to comprehend cutting-edge research you can turn into practical applications.
Learn how a frontend web framework works by coding your own!
Web developers use frontend frameworks every day—but do you know how these essential parts of your stack really work? Build a Frontend Web Framework (From Scratch) reveals the inner workings of web frameworks by helping you create your very own.
- Create HTML documents programmatically
- Define the view with virtual DOM
- Update the HTML efficiently with reconciliation algorithms
- Create two-way communication mechanisms between components in a hierarchy
Whatever your experience level, you’ll be able to start building your framework with this guide. All you need is some core skills in HTML, CSS, and JavaScript. And once you’ve learned how frameworks function, you’ll be able to work with them more efficiently, troubleshoot bugs more effectively, and even customize them for your specific needs!
Everything you need to implement stream processing on Apache KafkaⓇ using Kafka Streams and the kqsIDB event streaming database.
- Design streaming applications in Kafka Streams with the KStream and the Processor API
- Integrate external systems with Kafka Connect
- Enforce data compatibility with Schema Registry
- Build applications that respond immediately to events in either Kafka Streams or ksqlDB
- Craft materialized views over streams with ksqlDB
This totally revised new edition of Kafka Streams in Action has been expanded to cover more of the Kafka platform used for building event-based applications. You’ll also find full coverage of ksqlDB, an event streaming database that makes it a snap to create applications that respond immediately to events, such as real-time push and pull updates.
An example-driven, step-by-step guide to success with Rust macros.
- Writing declarative macros
- Procedural macros
- Reading and debugging macro code
- Improving the type system with newtypes and zero-sized types
- How common Rust libraries use macros
Write Powerful Rust Macros teaches you how to write, test, debug, and publish macros for Rust. It’s perfect for Rust practitioners who want to master this powerful development technique. Build your knowledge chapter-by-chapter. You’ll start with declarative macros before diving into the real power: procedural macros that can generate code, augment data structures, and even create domain-specific languages.
Radically improve the quality of your data visualizations by employing core principles of color, typography, chart types, data storytelling, and more.
- Harness the power of perception to guide a user’s attention
- Bring data to life with color and typography
- Choose the best chart types for your data story
- Design for interactive visualizations
- Keep the user’s needs first throughout your projects
This book gives you the tools you need to bring your data to life with clarity, precision, and flair. You’ll learn how human brains perceive and process information, wield modern accessibility standards, get the basics of color theory and typography, and more.
F# is engineered to make functional programming practical and accessible.
- Write performant and robust systems with succinct F# code
- Model domains quickly, easily and accurately with F#’s type system
- Design solutions using functional programming patterns
- Ingest and process disparate data sources
- Develop data-driven web applications
- Unit test F# code
- Effectively model data using a variety of techniques
- Use scripts to rapidly explore domains
F# in Action is based on author and Microsoft F# MVP Isaac Abraham’s years of experience working with developers as an F# consultant. It upgrades .NET development skills with the core principles of functional programming, and you’ll soon see how F#’s functional-first approach makes it easy to learn this powerful paradigm.
Write object-oriented code that’s manageable, maintainable, and future-proof.
- Making code readable and documented
- Improving consistency and encapsulation
- Managing dependencies
- Designing abstractions
- Handling infrastructure
- Effective modularization
Learn what constitutes both good and bad object-oriented software design, discover how to make better trade-offs in design decisions, and when to embrace complexity over simpler data structures. With this book as your vital reference, you’ll be ready to write code that will last the test of time, without slowing feature delivery to a crawl.
Automate complex tasks and processes with PowerShell scripts.
- Setting up a reliable scripting environment
- Designing functions and scripts
- Effective pipeline usage
- Scripting and security
- Dealing with errors and bugs
- Source control with git
- Sharing and publishing scripts
- Professional-grade scripting practices
The PowerShell language lets you write scripts to control nearly every aspect of Windows. Just master a few straightforward scripting skills, and you'll save yourself from hours of tedious tasks. This revised second edition is fully updated to PowerShell’s latest version, including hands-on examples that perfectly demonstrate modern PowerShell’s cross-platform applications.
Dodge the common mistakes that even senior developers make, take full advantage of static analysis tools, and deliver robust and error-free Java code.
- Write better Java programs
- Recognize common mistakes during programming
- Create fewer bugs and save time for debugging and testing
- Get help from static analyzers during programming
- Configure static analysis tools to reduce the number of false reports
- Extend static analysis tools with custom plugins
Each Java mistake in this handy guide comes with an illustrative code sample, an explanation of why the mistake occurs, and an actionable “ways to avoid this” section to help you dodge the error. Plus, you’ll benefit from useful static analysis sidebars that let you know when mistakes will—and won’t—be spotted by static analysis tools.
Design low-maintenance systems using pre-built cloud services! Bring down costs, automate time-consuming ops tasks, and scale on demand.
- First steps with serverless computing
- The principles of serverless design
- Important patterns and architectures
- How successfully companies have implemented serverless
- Real-world architectures and their tradeoffs
A DIY guide to bringing your first robot to life with cheap and basic components.
- Use cameras to capture photos and let your robot see
- Add cameras and basic computer vision
- Coordinate DC motors to move your robot
- Write a web app to control your robot
- Set up controls for joysticks
- Read QR codes to find and identify objects
This book shows you how anyone can start building their own robot—no special soldering or electronic skills required. All you need is some basic Python know-how to get started. From scratch, you’ll go hands-on with DC motors, touch sensors, custom shell scripting, joystick controls, and even face detection for your robot friend.
This hands-on beginners guide gets you building games fast, all with the awesome Unity engine! You’ll speed past the basics and use your existing coding skills to create 2D, 3D, and AR/VR games.
- Create characters that run, jump, and bump into things
- Build 3D first-person shooters and third-person action games
- Construct 2D card games and side-scrolling platformers
- Script enemies with AI
- Improve game graphics by importing models and images
- Design an intuitive user interface for your games
- Play music and spatially-aware sound effects
- Connect your games to the internet for online play
- Deploy your games to desktop, mobile, and the web
Thousands of new game developers have chosen Joe Hocking’s Unity in Action as their first step toward Unity mastery. Starting with the initial groundwork of a new game development project, you’ll quickly start writing custom code instead of clicking together premade scripts. This fully updated third edition comes packed with fully refreshed graphics, Unity’s latest features, and coverage of augmented and virtual reality toolkits. You'll master the Unity toolset from the ground up, learning the skills to go from application coder to game developer.
Build a microservices application from scratch using industry standard tools and battle-tested best practices.
- Creating, configuring, and running a microservice with Node.js
- Building and publishing a microservice using Docker
- Applying automated testing
- Running a microservices application in development with Docker Compose
- Deploying microservices to a production Kubernetes cluster
- Implementing infrastructure as code and setting up a continuous delivery pipeline
- Monitoring, managing, and troubleshooting
Bootstrapping Microservices with Docker, Kubernetes, GitHub Action, and Terraform has helped thousands of developers create their first microservices applications. This fully revised second edition introduces the industry-standard tools and practical skills you’ll use for every microservices application. Author Ashley Davis’s friendly advice and guidance helps cut down the learning curve for Docker, Terraform, and Kubernetes, showing you just what you need to know to start building.
Make log processing a real asset to your organization with powerful and free open source tools.
- Deploy Fluentd and Fluent Bit into traditional on-premises, IoT, hybrid, cloud, and multi-cloud environments, both small and hyperscaled
- Configure Fluentd and Fluent Bit to solve common log management problems
- Use Fluentd within Kubernetes and Docker services
- Connect a custom log source or destination with Fluentd’s extensible plugin framework
- Logging best practices and common pitfalls
Logging in Action is a guide to optimize and organize logging using the CNCF Fluentd and Fluent Bit projects. You’ll use the powerful log management tool Fluentd to solve common log management, and learn how proper log management can improve performance and make management of software and infrastructure solutions easier. Through useful examples like sending log-driven events to Slack, you’ll get hands-on experience applying structure to your unstructured data.
Develop a deep understanding of Kubernetes and other orchestration systems by building your own with Go and the Docker API.
- Identify the components that make up any orchestration system
- Schedule containers on to worker nodes
- Start and stop containers using the Docker API
- Manage a cluster of worker nodes using a simple API
- Work with algorithms pioneered by Google’s Borg
- Demystify orchestration systems like Kubernetes and Nomad
Build an Orchestrator in Go (From Scratch) explains each stage of creating an orchestrator with diagrams, step-by-step instructions, and detailed Go code samples. Don’t worry if you’re not a Go expert. The book’s code is optimized for simplicity and readability, and its key concepts are easy to implement in any language. You’ll learn the foundational principles of these frameworks, and even how to manage your orchestrator with a command line interface.
A friendly, framework-agnostic tutorial that will help you grok how streaming systems work—and how to build your own!
In Grokking Streaming Systems you will learn how to:
- Implement and troubleshoot streaming systems
- Design streaming systems for complex functionalities
- Assess parallelization requirements
- Spot networking bottlenecks and resolve back pressure
- Group data for high-performance systems
- Handle delayed events in real-time systems
Grokking Streaming Systems is a simple guide to the complex concepts behind streaming systems.
One month.
- Build real software in Rust
- Understand messages from the compiler and Clippy, Rust’s coding coach
- Make informed decisions on the right types to use in any context
- Make sense of the Rust standard library and its commonly used items
- Use external Rust “crates” (libraries) for common tasks
- Comment and build documentation for your Rust code
- Work with crates that use async Rust
- Write simple declarative macros
- Explore test driven development in Rust
Real world examples and practical techniques for functional programming in C# without the jargon and theory.
- Use higher-order functions to reduce duplication and do more with less code
- Use pure functions to write code that is easy to test and optimize
- Write pleasant APIs that accurately describe your program's behavior
- Use dedicated types to handle nullability, system errors, and validation rules predictably and elegantly
- Write composable code without the overhead of an IoC container
Functional Programming in C# has helped thousands of developers apply functional thinking to C# code. Its practical examples and spot-on treatment of FP concepts makes it the perfect guide for proficient C# programmers. This second edition is fully revised to cover new functional-inspired features in the most recent releases of C#, including tuples, async streams, pattern matching, and records. Each chapter is packed with awesome perspectives and epiphany moments on how functional programming can change the way you code.
Practical methods for analyzing your data with graphs, revealing hidden connections and new insights.
- Labeled-property graph modeling
- Constructing a graph from structured data such as CSV or SQL
- NLP techniques to construct a graph from unstructured data
- Cypher query language syntax to manipulate data and extract insights
- Social network analysis algorithms like PageRank and community detection
- How to translate graph structure to a ML model input with node embedding models
- Using graph features in node classification and link prediction workflows
Graph Algorithms for Data Science is a hands-on guide to working with graph-based data in applications like machine learning, fraud detection, and business data analysis. It’s filled with fascinating and fun projects, demonstrating the ins-and-outs of graphs. You’ll gain practical skills by analyzing Twitter, building graphs with NLP techniques, and much more.
Secure your Azure applications the right way.
- Set up secure access through Conditional Access policiesImplement Azure WAF on Application Gateway and Front Door
- Deploy Azure Firewall Premium for monitoring network activities
- Enable Microsoft Defender for Cloud to assess workload configurations
- Utilize Microsoft Sentinel for threat detection and analytics
- Establish Azure Policy for compliance with business rules
Correctly set up out-of-the-box Azure services to protect your web apps against both common and sophisticated threats, learn to continuously assess your systems for vulnerabilities, and discover cutting-edge operations for security hygiene, monitoring, and DevSecOps. Each stage is made clear and easy to follow with step-by-step instructions, complemented by helpful screenshots and diagrams.
Separate AI truth from AI hype, and learn how to put this powerful technology to work.
- Gain insight into diverse AI techniques and methodologies
- Learn from both successful and failed AI applications
- Identify the capabilities and limitations of AI systems
- Understand successful and failed uses of AI in business
- See where human cognition still exceeds AI
- Bust common myths like AI’s threat to jobs and civilization
- Manage AI projects effectively
Inside AI takes you on a journey through artificial intelligence, from AI’s origins in traditional expert systems all the way to deep learning and Large Language Models. There’s no hype here—you’ll get the grounded, evidence-based insights that are vital for making strategic decisions and preparing your business for the future.
A friendly, fully-illustrated introduction to the most important computer programming algorithms.
- Search, sort, and graph algorithms
- Data structures such as arrays, lists, hash tables, trees, and graphs
- NP-complete and greedy algorithms
- Performance trade-offs between algorithms
- Exercises and code samples in every chapter
- Over 400 illustrations with detailed walkthroughs
The first edition of Grokking Algorithms proved to over 100,000 readers that learning algorithms doesn't have to be complicated or boring! This revised second edition contains brand new coverage of trees, including binary search trees, balanced trees, B-trees and more. You’ll also discover fresh insights on data structure performance that takes account of modern CPUs. Plus, the book’s fully annotated code samples have been updated to Python 3.
A clear and practical beginner’s guide that shows you just how easy it can be to make the switch to Kubernetes!
Kubernetes for Developers reveals practical and painless methods for deploying your apps on Kubernetes—even for small-to-medium sized applications! You’ll learn how to migrate your existing apps onto Kubernetes without a rebuild, and implement modern cloud native architectures that can handle your future growth.
- Containerize a web application with Docker
- Host a containerized app on Kubernetes with a public cloud service
- Save money and improve performance with cloud native technologies
- Make your deployments reliable and fault tolerant
- Prepare your deployments to scale without a redesign
- Monitor, debug and tune application deployments on Kubernetes
Designed for busy working developers, this hands-on guide helps your first steps into Kubernetes using the powerful Google Kubernetes Engine (GKE) service. Learn how the GKE’s powerful automation tools can perform automatic checks and scaling, giving you more time to spend developing great applications. You’ll soon see that you don’t need to incur huge costs or have the manpower of an enterprise organization to get a productivity boost from Kubernetes!
Learn the latest features of modern C++ by coding eight engaging projects.
- Utilizing the new C++ features from C++ 11 to 23
- Effectively testing your C++ code
- What happens “under the hood” of C++ code
- Picking efficient algorithms and data structures
- std::format, STL algorithms, ranges, and coroutines
Learn C++ by Example rapidly gets up to speed with C++’s updates and changes, and ensures you’ll stay ahead as the language continues to change and grow. You’ll learn about vectors and ranges by generating Pascal’s triangle, create a racing game with new special member functions, build a slot machine with parameter packs, and more.
Get ready to code like a pro in Rust with insider techniques used by Rust veterans!
Code Like a Pro in Rust dives deep into memory management, asynchronous programming, and the core Rust skills that make you a Rust pro! Plus, you’ll find essential productivity techniques for Rust testing, tooling, and project management.
- Essential Rust tooling
- Core Rust data structures
- Memory management
- Testing in Rust
- Asynchronous programming for Rust
- Optimized Rust
- Rust project management
Code Like A Pro in Rust is a fast-track guide to building and delivering professional quality software in Rust. It skips the fluff and gets right to the heart of this powerful modern language. You’ll learn how to sidestep common Rust pitfalls and navigate quirks you might never have seen before—even if you’ve been programming for many years! Plus, discover timeless strategies for navigating the evolving Rust ecosystem and ensure your skills can easily adapt to future changes.
Learn about computer science by exploring the fascinating journey it took to make this book!
How Computers Make Books introduces what’s wonderful about computer science by showing how computers have transformed the art of publishing books.
- How human descriptions are translated into computer programs
- How a computer can understand document formatting
- How a program decides where to print ink on a page
- Why computer science is so interesting to computer scientists, and why it might interest you
- …and much more!
How do computers represent all the different languages and letters used by humans? How do we compress a book’s worth of complex information so it can be transferred in seconds? And what exactly is a computer program? This book answers all those questions by telling the story of how it was created!
Proven techniques and principles for modernizing legacy systems into new architectures that deliver serious competitive advantage.
- Identify strategic ambitions and challenges using listening and mapping tours
- Visualize your business landscape and crucial capabilities with Wardley Mapping
- Create a product taxonomy as a framework for your architecture
- Run big picture EventStorming workshops to map business domains
- Apply Team Topologies patterns to identify and refine value streams
- Design loosely coupled, domain-aligned software architectures
- Build internal developer platforms for rapid, reliable evolution
- Implement data mesh principles and tools to revolutionize data engineering
- Deliver compelling modernization roadmaps focused on continuous value
Architecture Modernization: Socio-technical alignment of software, strategy, and structure shows you how to turn the practice of architecting systems into a transformative process for your entire company. Chapter-by-chapter, you’ll identify the reasons and benefits of modernization, design an architecture that works for your business, and then implement your new approach in a progressive and sustainable manner. Every technique is illustrated with insightful industry examples and an interactive Miro board that lets you dig deeper.
Unit testing is more than just a collection of tools and practices—it’s a state of mind! This bestseller reveals the master’s secrets for delivering robust, maintainable, and trustworthy code.
- Create readable, maintainable, and trustworthy tests
- Work with fakes, stubs, mock objects, and isolation frameworks
- Apply simple dependency injection techniques
- Refactor legacy code with confidence
- Test both frontend and backend code
Effective unit tests streamline your software development process and ensure you deliver consistent high-quality code every time. With practical examples in JavaScript and Node, this hands-on guide takes you from your very first unit tests all the way to comprehensive test suites, naming standards, and refactoring techniques. You’ll explore test patterns and organization, working with legacy code and even “untestable” code. The many tool-agnostic examples are presented in JavaScript and carefully designed so that they apply to code written in any language.
Fully updated to Elixir 1.
- Updates for Elixir 1.15
- Elixir modules, functions, and type system
- Functional and concurrent programming
- Introduction to distributed system design
- Creating deployable releases
Fully updated to Elixir 1.15, this book contains new coverage of working with application configuration and the latest OTP releases. It teaches you the underlying principles and functional concepts of Elixir, and how each piece fits into the bigger picture of building production-ready systems with Elixir, Erlang, and the OTP framework.
Enter the Web Design Playground and start experimenting with all aspects of creating a web page—from design, to development, to publishing—in an easy-to-use free online workspace.
- Structuring a web page with HTML
- Styling a web page with CSS
- Modern page layout techniques
- Using colors in web design
- Making text look awesome with typography
HTML, CSS, and the principles of good web design are all you need to build something beautiful! You’ll find them all inside this one-of-a-kind guide. Best of all, this book gives you free access to a custom online workspace, the “playground!” You can concentrate on core skills like page layout and adding images and video, as well as learning typography, responsive design, and the other modern web design techniques.
Build powerful, production-ready search applications using the incredible features of Elasticsearch.
- Architecture, concepts, and fundamentals of Elasticsearch
- Installing, configuring, and running Elasticsearch and Kibana
- Creating an index with custom settings
- Data types, mapping fundamentals, and templates
- Fundamentals of text analysis and working with text analyzers
- Indexing, deleting, and updating documents
- Indexing data in bulk, and reindexing and aliasing operations
- Learning search concepts, relevancy scores, and similarity algorithms
Elasticsearch in Action, Second Edition teaches you to build scalable search applications using Elasticsearch. This completely new edition explores Elasticsearch fundamentals from the ground up. You’ll deep dive into design principles, search architectures, and Elasticsearch’s essential APIs. Every chapter is clearly illustrated with diagrams and hands-on examples. You’ll even explore real-world use cases for full text search, data visualizations, and machine learning. Plus, its comprehensive nature means you’ll keep coming back to the book as a handy reference!
Learn multicloud deployment on Anthos directly from the Google development team! Anthos delivers a consistent management platform for deploying and operating Linux and Windows applications anywhere—multi-cloud, edge, on-prem, bare metal, or VMware.
- How Anthos reduces your dependencies and stack-bloat
- Running applications across multiple clouds and platforms
- Handling different workloads and data
- Adding automation to speed up code delivery
- Modernizing infrastructure with microservices and Service Mesh
- Policy management for enterprises
- Security and observability at scale
Google Anthos in Action demystifies Anthos with practical examples of Anthos at work and invaluable insights from the Google team that built it. You’ll learn how to use this modern, Kubernetes-based cloud platform to balance costs, automate security, and run your software literally anywhere. The book is full of Google-tested patterns that will boost efficiency across the development lifecycle. It’s an absolutely essential guide for anyone working with Anthos, or delivering software in a cloud-centric world.
Learn statistics by analyzing professional basketball data! In this action-packed book, you’ll build your skills in exploratory data analysis by digging into the fascinating world of NBA games and player stats using the R language.
- Reading and writing data
- Installing and loading packages
- Transforming, tidying, and wrangling data
- Applying best-in-class exploratory data analysis techniques
- Creating compelling visualizations
- Developing supervised and unsupervised machine learning algorithms
- Executing hypothesis tests, including t-tests and chi-square tests for independence
- Computing expected values, Gini coefficients, z-scores, and other measures
If you’re looking to switch to R from another language, or trade base R for tidyverse functions, this book is the perfect training coach. Much more than a beginner’s guide, it teaches statistics and data science methods that have tons of use cases. And just like in the real world, you’ll get no clean pre-packaged data sets in Statistics Slam Dunk. You’ll take on the challenge of wrangling messy data to drill on the skills that will make you the star player on any data team.
This easy-to-read, hands-on guide demystifies concurrency concepts like threading, asynchronous programming, and parallel processing in any language.
- Get up to speed with the core concepts of concurrency, asynchrony, and parallel programming
- Learn the strengths and weaknesses of different hardware architectures
- Improve the sequential performance characteristics of your software
- Solve common problems for concurrent programming
- Compose patterns into a series of practices for writing scalable systems
- Write and implement concurrency systems that scale to any size
Discover effective concurrency practices that will help you leverage multiple cores, excel with high loads, handle terabytes of data, and continue working after hardware and software failures. The core concepts in this guide will remain eternally relevant, whether you’re building web apps, IoT systems, or handling big data.
Deliver fast, reliable, and maintainable applications by building backend servers, services, and frontends all in nothing but Rust.
- Developing database-backed web services in Rust
- Building and securing RESTful APIs
- Writing server-side web applications in Rust
- Measuring and benchmarking web service performance
- Packaging and deploying web services
- Full-stack Rust applications
The blazingly fast, safe, and efficient Rust language has been voted “most loved” for multiple consecutive years on the StackOverflow survey. Rust Server, Services, and Apps shows you why! Inside, you’ll build web servers, RESTful services, server-rendered apps, and client frontends just using Rust. You’ll learn to write code with small and predictable resource footprints, and build high-performing applications with unmatched safety and reliability.
Practical patterns for scaling machine learning from your laptop to a distributed cluster.
- Apply distributed systems patterns to build scalable and reliable machine learning projects
- Build ML pipelines with data ingestion, distributed training, model serving, and more
- Automate ML tasks with Kubernetes, TensorFlow, Kubeflow, and Argo Workflows
- Make trade-offs between different patterns and approaches
- Manage and monitor machine learning workloads at scale
Inside Distributed Machine Learning Patterns you’ll learn to apply established distributed systems patterns to machine learning projects—plus explore cutting-edge new patterns created specifically for machine learning. Firmly rooted in the real world, this book demonstrates how to apply patterns using examples based in TensorFlow, Kubernetes, Kubeflow, and Argo Workflows. Hands-on projects and clear, practical DevOps techniques let you easily launch, manage, and monitor cloud-native distributed machine learning pipelines.
Don’t fly blind.
- Apply observability in cloud native systems
- Understand observability signals, including their costs and benefits
- Apply good practices around instrumentation and signal collection
- Deliver dashboarding, alerting, and SLOs/SLIs at scale
- Choose the correct signal types for given roles or tasks
- Pick the right observability tool for any given function
- Communicate the benefits of observability to management
A well-designed observability system provides insight into bugs and performance issues in cloud native applications. They help your development team understand the impact of code changes, measure optimizations, and track user experience. Best of all, observability can even automate your error handling so that machine users apply their own fixes—no more 3AM calls for emergency outages.
Now in its third edition, this bestselling guide to TypeScript takes you through the nuts and bolts of the language.
- Configure the TypeScript development tools
- Use type annotations
- Create strongly typed functions and classes
- Use generic types
- Use type guards to determine types
- Create and consume type declaration files
- Use TypeScript to create web applications with Angular and React
The book starts you off with a proper understanding of the JavaScript type system that will make using TypeScript so much easier. On that solid foundation, you’ll build your understanding of TypeScript development, following a hands-on learning path all the way to TypeScript’s advanced features.
Empower your team with platforms built on top of Kubernetes using open source tools.
- The principles behind platform engineering and how these apply to Kubernetes
- Evaluating and adopting open-source projects to build domain specific platforms
- Creating Platform APIs to enable teams to release more software more efficiently
- Reducing the cognitive load of a platform for your teams
- Measuring your platform initiatives using established software delivery metrics
- Package, version, distribute, and deploy with Helm, Tekton, Dagger and Argo CD
- Implement a multi-cloud infrastructure strategy using Crossplane
- Progressive upgrades with Knative Serving and Argo Rollouts
- Enable development teams with standard application-level APIs with Dapr
A platform helps your team stay focused on delivering amazing software. But building a reliable platform on top of Kubernetes demands real expertise. Platform Engineering on Kubernetes reveals how to combine multiple popular open-source projects into a custom platform that works for your applications and your teams. It’s the perfect guide for your organization’s journey to Kubernetes, simplifying cloud native development for your dev teams and helping them deliver software faster.
Build super fast and super secure microservices with the gRPC high-performance messaging protocol and powerful Go language.
- Designing and implementing resilient microservice architecture
- Testing microservices
- Deploying microservices to the cloud with modern orchestration tools
- Monitoring and overseeing microservices
The powerful gRPC Remote Procedure Call framework delivers superior speed and security over protocols like REST. When paired with Golang’s low-level efficiency and flexibility, gRPC and Go become a killer combination for latency-sensitive microservices applications. gRPC Microservices in Go shows you how to utilize these powerful tools to build production-grade microservices. You’ll learn to develop microservice inter-service communication patterns that are powered by gRPC, design backward compatible APIs, and apply hexagonal architecture to microservices.
Bayesian optimization helps pinpoint the best configuration for your machine learning models with speed and accuracy.
- Train Gaussian processes on both sparse and large data sets
- Combine Gaussian processes with deep neural networks to make them flexible and expressive
- Find the most successful strategies for hyperparameter tuning
- Navigate a search space and identify high-performing regions
- Apply Bayesian optimization to cost-constrained, multi-objective, and preference optimization
- Implement Bayesian optimization with PyTorch, GPyTorch, and BoTorch
Bayesian Optimization in Action shows you how to optimize hyperparameter tuning, A/B testing, and other aspects of the machine learning process by applying cutting-edge Bayesian techniques. Using clear language, illustrations, and concrete examples, this book proves that Bayesian optimization doesn’t have to be difficult! You’ll get in-depth insights into how Bayesian optimization works and learn how to implement it with cutting-edge Python libraries. The book’s easy-to-reuse code samples let you hit the ground running by plugging them straight into your own projects.
Learn the skills you need to build React applications quickly! This fully revised second edition introduces JSX, functional components, React hooks, event and form handling, and more.
- Master React fundamentals
- Implement best practices and the components of good architecture
- Build intuitive user interfaces
- Create dynamic components with JSX
- Use lightweight functional components in React
- Make your app interactive with stateful components
- Utilize React hooks
- Handle events like button clicks and pass data between components
Build your skills with React fast! There’s no slow theory and tedious history in React Quickly—you’ll dive into React code right from the very first chapter. As you go, you’ll explore over 80 useful and practical examples that put React into action. This new second edition has been completely rewritten to cover the latest developments in the React framework. Perfect, whether you’re a React beginner or an experienced pro looking to keep their skills up to date.
Writing computer programs in Python just got a lot easier! Use AI-assisted coding tools like GitHub Copilot and ChatGPT to turn your ideas into applications faster than ever.
- Write fun and useful Python applications—no programming experience required!
- Use the Copilot AI coding assistant to create Python programs
- Write prompts that tell Copilot exactly what to do
- Read Python code and understand what it does
- Test your programs to make sure they work the way you want them to
- Fix code with prompt engineering or human tweaks
- Apply Python creatively to help out on the job
Learn AI-Assisted Python Programming: With GitHub Copilot and ChatGPT is a hands-on beginner’s guide that is written by two esteemed computer science university professors. It teaches you everything you need to start programming Python in an AI-first world. You’ll hit the ground running, writing prompts that tell your AI-assistant exactly what you want your programs to do. Along the way, you’ll pick up the essentials of Python programming and practice the higher-level thinking you’ll need to create working apps for data analysis, automating tedious tasks, and even video games.
Lead your demand planning process to excellence and deliver real value to your supply chain.
- Lead your team to improve quality while reducing workload
- Properly define the objectives and granularity of your demand planning
- Use intelligent KPIs to track accuracy and bias
- Identify areas for process improvement
- Help planners and stakeholders add value
- Determine relevant data to collect and how best to collect it
- Utilize different statistical and machine learning models
An expert demand forecaster can help an organization avoid overproduction, reduce waste, and optimize inventory levels for a real competitive advantage. Demand Forecasting Best Practices teaches you how to become that virtuoso demand forecaster.
This one-of-a-kind guide reveals forecasting tools, metrics, models, and stakeholder management techniques for delivering more effective supply chains. Everything you learn has been proven and tested in a live business environment. Discover author Nicolas Vandeput’s original five step framework for demand planning excellence and learn how to tailor it to your own company’s needs. Illustrations and real-world examples make each concept easy to understand and easy to follow. You’ll soon be delivering accurate predictions that are driving major business value.
Ensemble machine learning combines the power of multiple machine learning approaches, working together to deliver models that are highly performant and highly accurate.
- Methods for classification, regression, and recommendations
- Sophisticated off-the-shelf ensemble implementations
- Random forests, boosting, and gradient boosting
- Feature engineering and ensemble diversity
- Interpretability and explainability for ensemble methods
Ensemble machine learning trains a diverse group of machine learning models to work together, aggregating their output to deliver richer results than a single model. Now in Ensemble Methods for Machine Learning you’ll discover core ensemble methods that have proven records in both data science competitions and real-world applications. Hands-on case studies show you how each algorithm works in production. By the time you're done, you'll know the benefits, limitations, and practical methods of applying ensemble machine learning to real-world data, and be ready to build more explainable ML systems.
Build professional-grade full-stack web applications using C# and ASP.
- Build minimal APIs for serving JSON to client-side applications
- Create dynamic, server-side rendered applications using Razor Pages
- User authentication and authorization
- Store data using Entity Framework Core
- Unit and integration tests for ASP.NET Core applications
- Write custom middleware and components
Fully updated to ASP.NET Core 7.0! In ASP.NET Core in Action, Third Edition Microsoft MVP Andrew Lock teaches you how you can use your C# and .NET skills to build amazing cross-platform web applications. This revised bestseller reveals the latest .NET patterns, including minimal APIs and minimal hosting. Even if you've never worked with ASP.NET, you'll start creating productive cross-platform web apps fast. Illustrations and annotated code make learning visual and easy.
Build cross-platform apps with .NET MAUI! This exciting new technology helps you create mobile and desktop apps using a common set of .NET tools.
- Set up your environment for cross-platform development
- Write an interactive UI in XAML using out-of-the-box controls
- Apply the MVVM pattern to build maintainable code
- Extend your control library with custom controls
- Structure your app using common navigation paradigms
- Use common device features like GPS
- Use DevOps tools to automate deployment and testing
.NET MAUI in Action shows you how you can use the cutting-edge MAUI framework to write apps that will run on Windows, Android, macOS, and iOS platforms using your existing .NET development skills. This book reveals essential MAUI development techniques through hands-on example applications in every chapter. You’ll learn cross-platform development quickly as you start building your own rich apps, from to-do list apps, to a movie recommender app, and eventually a full-stack solution using enterprise architecture patterns. You’ll also learn how to use GitHub Actions to deploy robust, testable, and maintainable apps; and how to deliver a consistent look and feel across platforms. Throughout, you’ll use the built-in controls of .NET MAUI and learn how to develop your own custom solutions.
Solve common application design and usability issues with flair! These essential design and UX techniques will help you create good user experiences, iterate smoothly on frontend features, and collaborate effectively with designer colleagues.
- Use color, typography, and layout to create hierarchy on a web page
- Apply color palettes consistently in a user interface
- Choose the correct typefaces and fonts
- Conduct user research to validate design decisions
- Quickly plan a website’s layout and structure
In Design for Developers, author Stephanie Stimac shares the unique insights she’s learned as a designer on the Microsoft Developer Experiences team. This one-of-a-kind book provides a developer-centric approach to the essential design fundamentals of modern web applications. You’ll learn how to craft a polished visual design with just color, space, and typeface, and put all your new skills into practice to design a website from scratch.
Becoming a Kubernetes administrator is a big accomplishment—and passing the Certified Kubernetes Administrator (CKA) exam can be a big boost to your career! Learn the hands on skills you need to ace the exam with clear teaching and hands-on exercises that match the unique CKA test environment.
- Administer an application running on Kubernetes
- Troubleshoot errors inside a Kubernetes cluster
- Authenticate users and machines to the Kubernetes API
- Create persistent storage in Kubernetes
- Add additional functionality to an existing Kubernetes cluster
Acing the Certified Kubernetes Administrator Exam is your fast-track to becoming a Certified Kubernetes Administrator! Your expert exam tutor is Chad Crowell, whose courses have helped thousands of developers to understand Kubernetes and earn the coveted CKA certification. If you’re familiar with Kubernetes, this book will ensure you’re ready to pass in just one month of study. If you’re brand new, this is the perfect primer to get started on your Kubernetes journey.
Go hands-on with all the exam objectives, including deploying containerized applications to Kubernetes, accessing an application from an ingress resource, and backup and restore. Plus, essential exam tips and exercises help you work out your mental muscle memory.
Quickly master the massive Spring ecosystem with this focused, hands-on guide that teaches you exactly what you need to know.
- Build web applications with Spring
- Manage application objects with Spring context
- Implement data persistence using data sources and transactions
- Implement data exchange between applications using REST services
- Utilize Spring Boot's convention-over-configuration approach
- Write unit and integration tests for apps implemented with Spring
- Minimize work when building any kind of app
- Persisting data in a Spring application using the latest approach
Spring Start Here introduces you to Java development with Spring by concentrating on the core concepts you'll use in every application you build. You'll learn how to refactor an existing application to Spring, how to use Spring tools to make SQL database requests and REST calls, and how to secure your projects with Spring Security. There's always more to learn, and this book will make your next steps much easier.
Discover one-of-a-kind AI strategies never before seen outside of academic papers! Learn how the principles of evolutionary computation overcome deep learning’s common pitfalls and deliver adaptable model upgrades without constant manual adjustment.
- Solve complex design and analysis problems with evolutionary computation
- Tune deep learning hyperparameters with evolutionary computation (EC), genetic algorithms, and particle swarm optimization
- Use unsupervised learning with a deep learning autoencoder to regenerate sample data
- Understand the basics of reinforcement learning and the Q-Learning equation
- Apply Q-Learning to deep learning to produce deep reinforcement learning
- Optimize the loss function and network architecture of unsupervised autoencoders
- Make an evolutionary agent that can play an OpenAI Gym game
Evolutionary Deep Learning is a guide to improving your deep learning models with AutoML enhancements based on the principles of biological evolution. This exciting new approach utilizes lesser-known AI approaches to boost performance without hours of data annotation or model hyperparameter tuning. In this one-of-a-kind guide, you’ll discover tools for optimizing everything from data collection to your network architecture.
A vital guide to building the platforms and systems that bring deep learning models to production.
- Transfer your software development skills to deep learning systems
- Recognize and solve common engineering challenges for deep learning systems
- Understand the deep learning development cycle
- Automate training for models in TensorFlow and PyTorch
- Optimize dataset management, training, model serving and hyperparameter tuning
- Pick the right open-source project for your platform
Deep learning systems are the components and infrastructure essential to supporting a deep learning model in a production environment. Written especially for software engineers with minimal knowledge of deep learning’s design requirements, Designing Deep Learning Systems is full of hands-on examples that will help you transfer your software development skills to creating these deep learning platforms. You’ll learn how to build automated and scalable services for core tasks like dataset management, model training/serving, and hyperparameter tuning. This book is the perfect way to step into an exciting—and lucrative—career as a deep learning engineer.
Akka solves the big problems of distributed systems, from multithreading and concurrency to scalability and failure.
- Create basic programs with Akka Typed
- Work with clusters to build robust, fault-tolerant programs
- Use Akka with Kubernetes
- Build microservices with Akka
- Create and maintain distributed state with strong consistency guarantees
- Employ actor-based concurrency and parallelism
- Test Akka software
Akka in Action, Second Edition teaches you to use Akka Typed to solve common problems of distributed systems. You’ll learn how to bring together all of Akka’s moving parts to design and implement highly scalable and maintainable software. Extensively revised by Akka contributor Francisco López-Sancho Abraham, this new edition demonstrates Akka’s complex concepts through engaging hands-on examples. Discover the power of the Actor Model, how Akka works with Kubernetes, and how to utilize Akka modules to create microservices that are reliable and fault tolerant.
Entity Framework Core in Action, Second Edition is an in-depth guide to reading and writing databases with EF Core.
This international bestseller has been revised with new exercises, annotations, and full coverage of Scala 3.
- Recognize and write purely functional code
- Work with errors without using exceptions
- Work with state and concurrency
- Interact with functional structures that define common behaviors
- Write code that performs I/O without sacrificing functional programming
Functional Programming in Scala has helped over 30,000 developers discover the power of functional programming. You’ll soon see why reviewers have called it “mindblowing”! The book smooths the complexity curve of functional programming, making it simple to understand the basics and intuitive to progress to more advanced topics. Concrete examples and exercises show you FP in the real world and reveal how it can improve your everyday coding practices. This second edition comes packed with the latest standards of FP, as well as full code updates to Scala 3, and its new language features.
CSS is a must-know language for all web developers.
- A loading screen created by styling SVG graphics
- A responsive newspaper layout with multiple columns
- Animating social media buttons with pseudo-elements
- Designing layouts using CSS grids
- Summary cards that utilize hover interactions
- Styling forms to make them more appealing to your users
The projects may be tiny, but the CSS skills you’ll learn are huge! Tiny CSS Projects teaches you how to make beautiful websites and applications by guiding you through a dozen fun coding challenges. You’ll learn important skills through hands-on practice as you tinker with your own code and make real creative decisions about the projects you’re building. You’ll rapidly master the basics and then press on into CSS’s exciting layout features including grid and flexbox, animations, transitions, and media queries.
If you’re new to Python, it can be tough to understand when, where, and how to use all its language features.
- Building modules of functionality
- Creating a well-constructed web server application
- Integrating database access into your Python applications
- Refactor and decoupling systems to help scale them
- How to think about the big picture of your application
The Well-Grounded Python Developer builds on Python skills you’ve learned in isolation and shows you how to unify them into a meaningful whole. It helps you understand the dizzying array of libraries and teaches important concepts, like modular construction, APIs, and the design of a basic web server. As you work through this practical guide, you’ll discover how all the bits of Python link up as you build and modify a typical web server application—the kind of web app that’s in high demand by modern businesses.
A collection of best practices and design standards for web and internal APIs.
- Guiding principles for API patterns
- Fundamentals of resource layout and naming
- Handling data types for any programming language
- Standard methods that ensure predictability
- Field masks for targeted partial updates
- Authentication and validation methods for secure APIs
- Collective operations for moving, managing, and deleting data
- Advanced patterns for special interactions and data transformations
API Design Patterns reveals best practices for building stable, user-friendly APIs. These design patterns can be applied to solve common API problems and flexibly altered to fit your specific needs. Hands-on examples and relevant use-cases illustrate patterns for API fundamentals, advanced functionalities, and even uncommon scenarios.
Have you ever asked yourself, “How do I do that in Python?” If so, you’ll love this practical collection of the most important Python techniques.
- How do I join and split strings?
- How do I access dictionary keys, values, and items?
- How do I set and use the return value in function calls?
- How do I process JSON data?
- How do I create lazy attributes to improve performance?
- How do I change variables in a different namespace?
…and much more!
Python How-To walks you through the most important coding techniques in Python. Whether you’re doing data science, building web applications, or writing admin scripts, you’ll find answers to your “how-to” questions in this book. Inside you’ll find important insights into both Python basics and deep-dive topics to help you skill-up at any stage of your Python career. Author Yong Cui’s clear and practical writing is instantly accessible and makes it easy to take advantage of Python’s versatile tools and libraries. Perfect to be read both from cover to cover, and whenever you need help troubleshooting your code.
Your brain responds in a predictable way when it encounters new or difficult tasks.
- Fast and effective ways to master new programming languages
- Speed reading skills to quickly comprehend new code
- Techniques to unravel the meaning of complex code
- Ways to learn new syntax and keep it memorized
- Writing code that is easy for others to read
- Picking the right names for your variables
- Making your codebase more understandable to newcomers
- Onboarding new developers to your team
Learn how to optimize your brain’s natural cognitive processes to read code more easily, write code faster, and pick up new languages in much less time. This book will help you through the confusion you feel when faced with strange and complex code, and explain a codebase in ways that can make a new team member productive in days!
Build and upgrade an automated software delivery pipeline that supports containerization, integration testing, semantic versioning, automated deployment, and more.
- Develop better software based on feedback from customers
- Create a development pipeline that turns feedback into features
- Reduce bugs with pipeline automation that validates code before it is deployed
- Establish continuous testing for exceptional code quality
- Serverless, container-based, and server-based deployments
- Scale your deployment in a cost-effective way
- Deliver a culture of continuous improvement
Shipping Go is a hands-on guide to shipping Go-based software. Author Joel Holmes shows you the easy way to set up development pipelines, fully illustrated with practical examples in the powerful Go language. You’ll put continuous delivery and continuous integration into action, and discover instantly useful guidance on automating your team’s build and reacting with agility to customer demands. Your new pipelines will ferry your projects through production and deployment, and also improve your testing, code quality, and production applications.
Guide machine learning projects from design to production with the techniques in this one-of-a-kind project management guide.
- Understanding an ML project’s requirements
- Setting up the infrastructure for the project and resourcing a team
- Working with clients and other stakeholders
- Dealing with data resources and bringing them into the project for use
- Handling the lifecycle of models in the project
- Managing the application of ML algorithms
- Evaluating the performance of algorithms and models
- Making decisions about which models to adopt for delivery
- Taking models through development and testing
- Integrating models with production systems to create effective applications
- Steps and behaviors for managing the ethical implications of ML technology
Managing Machine Learning Projects is an end-to-end guide for delivering machine learning applications on time and under budget. It lays out tools, approaches, and processes designed to handle the unique challenges of machine learning project management. You’ll follow an in-depth case study through a series of sprints and see how to put each technique into practice. The book’s strong consideration to data privacy, and community impact ensure your projects are ethical, compliant with global legislation, and avoid being exposed to failure from bias and other issues.
Computer science theory quickly collides with the harsh reality of professional software development.
- Data types, algorithms, and data structures for speedy software development
- Putting "bad" practices to good use
- Learn to love testing
- Embrace code breaks and become friends with failure
- Beginner-friendly insight on code optimization, asynchronous programming, parallelization, and refactoring
Street Coder: Rules to break and how to break them is a programmer's survival guide, full of tips, tricks, and hacks that will make you a more efficient programmer. It takes the best practices you learn in a computer science class and deconstructs them to show when they’re beneficial—and when they aren't!
This book's rebel mindset challenges status quo thinking and exposes the important skills you need on the job. You'll learn the crucial importance of algorithms and data structures, turn programming chores into programming pleasures, and shatter dogmatic principles keeping you from your full potential. Welcome to the streets!
Do you know what happens to your personal data when you are browsing, buying, or using apps? Discover how your data is harvested and exploited, and what you can do to access, delete, and monetize it.
- The types of data you generate with every action, every day
- Where your data is stored, who controls it, and how much money they make from it
- How you can manage access and monetization of your own data
- Restricting data access to only companies and organizations you want to support
- The history of how we think about data, and why that is changing
- The new data ecosystem being built right now for your benefit
The data you generate every day is the lifeblood of many large companies—and they make billions of dollars using it. In Data for All, bestselling author John K. Thompson outlines how this one-sided data economy is about to undergo a dramatic change. Thompson pulls back the curtain to reveal the true nature of data ownership, and how you can turn your data from a revenue stream for companies into a financial asset for your benefit.
Browser-based software can quickly become complex and difficult to maintain, especially when it's implemented as a large single-page application.
Programming is a creative act.
- The seven dimensions of creativity in software engineering
- The scientific understanding of creativity and how it translates to programming
- Actionable advice and thinking exercises that will make you a better programmer
- Innovative communication skills for working more efficiently on a team
- Creative problem-solving techniques for tackling complex challenges
In The Creative Programmer you’ll learn the processes and habits of highly creative individuals and discover how you can build creativity into your programming practice. This fascinating new book introduces the seven domains of creative problem solving and teaches practical techniques that apply those principles to software development.
Hand-drawn illustrations, reflective thought experiments, and brain-tickling example problems help you get your creative juices flowing—you’ll even be able to track your progress against a scientifically validated Creative Programming Problem Solving Test. Before you know it, you’ll be thinking up new and novel ways to tackle the big challenges of your projects.
Build fully-featured APIs with ASP.
- Set up your environment with VS 2022, Node, Git, and more
- Create a ASP.NET Core project from scratch
- Integrate with SQL Server
- Use Entity Framework Core to set up a data model
- Create back-end controllers
- Design an API to serve data
- Write API documentation using Swagger and Swashbuckle
- Consume an API using typical web client-side frameworks
- Handle requests and routes using controllers and Minimal API
- Release and deploy your Web API in production on cloud-based hosting services such as MS Azure
Building Web APIs with ASP.NET Core is a practical beginner’s guide to creating your first web APIs using ASP.NET Core. In it, you’ll develop an API that feeds web-based services, including websites and mobile apps, for a board games application. The book is cleverly structured to mirror a real-world development project, with each chapter introducing a new feature request. You’ll build your API with an ecosystem of ASP.NET Core tools that help simplify everything from setting up your data model to generating documentation.
Deliver software that does what it’s supposed to do! Behavior-Driven Development guides your software projects to success with collaboration, communication techniques, and concrete requirements you can turn into automated tests.
- Implement and improve BDD practices
- Prioritize features from business goals
- Facilitate an example mapping session
- Write automated acceptance tests
- Scale up your automated acceptance tests
- Deliver accurate reporting and documentation
Around half of all software projects fail to deliver on requirements. Behavior-Driven Development (BDD) helps make sure that yours isn’t one of them. Behavior-Driven Development in Action, Second Edition teaches you how to ensure that everyone involved in a software project—from developers to non-technical stakeholders—are in agreement on goals and objectives. It lays out the communication skills, collaborative practices, and useful automation tools that will let you seamlessly succeed with BDD. Now in its second edition, this revised bestseller has been extensively updated with new techniques for incorporating BDD into large-scale and enterprise development practices such as Agile and DevOps.
Master the math behind CAD, game engines, GIS, and more! This hands-on book teaches you the geometry used to create simulations, 3D prints, and other models of the physical world.
- Speak the language of applied geometry
- Compose geometric transformations economically
- Craft custom splines for efficient curves and surface generation
- Pick and implement the right geometric transformations
- Confidently use important algorithms that operate on triangle meshes, distance functions, and voxels
Geometry for Programmers guides you through the math behind graphics and modeling tools. It’s full of practical examples and clear explanations that make sense even if you don’t have a background in advanced math. You’ll learn how basic geometry can help you avoid code layering and repetition, and even how to drive down cloud hosting costs with more efficient runtimes. Cheerful language, charts, illustrations, equations, and Python code help make geometry instantly relevant to your daily work as a developer.
Keep sensitive user data safe and secure without sacrificing the performance and accuracy of your machine learning models.
- Privacy considerations in machine learning
- Differential privacy techniques for machine learning
- Privacy-preserving synthetic data generation
- Privacy-enhancing technologies for data mining and database applications
- Compressive privacy for machine learning
Privacy Preserving Machine Learning is a comprehensive guide to avoiding data breaches in your machine learning projects. You’ll get to grips with modern privacy-enhancing techniques such as differential privacy, compressive privacy, and synthetic data generation. Based on years of DARPA-funded cybersecurity research, ML engineers of all skill levels will benefit from incorporating these privacy-preserving practices into their model development. By the time you’re done reading, you’ll be able to create machine learning systems that preserve user privacy without sacrificing data quality and model performance.
Master essential best practices for deploying and managing applications on Amazon Web Services.
- Leverage globally distributed data centers to launch virtual machines with EC2
- Store and archive large volumes of data with EBS, S3, and EFS
- Persist and query data with highly available and scalable database systems with RDS and DynamoDB
- Enhance performance with caching data in-memory with ElastiCache and MemoryDB
- Use Infrastructure as Code to automate your cloud infrastructure
- Secure workloads running in the cloud with VPC and IAM
- Build fault-tolerant web applications with ALB and SQS
- Automate common sysadmin tasks with Lambda, CLI, and SDK
- Build cloud-native applications based on containers with AppRunner, ECS, Fargate
Thousands of developers have chosen Amazon Web Services in Action: An in-depth guide to AWS to help them succeed with the AWS cloud. Readers love this all-practical handbook for its complete introduction to computing, storage, and networking, along with best practices for all core AWS services. This revised third edition features new chapters on containerization, along with a variety of AWS innovations. You’ll also learn how automating your infrastructure with IAC is a game changer for your cloud deployment, delivering a massive boost to efficiency and quality.
An effective Chief Technology Officer shapes almost every aspect of a modern business.
- Effective interaction and relationship-building with other C-level executives
- Creating long term visions and executing on short term goals
- Interviewing, hiring, and terminating team members
- Negotiating salaries and managing promotions
- Architecting future-proofed systems
- Handling security breaches and ransomware attacks
- Putting together budgets and working with your CFO
- Identifying and managing outsourced vendor opportunities
- Managing and communicating bad news by leading with data, not passion
- Being the kind of leader that employees want to follow and emulate
Becoming a CTO is an incredible accomplishment. It’s also one of the hardest transitions a technologist can make. This high-power and high-pressure role demands skills that are rarely developed as a software engineer. Think Like a CTO shines a light on all the areas an aspiring CTO needs to master to succeed. You’ll learn how to build incredible working relationships with the rest of the C-suite, transform a company with private equity, and recruit and manage your development team. With this book as your guide, you’ll quickly become a trusted leader figure with an inspiring vision for your company.
TypeScript is JavaScript with an important upgrade! By adding a strong type system to JavaScript, TypeScript can help you eliminate entire categories of runtime errors.
Learn how AI-assisted coding using ChatGPT and GitHub Copilot can dramatically increase your productivity (and fun) writing regular expressions and other programs.
Engineer privacy into your systems with these hands-on techniques for data governance, legal compliance, and surviving security audits.
- Classify data based on privacy risk
- Build technical tools to catalog and discover data in your systems
- Share data with technical privacy controls to measure reidentification risk
- Implement technical privacy architectures to delete data
- Set up technical capabilities for data export to meet legal requirements like Data Subject Asset Requests (DSAR)
- Establish a technical privacy review process to help accelerate the legal Privacy Impact Assessment (PIA)
- Design a Consent Management Platform (CMP) to capture user consent
- Implement security tooling to help optimize privacy
- Build a holistic program that will get support and funding from the C-Level and board
Data Privacy teaches you to design, develop, and measure the effectiveness of privacy programs. You’ll learn from author Nishant Bhajaria, an industry-renowned expert who has overseen privacy at Google, Netflix, and Uber. The terminology and legal requirements of privacy are all explained in clear, jargon-free language. The book’s constant awareness of business requirements will help you balance trade-offs, and ensure your user’s privacy can be improved without spiraling time and resource costs.
Take PowerShell beyond simple scripts and build time-saving automations for your team, your users, and the world.
- Build PowerShell functions to automate common and complex tasks
- Create smart automations that are adaptable to new challenges
- Structure your code for sharing and reusability
- Store and secure your automations
- Execute automations with Azure Automation, Jenkins, Task Scheduler, and Cron
- Share your automations with your team and non-technical colleagues
- Store and retrieve data, credentials, and variables
- Use source control solutions to maintain and test code changes
- Provide front-end UI solutions for PowerShell automations
Practical Automation in PowerShell reveals how you can use PowerShell to build automation solutions for a huge number of common admin and DevOps tasks. Author Matthew Dowst uses his decades of experience to lay out a real blueprint for setting up an enterprise scripting environment with PowerShell. The book goes beyond the basics to show you how to handle the unforeseen complexities that can keep automations from becoming reusable and resilient. From the console to the cloud, you'll learn how to manage your code, avoid common pitfalls, and create sharable automations that are adaptable to different use cases.
Learn the awesome Julia programming language by building fun projects like a rocket launcher, a password keeper, and a battle simulator.
- Data types like numbers, strings, arrays, and dictionaries
- Immediate feedback with Julia’s read-evaluate-print-loop (REPL)
- Simplify code interactions with multiple dispatch
- Sharing code using modules and packages
- Object-oriented and functional programming styles
Julia as a Second Language introduces Julia to readers with a beginning-level knowledge of another language like Python or JavaScript. You’ll learn by coding engaging hands-on projects that encourage you to apply what you’re learning immediately. Don’t be put off by Julia’s reputation as a scientific programming language—there’s no data science or numerical computing knowledge required. You can get started with what you learned in high school math classes.
Effectively reading and understanding existing code is a developer’s superpower.
- Determine what code does the first time you see it
- Expose code logic problems
- Evaluate heap dumps to find memory leaks
- Monitor CPU consumption to optimize execution
- Use thread dumps to find and solve deadlocks
- Easily follow a service-oriented or microservices system
- Properly use logging to better understand Java app execution
- Use Java debuggers efficiently
Searching for bugs, detangling messy legacy code, or evaluating your codebase for new features sucks up much of a developer's time. Troubleshooting Java: Read, debug, and optimize JVM applications teaches code investigation techniques that will help you efficiently understand how Java apps work, how to optimize them, and how to fix the bugs that break them. You’ll go from the basics of debugging to advanced methods for locating problems in microservices architectures, and save yourself hours—or even days—of time. Each new technique is explained with lively illustrations and engaging real-world examples.
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.
- 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 modern innovations and timeless fundamentals you need to know to become a Java master. Authors Ben Evans, Martijn Verburg, and Jason Clark distill their decades of experience as Java Champions, veteran developers, and key contributors to the Java ecosystem into this clear and practical guide. You’ll discover how Java works under the hood and learn design secrets from Java’s long history. Each concept is illustrated with hands-on examples, including a fully modularized application/library and creating your own multithreaded application.
Master Java persistence using the industry-leading tools Spring Data and Hibernate.
- Mapping persistent classes, value types, and inheritance
- Mapping collections and entity associations
- Processing transactions with Spring Data and Hibernate
- Creating fetch plans, strategies, and profiles
- Filtering data
- Building Spring Data REST projects
- Using Java persistence with non-relational databases
- Querying JPA with QueryDSL
- Testing Java persistence applications
Java Persistence with Spring Data and Hibernate teaches you the ins-and-outs of Java persistence with hands-on examples using Spring Data, JPA, and Hibernate. The book carefully analyzes the capabilities of the major Java persistence tools, and guides you through the most common use cases. By comparing and contrasting the alternatives, you’ll find it easy to choose the right tool choice for your applications. You’ll learn how to make and utilize mapping strategies, about the different approach to transactions for both Hibernate and Spring Data, and even how to efficiently test Java persistence applications. The practical techniques are demonstrated with both relational and non-relational databases.
Revolutionize the way your organization approaches data with a data mesh! This new decentralized architecture outpaces monolithic lakes and warehouses and can work for a company of any size.
- Implement a data mesh in your organization
- Turn data into a data product
- Move from your current data architecture to a data mesh
- Identify data domains, and decompose an organization into smaller, manageable domains
- Set up the central governance and local governance levels over data
- Balance responsibilities between the two levels of governance
- Establish a platform that allows efficient connection of distributed data products and automated governance
Data Mesh in Action reveals how this groundbreaking architecture looks for both startups and large enterprises. You won’t need any new technology—this book shows you how to start implementing a data mesh with flexible processes and organizational change. You’ll explore both an extended case study and real-world examples. As you go, you’ll be expertly guided through discussions around Socio-Technical Architecture and Domain-Driven Design with the goal of building a sleek data-as-a-product system. Plus, dozens of workshop techniques for both in-person and remote meetings help you onboard colleagues and drive a successful transition.
The next generation of containers is here.
- Build and run containers in rootless mode
- Develop and manage pods
- Use SystemD to oversee a container’s lifecycle
- Work with the Podman service via Python
- Keep your containers confined using Podman security features
- Manage containerized applications on edge devices
Podman in Action shows you how to deploy containerized applications on Linux, Windows, and MacOS systems using Podman. Written by Daniel Walsh, who leads the Red Hat Podman team, this book teaches you how to securely manage the entire application lifecycle without human intervention. You’ll quickly get to grips with Podman’s unique advantages over Docker, and learn how easy it is to migrate your Docker-based infrastructure. It also demonstrates how, with Podman, you can easily convert containerized applications into Kubernetes-based microservices.
Optimize the performance of your systems with practical experiments used by engineers in the world’s most competitive industries.
- Design, run, and analyze an A/B test
- Break the "feedback loops" caused by periodic retraining of ML models
- Increase experimentation rate with multi-armed bandits
- Tune multiple parameters experimentally with Bayesian optimization
- Clearly define business metrics used for decision-making
- Identify and avoid the common pitfalls of experimentation
Experimentation for Engineers: From A/B testing to Bayesian optimization is a toolbox of techniques for evaluating new features and fine-tuning parameters. You’ll start with a deep dive into methods like A/B testing, and then graduate to advanced techniques used to measure performance in industries such as finance and social media. Learn how to evaluate the changes you make to your system and ensure that your testing doesn’t undermine revenue or other business metrics. By the time you’re done, you’ll be able to seamlessly deploy experiments in production while avoiding common pitfalls.
Strategies, best practices, and patterns that will help you design resilient microservices architecture and streamline your API integrations.
- Service decomposition strategies for microservices
- Documentation-driven development for APIs
- Best practices for designing REST and GraphQL APIs
- Documenting REST APIs with the OpenAPI specification (formerly Swagger)
- Documenting GraphQL APIs using the Schema Definition Language
- Building microservices APIs with Flask, FastAPI, Ariadne, and other frameworks
- Service implementation patterns for loosely coupled services
- Property-based testing to validate your APIs, and using automated API testing frameworks like schemathesis and Dredd
- Adding authentication and authorization to your microservice APIs using OAuth and OpenID Connect (OIDC)
- Deploying and operating microservices in AWS with Docker and Kubernetes
Microservice APIs teaches you practical techniques for designing robust microservices with APIs that are easy to understand, consume, and maintain. You’ll benefit from author José Haro Peralta’s years of experience experimenting with microservices architecture, dodging pitfalls and learning from mistakes he’s made. Inside you’ll find strategies for delivering successful API integrations, implementing services with clear boundaries, managing cloud deployments, and handling microservices security. Written in a framework-agnostic manner, its universal principles can easily be applied to your favorite stack and toolset.
Stop dangerous threats and secure your vulnerabilities without slowing down delivery.
- Why application security is so important to modern software
- Application security tools you can use throughout the development lifecycle
- Creating threat models
- Rating discovered risks
- Gap analysis on security tools
- Mitigating web application vulnerabilities
- Creating a DevSecOps pipeline
- Application security as a service model
- Reporting structures that highlight the value of application security
- Creating a software security ecosystem that benefits development
- Setting up your program for continuous improvement
The Application Security Program Handbook teaches you to implement a robust program of security throughout your development process. It goes well beyond the basics, detailing flexible security fundamentals that can adapt and evolve to new and emerging threats. Its service-oriented approach is perfectly suited to the fast pace of modern development. Your team will quickly switch from viewing security as a chore to an essential part of their daily work. Follow the expert advice in this guide and you’ll reliably deliver software that is free from security defects and critical vulnerabilities.
Create masterful, maintainable Python packages! This book includes pro tips for design, automation, testing, deployment, and even release as an open source project!
In Publishing Python Packages you will learn how to:
- Build extensions and console script commands
- Use tox to automate packaging, installing, and testing
- Build a continuous integration pipeline using GitHub Actions
- Improve code quality and reduce manual review using black, mypy, and flake8
- Create published documentation for your packages
- Keep packages up to date with pyupgrade and Dependabot
- Foster an open source community using GitHub features
Publishing Python Packages teaches you how to easily share your Python code with your team and the outside world.
Build and deliver production-grade cloud-native apps with Spring framework and Kubernetes.
- Cloud native best practices and design patterns
- Build and test cloud native apps with Spring Boot and Spring Cloud
- Handle security, resilience, and scalability in imperative and reactive applications
- Configure, deploy, and observe applications on Kubernetes
- Continuous delivery and GitOps to streamline your software lifecycle
Cloud Native Spring in Action is a practical guide to building applications that are designed for cloud environments. You’ll learn effective Spring and Kubernetes cloud development techniques that you can immediately apply to enterprise-grade applications. Follow a detailed and complete cloud native system from first concept right through to production and deployment, learning best practices, design patterns, and little-known tips and tricks for pain-free cloud native development. Including coverage of security, continuous delivery, and configuration, this hands-on guide is the perfect primer for navigating the increasingly complex cloud landscape.
Razor Pages lets you build, configure, and deploy amazing dynamic ASP.
- Building, configuring, and publishing a data-driven website
- Creating a complete web application step-by-step
- Forms for collecting and processing user data
- Connecting to databases from a Razor Page
- Protecting areas of a Razor Page from unauthorized access with ASP.NET Identity
- Using Object Relational Mapping tools to work with data in Razor Pages applications
- Generating CRUD pages using scaffolding gestures
- Generating and sending email from your web application
ASP.NET Core Razor Pages in Action teaches you to develop dynamic websites using the powerful Razor Pages framework, .NET 6, and ASP.NET. Razor Pages generates HTML on the server, and is the perfect choice for eCommerce sites, intranet services, content management systems, and other apps that require reliability. In this book, you’ll use Razor Pages to build a complete application for booking city breaks, learning to iterate amazing new features chapter-by-chapter. You’ll even learn how to enhance your web applications with the huge ecosystem of C# libraries, and how to locate the perfect tool for your task using centralized repositories.
Learn the big skills of C programming by creating bite-size projects! Work your way through these 15 fun and interesting tiny challenges to master essential C techniques you’ll use in full-size applications.
- Create libraries of functions for handy use and re-use
- Process input through an I/O filter to generate customized output
- Use recursion to explore a directory tree and find duplicate files
- Develop AI for playing simple games
- Explore programming capabilities beyond the standard C library functions
- Evaluate and grow the potential of your programs
- Improve code to better serve users
Tiny C Projects is an engaging collection of 15 small programming challenges! This fun read develops your C abilities with lighthearted games like tic-tac-toe, utilities like a useful calendar, and thought-provoking exercises like encoding and cyphers. Jokes and lighthearted humor make even complex ideas fun to learn. Each project is small enough to complete in a weekend, and encourages you to evolve your code, add new functions, and explore the full capabilities of C.
This friendly, fast-paced guide is perfect for anyone puzzled by the cloud! Learn the fundamentals of Amazon Web Services, and be ready to ace your AWS Certified Cloud Practitioner Exam.
- How cloud computing and AWS are different from “legacy” systems
- Prepare for the AWS Certified Cloud Practitioner Exam
- When cloud computing is the right option for your organization
- Core AWS services including storage services, database services, and security services
- How billing and pricing work on AWS, and how to pick for your budget
- Security and compliance concepts for building in AWS
AWS for Non-engineers is for anyone just starting with Amazon Web Services or cloud computing in general—whether you’re in customer service, marketing, or management. It’s written by Hiroko Nishimura, and is based on her acclaimed video courses that have been taken by over 300,000 learners. In this reader-friendly book, you’ll learn how to talk about cloud concepts with engineers, what the cloud could do for your business, and how to start using AWS’s amazing services for your own IT tasks. When you’re finished, you’ll be comfortable with the basics of cloud computing on AWS and you’ll be prepared to take the AWS Certified Cloud Practitioner Exam!
Ensure your web APIs are consistent and bug-free by implementing an automated testing process.
- Design and implement a web API testing strategy
- Set up a test automation suite
- Learn contract testing with Pact
- Facilitate collaborative discussions to test web API designs
- Perform exploratory tests
- Experiment safely in a downloadable API sandbox environment
Testing Web APIs teaches you to plan and implement the perfect testing strategy for your web APIs. In it, you’ll explore dozens of different testing activities to help you develop a custom testing regime for your projects. This practical book demystifies abstract strategic concepts by applying them to common API testing scenarios, revealing how these complex ideas work in the real world. You’ll learn to take a risk-driven approach to API testing, and build a strategy that goes beyond the basics of code and requirements coverage. Your whole team will soon be involved in ensuring quality!
Spot errors in your Go code you didn’t even know you were making and boost your productivity by avoiding common mistakes and pitfalls.
- Dodge the most common mistakes made by Go developers
- Structure and organize your Go application
- Handle data and control structures efficiently
- Deal with errors in an idiomatic manner
- Improve your concurrency skills
- Optimize your code
- Make your application production-ready and improve testing quality
100 Go Mistakes and How to Avoid Them puts a spotlight on common errors in Go code you might not even know you’re making. You’ll explore key areas of the language such as concurrency, testing, data structures, and more—and learn how to avoid and fix mistakes in your own projects. As you go, you’ll navigate the tricky bits of handling JSON data and HTTP services, discover best practices for Go code organization, and learn how to use slices efficiently.
Deliver huge improvements to your machine learning pipelines without spending hours fine-tuning parameters! This book’s practical case studies reveal feature engineering techniques that upgrade your data wrangling—and your ML results.
- Identify and implement feature transformations for your data
- Build powerful machine learning pipelines with unstructured data like text and images
- Quantify and minimize bias in machine learning pipelines at the data level
- Use feature stores to build real-time feature engineering pipelines
- Enhance existing machine learning pipelines by manipulating the input data
- Use state-of-the-art deep learning models to extract hidden patterns in data
Feature Engineering Bookcamp guides you through a collection of projects that give you hands-on practice with core feature engineering techniques. You’ll work with feature engineering practices that speed up the time it takes to process data and deliver real improvements in your model’s performance. This instantly-useful book skips the abstract mathematical theory and minutely-detailed formulas; instead you’ll learn through interesting code-driven case studies, including tweet classification, COVID detection, recidivism prediction, stock price movement detection, and more.
Running your systems in the cloud doesn’t automatically make them secure.
- Securely grant access to AWS resources to coworkers and customers
- Develop policies for ensuring proper access controls
- Lock-down network controls using VPCs
- Record audit logs and use them to identify attacks
- Track and assess the security of an AWS account
- Counter common attacks and vulnerabilities
Written by security engineer Dylan Shields, AWS Security provides comprehensive coverage on the key tools and concepts you can use to defend AWS-based systems. You’ll learn how to honestly assess your existing security protocols, protect against the most common attacks on cloud applications, and apply best practices to configuring identity and access management and virtual private clouds.
Eliminate the unavoidable complexity of object-oriented designs.
- 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 approach represents data with generic immutable data structures. It simplifies state management, eases concurrency, and does away with the common problems you’ll find in object-oriented code. The book presents powerful new ideas through conversations, code snippets, and diagrams that help you quickly grok what’s great about DOP. Best of all, the paradigm is language-agnostic—you’ll learn to write DOP code that can be implemented in JavaScript, Ruby, Python, Clojure, and also in traditional OO languages like Java or C#.
Build hyper-fast and hyper-efficient web applications with GraphQL! This practical, comprehensive guide introduces the powerful GRANDStack for developing full stack web applications based in graph data structures.
- Build backend functionalities for GraphQL applications
- Model a GraphQL API with GraphQL type definitions
- Utilize Neo4j as a backend database
- Handle authentication and authorization with GraphQL
- Implement pagination and rate limiting in a GraphQL API
- Develop a GraphQL service with Apollo Server
- Install Neo4j Database on different platforms
- Create a basic frontend application using React and Apollo Client
- Deploy a full stack GraphQL application to the cloud
The GraphQL query language radically reduces over-fetching or under-fetching of data by constructing precise graph-based data requests. In Full Stack GraphQL Applications you’ll learn how to build graph-aware web applications that take full advantage of GraphQL’s amazing efficiency. Neo4j’s William Lyon teaches you everything you need to know to design, deploy, and maintain a GraphQL API from scratch. He reveals how you can build your web apps with GraphQL, React, Apollo, and Neo4j Database, aka “the GRANDstack,” to get maximum performance out of GraphQL.
Use Infrastructure as Code (IaC) to automate, test, and streamline infrastructure for business-critical systems.
- Optimize infrastructure for modularity and isolate dependencies
- Test infrastructure configuration
- Mitigate, troubleshoot, and isolate failed infrastructure changes
- Collaborate across teams on infrastructure development
- Update infrastructure with minimal downtime using blue-green deployments
- Scale infrastructure systems supporting multiple business units
- Use patterns for provisioning tools, configuration management, and image building
- Deliver secure infrastructure configuration to production
Infrastructure as Code, Patterns and Practices teaches you to automate infrastructure by applying changes in a codified manner. You’ll learn how to create, test, and deploy infrastructure components in a way that’s easy to scale and share across an entire organization. The book is full of flexible automation techniques that work whether you’re managing your personal projects or making live network changes across a large enterprise.
A system administrator or infrastructure engineer will learn essential software development practices for managing IaC, while developers will benefit from in-depth coverage of assembling infrastructure as part of DevOps culture. While the patterns and techniques are tool agnostic, you’ll appreciate the easy-to-follow examples in Python and Terraform.
Explore the fascinating and rich world of Secret Key cryptography! This book provides practical methods for encrypting messages, an interesting and entertaining historical perspective, and an incredible collection of ciphers and codes—including 30 unbreakable methods.
- Measure the strength of your ciphers and learn how to guarantee their security
- Construct and incorporate data-compression codes
- Generate true random numbers in bulk
- Construct huge primes and safe primes
- Add an undetectable backdoor to a cipher
- Defeat hypothetical ultracomputers that could be developed decades from now
- Construct 30 unbreakable ciphers
Secret Key Cryptography gives you a toolbox of cryptographic techniques and Secret Key methods. The book’s simple, non-technical language is easy to understand and accessible for any reader, even without the advanced mathematics normally required for cryptography. You’ll learn how to create and solve ciphers, as well as how to measure their strength. As you go, you’ll explore both historic ciphers and groundbreaking new approaches—including a never-before-seen way to implement the uncrackable One-Time Pad algorithm.
Whoever you are, this book is for you! History buffs will love seeing the evolution of sophisticated cryptographic methods, hobbyists will get a gentle introduction to cryptography, and engineers and computer scientists will learn the principles of constructing secure ciphers. Even professional cryptographers will find a range of new methods and concepts never published before.
Master ARM templates, Bicep, and other Azure Infrastructure-as-Code tools, techniques, and practices to build infrastructure on the Azure cloud.
- Create reusable infrastructure templates using advanced features of the ARM (Azure Resource Manager) syntax
- Write templates with the Azure Bicep domain-specific language (DSL)
- Test ARM and Bicep templates
- Deploy templates using deployment pipelines
- Guarantee repeated outcomes when you reuse templates to replicate infrastructure
- Share templates between teams
- Provision templates to provide standards and Azure Policy to enforce them
- Orchestrate complex deployments using Azure DevOps and GitHub Actions
- Pre-provision environments for other teams with deployment stacks
Azure Infrastructure as Code teaches you to use Azure’s native infrastructure as code (IaC) tools, like ARM and Bicep, to build, manage, and scale infrastructure with just a few lines of code. You’ll discover ARM templates, deployment stacks, and the powerful new language Bicep. See how easy they make it to create new environments, safely make infrastructure changes, govern your resources using Azure Policy, and prevent configuration drift. Loaded with in-depth coverage of syntax and lots of illustrative examples, this hands-on guide is a must-read for anyone looking to expand their knowledge of provisioning.
Skills to grow from a solo coder into a productive member of a software development team, with seasoned advice on everything from refactoring to acing an interview.
- The skills you need to succeed on a software development team
- Best practices for writing maintainable code
- Testing and commenting code for others to read and use
- Refactoring code you didn’t write
- What to expect from a technical interview process
- How to be a tech leader
- Getting around gatekeeping in the tech community
Skills of a Successful Software Engineer is a best practices guide for succeeding on a software development team. The book reveals how to optimize both your code and your career, from achieving a good work-life balance to writing the kind of bug-free code delivered by pros. You’ll master essential skills that you might not have learned as a solo coder, including meaningful code commenting, unit testing, and using refactoring to speed up feature delivery. Timeless advice on acing interviews and setting yourself up for leadership will help you throughout your career. Crack open this one-of-a-kind guide, and you’ll soon be working in the professional manner that software managers expect.
Kickstart a career in cybersecurity by adapting your existing technical and non-technical skills.
- Self-analysis exercises to find your unique capabilities and help you excel in cybersecurity
- How to adapt your existing skills to fit a cybersecurity role
- Succeed at job searches, applications, and interviews to receive valuable offers
- Ways to leverage professional networking and mentoring for success and career growth
- Building a personal brand and strategy to stand out from other applicants
- Overcoming imposter syndrome and other personal roadblocks
Cybersecurity Career Guide unlocks your pathway to becoming a great security practitioner. You’ll learn how to reliably enter the security field and quickly grow into your new career, following clear, practical advice that’s based on research and interviews with hundreds of hiring managers. Practical self-analysis exercises identify gaps in your resume, what makes you valuable to an employer, and what you want out of your career in cyber. You’ll assess the benefits of all major professional qualifications, and get practical advice on relationship building with mentors.
Take a deep dive into Kubernetes inner components and discover what really powers a Kubernetes cluster.
- Kubernetes base components
- Kubernetes networking
- Storage and the Container Storage Interface
- External load balancing and ingress
- Kubernetes security
- Different ways of creating a Kubernetes cluster
- Configuring Kubernetes to use a GPU
To build and operate reliable Kubernetes-based systems, you need to understand what’s going on below the surface. Core Kubernetes is an in-depth guide to Kubernetes’ internal workings written by Kubernetes contributors Chris Love and Jay Vyas. It’s packed with experience-driven insights and advanced techniques you won’t find anywhere else. You’ll understand the unique security concerns of container-based applications, minimize costly unused capacity, and get pro tips for maximizing performance. Diagrams, labs, and hands-on examples ensure that the complex ideas are easy to understand and practical to apply.
An example-driven guide to building reusable UI components and web frontends—all with Blazor, C#, and .NET.
- Blazor + WebAssembly
- Picking the right hosting model
- Building reusable UI components
- Building forms with validation
- Integrating with JavaScript libraries
- Securing your application
- Testing your applications
Blazor in Action is a practical guide to building stunning UIs and client-side applications using C# and .NET. You’ll use the Blazor frontend framework to create a fun and exciting web application for plotting hiking routes. As you build up your new application, you’ll master the key features of Blazor, such as routing, forms and validation, and dynamic and reusable components. By the time you're done, you'll be ready to develop beautiful sites and apps that seamlessly execute your C# code natively in the browser.
The book is written to the most recent stable build of Blazor and seamlessly integrates fresh features from .NET 6.
Optimize the decisions that define your code by exploring the common mistakes and intentional tradeoffs made by expert developers.
- Reason about your systems to make intuitive and better design decisions
- Understand consequences and how to balance tradeoffs
- Pick the right library for your problem
- Thoroughly analyze all of your service’s dependencies
- Understand delivery semantics and how they influence distributed architecture
- Design and execute performance tests to detect code hot paths and validate a system’s SLA
- Detect and optimize hot paths in your code to focus optimization efforts on root causes
- Decide on a suitable data model for date/time handling to avoid common (but subtle) mistakes
- Reason about compatibility and versioning to prevent unexpected problems for API clients
- Understand tight/loose coupling and how it influences coordination of work between teams
- Clarify requirements until they are precise, easily implemented, and easily tested
- Optimize your APIs for friendly user experience
Code performance versus simplicity. Delivery speed versus duplication. Flexibility versus maintainability—every decision you make in software engineering involves balancing tradeoffs. In Software Mistakes and Tradeoffs you’ll learn from costly mistakes that Tomasz Lelek and Jon Skeet have encountered over their impressive careers. You’ll explore real-world scenarios where poor understanding of tradeoffs lead to major problems down the road, so you can pre-empt your own mistakes with a more thoughtful approach to decision making.
Learn how code duplication impacts the coupling and evolution speed of your systems, and how simple-sounding requirements can have hidden nuances with respect to date and time information. Discover how to efficiently narrow your optimization scope according to 80/20 Pareto principles, and ensure consistency in your distributed systems. You’ll soon have built up the kind of knowledge base that only comes from years of experience.
Optimize every stage of your machine learning pipelines with powerful automation components and cutting-edge tools like AutoKeras and KerasTuner.
- Improve a machine learning model by automatically tuning its hyperparameters
- Pick the optimal components for creating and improving your pipelines
- Use AutoML toolkits such as AutoKeras and KerasTuner
- Design and implement search algorithms to find the best component for your ML task
- Accelerate the AutoML process with data-parallel, model pretraining, and other techniques
Automated Machine Learning in Action reveals how you can automate the burdensome elements of designing and tuning your machine learning systems. It’s written in a math-lite and accessible style, and filled with hands-on examples for applying AutoML techniques to every stage of a pipeline. AutoML can even be implemented by machine learning novices! If you’re new to ML, you’ll appreciate how the book primes you on machine learning basics. Experienced practitioners will love learning how automated tools like AutoKeras and KerasTuner can create pipelines that automatically select the best approach for your task, or tune any customized search space with user-defined hyperparameters, which removes the burden of manual tuning.
Field-tested tips, tricks, and design patterns for building machine learning projects that are deployable, maintainable, and secure from concept to production.
- Evaluating data science problems to find the most effective solution
- Scoping a machine learning project for usage expectations and budget
- Process techniques that minimize wasted effort and speed up production
- Assessing a project using standardized prototyping work and statistical validation
- Choosing the right technologies and tools for your project
- Making your codebase more understandable, maintainable, and testable
- Automating your troubleshooting and logging practices
Ferrying a machine learning project from your data science team to your end users is no easy task. Machine Learning Engineering in Action will help you make it simple. Inside, you’ll find fantastic advice from veteran industry expert Ben Wilson, Principal Resident Solutions Architect at Databricks.
Ben introduces his personal toolbox of techniques for building deployable and maintainable production machine learning systems. You’ll learn the importance of Agile methodologies for fast prototyping and conferring with stakeholders, while developing a new appreciation for the importance of planning. Adopting well-established software development standards will help you deliver better code management, and make it easier to test, scale, and even reuse your machine learning code. Every method is explained in a friendly, peer-to-peer style and illustrated with production-ready source code.
Build and deploy a live website in just 30 minutes using Hugo.
- Building web pages with Hugo and Jamstack
- Creating content using Markdown
- Content management with Hugo
- Designing new Hugo themes
- Using the Go template language
- Managing dependencies with Hugo modules
- Accessing APIs with Jamstack
- Adding a shopping cart using JavaScript
- Content tagging with markup
Sometimes, simple is better. Static websites—sites with fixed content—are easier to create and maintain, and inherently more secure than dynamic pages. Hugo in Action is a hands-on guide to using the Hugo static site engine to render these websites in milliseconds. Working with a complete example website and source code samples, you’ll learn how to build and host a site that will wow users and stay stable without a third-party server. Full coverage of the Jamstack (Javascript, APIs, Markdown) shows how easy it is to add complex features to super-simple sites, including eCommerce shopping carts, dynamic forms, and multilingual options.
Go beyond basic testing! Great software testing makes the entire development process more efficient.
- Engineer tests with a much higher chance of finding bugs
- Read code coverage metrics and use them to improve your test suite
- Understand when to use unit tests, integration tests, and system tests
- Use mocks and stubs to simplify your unit testing
- Think of pre-conditions, post-conditions, invariants, and contracts
- Implement property-based tests
- Utilize coding practices like dependency injection and hexagonal architecture that make your software easier to test
- Write good and maintainable test code
Effective Software Testing teaches you a systematic approach to software testing that will ensure the quality of your code. It’s full of techniques drawn from proven research in software engineering, and each chapter puts a new technique into practice. Follow the real-world use cases and detailed code samples, and you’ll soon be engineering tests that find bugs in edge cases and parts of code you’d never think of testing! Along the way, you’ll develop an intuition for testing that can save years of learning by trial and error.
Solve difficult service-to-service communication challenges around security, observability, routing, and resilience with an Istio-based service mesh.
- Why and when to use a service mesh
- Envoy’s role in Istio’s service mesh
- Allowing “North-South” traffic into a mesh
- Fine-grained traffic routing
- Make your services robust to network failures
- Gain observability over your system with telemetry “golden signals”
- How Istio makes your services secure by default
- Integrate cloud-native applications with legacy workloads such as in VMs
Reduce the operational complexity of your microservices with an Istio-powered service mesh! Istio in Action shows you how to implement this powerful new architecture and move your application-networking concerns to a dedicated infrastructure layer. Non-functional concerns stay separate from your application, so your code is easier to understand, maintain, and adapt regardless of programming language. In this practical guide, you’ll go hands-on with the full-featured Istio service mesh to manage microservices communication. Helpful diagrams, example configuration, and examples make it easy to understand how to control routing, secure container applications, and monitor network traffic.
Think big about your data! PySpark brings the powerful Spark big data processing engine to the Python ecosystem, letting you seamlessly scale up your data tasks and create lightning-fast pipelines.
- Manage your data as it scales across multiple machines
- Scale up your data programs with full confidence
- Read and write data to and from a variety of sources and formats
- Deal with messy data with PySpark’s data manipulation functionality
- Discover new data sets and perform exploratory data analysis
- Build automated data pipelines that transform, summarize, and get insights from data
- Troubleshoot common PySpark errors
- Creating reliable long-running jobs
Data Analysis with Python and PySpark is your guide to delivering successful Python-driven data projects. Packed with relevant examples and essential techniques, this practical book teaches you to build pipelines for reporting, machine learning, and other data-centric tasks. Quick exercises in every chapter help you practice what you’ve learned, and rapidly start implementing PySpark into your data systems. No previous knowledge of Spark is required.
If you need to learn Spring, look no further than this widely beloved and comprehensive guide! Fully revised for Spring 5.
- Building reactive applications
- Relational and NoSQL databases
- Integrating via HTTP and REST-based services, and sand reactive RSocket services
- Reactive programming techniques
- Deploying applications to traditional servers and containers
- Securing applications with Spring Security
Over the years, Spring in Action has helped tens of thousands of developers get a major productivity boost from Spring. This new edition of the classic bestseller covers all of the new features of Spring 5.3 and Spring Boot 2.4 along with examples of reactive programming, Spring Security for REST Services, and bringing reactivity to your databases. You'll also find the latest Spring best practices, including Spring Boot for application setup and configuration.
Learn how to speed up slow Python code with concurrent programming and the cutting-edge asyncio library.
- Use coroutines and tasks alongside async/await syntax to run code concurrently
- Build web APIs and make concurrency web requests with aiohttp
- Run thousands of SQL queries concurrently
- Create a map-reduce job that can process gigabytes of data concurrently
- Use threading with asyncio to mix blocking code with asyncio code
Python is flexible, versatile, and easy to learn. It can also be very slow compared to lower-level languages. Python Concurrency with asyncio teaches you how to boost Python's performance by applying a variety of concurrency techniques. You'll learn how the complex-but-powerful asyncio library can achieve concurrency with just a single thread and use asyncio's APIs to run multiple web requests and database queries simultaneously. The book covers using asyncio with the entire Python concurrency landscape, including multiprocessing and multithreading.
Master the wicked-fast Apache Kafka streaming platform through hands-on examples and real-world projects.
- Understanding Apache Kafka concepts
- Setting up and executing basic ETL tasks using Kafka Connect
- Using Kafka as part of a large data project team
- Performing administrative tasks
- Producing and consuming event streams
- Working with Kafka from Java applications
- Implementing Kafka as a message queue
Kafka in Action is a fast-paced introduction to every aspect of working with Apache Kafka. Starting with an overview of Kafka's core concepts, you'll immediately learn how to set up and execute basic data movement tasks and how to produce and consume streams of events. Advancing quickly, youâll soon be ready to use Kafka in your day-to-day workflow, and start digging into even more advanced Kafka topics.
Quantum computing is on the horizon and you can get started today! This practical, clear-spoken guide shows you donât need a physics degree to write your first quantum software.
- An introduction to the core concepts of quantum computing
- Qubits and quantum gates
- Superposition, entanglement, and hybrid computing
- Quantum algorithms including Shorâs, Deutsch-jozsa, and Groverâs search
Quantum Computing in Action shows you how to leverage your existing Java skills into writing your first quantum software, so youâre ready for the quantum revolution. This book is focused on practical implementations of quantum computing algorithmsâthereâs no deep math or confusing theory. Using Strange, a Java-based quantum computer simulator, youâll go hands-on with quantum computingâs core components including qubits and quantum gates.
Build fast, efficient Kubernetes-based Java applications using the Quarkus framework, MicroProfile, and Java standards.
- Deploy enterprise Java applications on Kubernetes
- Develop applications using the Quarkus runtime
- Compile natively using GraalVM for blazing speed
- Create efficient microservices applications
- Take advantage of MicroProfile specifications
Popular Java frameworks like Spring were designed long before Kubernetes and the microservices revolution. Kubernetes Native Microservices with Quarkus and MicroProfile introduces next generation tools that have been cloud-native and Kubernetes-aware right from the beginning. Written by veteran Java developers John Clingan and Ken Finnigan, this book shares expert insight into Quarkus and MicroProfile directly from contributors at Red Hat. Youâll learn how to utilize these modern tools to create efficient enterprise Java applications that are easy to deploy, maintain, and expand.
Learn data science with Python by building five real-world projects! Experiment with card game predictions, tracking disease outbreaks, and more, as you build a flexible and intuitive understanding of data science.
- Techniques for computing and plotting probabilities
- Statistical analysis using Scipy
- How to organize datasets with clustering algorithms
- How to visualize complex multi-variable datasets
- How to train a decision tree machine learning algorithm
In Data Science Bookcamp you’ll test and build your knowledge of Python with the kind of open-ended problems that professional data scientists work on every day. Downloadable data sets and thoroughly-explained solutions help you lock in what you’ve learned, building your confidence and making you ready for an exciting new data science career.
In Microservices in .NET, Second Edition you will learn how to:
- Build scalable microservices that are reliable in production
- Optimize microservices for continuous delivery
- Design event-based collaboration between microservices
- Deploy microservices to Kubernetes
- Set up Kubernetes in Azure
Microservices in .NET, Second Edition is a comprehensive guide to building microservice applications using the .NET stack.
Time to flex your machine learning muscles! Take on the carefully designed challenges of the Machine Learning Bookcamp and master essential ML techniques through practical application.
- Collect and clean data for training models
- Use popular Python tools, including NumPy, Scikit-Learn, and TensorFlow
- Apply ML to complex datasets with images
- Deploy ML models to a production-ready environment
The only way to learn is to practice! In Machine Learning Bookcamp, you’ll create and deploy Python-based machine learning models for a variety of increasingly challenging projects. Taking you from the basics of machine learning to complex applications such as image analysis, each new project builds on what you’ve learned in previous chapters. You’ll build a portfolio of business-relevant machine learning projects that hiring managers will be excited to see.
Start thinking about your development pipeline as a mission-critical application.
- Building and deploying a Jenkins cluster from scratch
- Writing pipeline as code for cloud-native applications
- Automating the deployment of Dockerized and Serverless applications
- Containerizing applications with Docker and Kubernetes
- Deploying Jenkins on AWS, GCP and Azure
- Managing, securing and monitoring a Jenkins cluster in production
- Key principles for a successful DevOps culture
In Five Lines of Code you will learn:
- The signs of bad code
- Improving code safely, even when you don't understand it
- Balancing optimization and code generality
- Proper compiler practices
- The Extract method, Introducing Strategy pattern, and many other refactoring patterns
- Writing stable code that enables change-by-addition
- Writing code that needs no comments
- Real-world practices for great refactoring
Improving existing code refactoring is one of the most common tasks you'll face as a programmer.
Take the next steps in your data science career! This friendly and hands-on guide shows you how to start mastering Pandas with skills you already know from spreadsheet software.
- Import datasets, identify issues with their data structures, and optimize them for efficiency
- Sort, filter, pivot, and draw conclusions from a dataset and its subsets
- Identify trends from text-based and time-based data
- Organize, group, merge, and join separate datasets
- Use a GroupBy object to store multiple DataFrames
Pandas has rapidly become one of Python's most popular data analysis libraries. In Pandas in Action, a friendly and example-rich introduction, author Boris Paskhaver shows you how to master this versatile tool and take the next steps in your data science career. Youâll learn how easy Pandas makes it to efficiently sort, analyze, filter and munge almost any type of data.
Discover best practices, reproducible architectures, and design patterns to help guide deep learning models from the lab into production.
- Internal functioning of modern convolutional neural networks
- Procedural reuse design pattern for CNN architectures
- Models for mobile and IoT devices
- Assembling large-scale model deployments
- Optimizing hyperparameter tuning
- Migrating a model to a production environment
The big challenge of deep learning lies in taking cutting-edge technologies from R&D labs through to production. Deep Learning Patterns and Practices is here to help. This unique guide lays out the latest deep learning insights from author Andrew Ferlitschâs work with Google Cloud AI. In it, you'll find deep learning models presented in a unique new way: as extendable design patterns you can easily plug-and-play into your software projects. Each valuable technique is presented in a way that's easy to understand and filled with accessible diagrams and code samples.
Upgrade your machine learning models with graph-based algorithms, the perfect structure for complex and interlinked data.
- The lifecycle of a machine learning project
- Graphs in big data platforms
- Data source modeling using graphs
- Graph-based natural language processing, recommendations, and fraud detection techniques
- Graph algorithms
- Working with Neo4J
Graph-Powered Machine Learning teaches to use graph-based algorithms and data organization strategies to develop superior machine learning applications. Youâll dive into the role of graphs in machine learning and big data platforms, and take an in-depth look at data source modeling, algorithm design, recommendations, and fraud detection. Explore end-to-end projects that illustrate architectures and help you optimize with best design practices. Author Alessandro Negroâs extensive experience shines through in every chapter, as you learn from examples and concrete scenarios based on his work with real clients!
Practical techniques for writing code that is robust, reliable, and easy for team members to understand and adapt.
- Think about code like an effective software engineer
- Write functions that read like well-structured sentences
- Ensure code is reliable and bug free
- Effectively unit test code
- Identify code that can cause problems and improve it
- Write code that is reusable and adaptable to new requirements
- Improve your medium and long-term productivity
- Save yourself and your team time
The difference between good code or bad code often comes down to how you apply the established practices of the software development community. In Good Code, Bad Code youâll learn how to boost your productivity and effectiveness with code development insights normally only learned through careful mentorship and hundreds of code reviews.
Use Terraform to programmatically create, test, and manage infrastructure using the efficient infrastructure-as-code approach.
- Cloud architecture with Terraform
- Terraform module sharing and the private module registry
- Terraform security in a multitenant environment
- Strategies for performing blue/green deployments
- Refactoring for code maintenance and reusability
- Running Terraform at scale
- Creating your own Terraform provider
- Using Terraform as a continuous development/continuous delivery platform
Terraform in Action introduces the infrastructure-as-code (IaC) model that lets you instantaneously create new components and respond efficiently to changes in demand. Youâll use the Terraform automation tool to design and manage servers that can be provisioned, shared, changed, tested, and deployed with a single command.
- Unit testing and test-driven development
- Refactor a legacy .NET codebase
- Principles of clean code
- Essential backend architecture skills
- Query and manipulate databases with LINQ and Entity Framework Core
Critical business applications worldwide are written in the versatile C# language and the powerful .NET platform, running on desktops, cloud systems, and Windows or Linux servers. Code Like a Pro in C# makes it easy to turn your existing abilities in C# or another OO language (such as Java) into practical C# mastery. There’s no “Hello World” or Computer Science 101 basics—you’ll learn by refactoring an out-of-date legacy codebase, using new techniques, tools, and best practices to bring it up to modern C# standards.
Build custom NLP models in record time by adapting pre-trained machine learning models to solve specialized problems.
- Fine tuning pretrained models with new domain data
- Picking the right model to reduce resource usage
- Transfer learning for neural network architectures
- Generating text with generative pretrained transformers
- Cross-lingual transfer learning with BERT
- Foundations for exploring NLP academic literature
Training deep learning NLP models from scratch is costly, time-consuming, and requires massive amounts of data. In Transfer Learning for Natural Language Processing, DARPA researcher Paul Azunre reveals cutting-edge transfer learning techniques that apply customizable pretrained models to your own NLP architectures. Youâll learn how to use transfer learning to deliver state-of-the-art results for language comprehension, even when working with limited label data. Best of all, youâll save on training time and computational costs.
As a software engineer, youâll encounter countless programming challenges that initially seem confusing, difficult, or even impossible.
By dividing large applications into separate self-contained units, Microservices are a great step toward reducing complexity and increasing flexibility.
A successful pipeline moves data efficiently, minimizing pauses and blockages between tasks, keeping every process along the way operational.
Centralized data warehouses, the long-time defacto standard for housing data for analytics, are rapidly giving way to multi-faceted cloud data platforms.
Automated testing will help you write high-quality software in less time, with more confidence, fewer bugs, and without constant manual oversight.
GitOps and Kubernetes introduces a radical ideaâmanaging your infrastructure with the same Git pull requests you use to manage your codebase.
"Java, JavaScript, C++, Python, and so many others are not purely functional languages, but have adopted ideas from functional programming that make them much easier to use.
"Functional programming does not transfer peacefully from academia to business software. We aren’t starting from scratch. We depend on runtimes and libraries outside our control. Our software interacts with many other systems. It is a long way from FP-land to legacy business software. Eric has undertaken this journey for us. He delved into functional programming, found its most helpful essences, and brought them to us where we are."
From the Foreword by Jessica Kerr
Distributed across servers, difficult to test, and resistant to modification—modern software is complex. Grokking Simplicity is a friendly, practical guide that will change the way you approach software design and development. It introduces a unique approach to functional programming that explains why certain features of software are prone to complexity, and teaches you the functional techniques you can use to simplify these systems so that they’re easier to test and debug.
In Learn Kubernetes in a Month of Lunches you'll go from "what's a Pod?" to automatically scaling clusters of containers and components in just 22 hands-on lessons, each short enough to fit into a lunch break.
Reduce bandwidth demands on your APIs by getting only the results you needâall in a single request! The GraphQL query language simplifies interactions with web servers, enabling smarter API queries that can hugely improve the efficiency of data requests.
Auto engineers test the safety of a car by intentionally crashing it and carefully observing the results.
The best way to learn microservices development is to build something! Bootstrapping Microservices with Docker, Kubernetes, and Terraform guides you from zero through to a complete microservices project, including fast prototyping, development, and deployment.
To score a job in data science, machine learning, computer graphics, and cryptography, you need to bring strong math skills to the party.
A web API is an efficient way to communicate with an application or service.
Operations Anti-Patterns, DevOps Solutions shows how to implement DevOps techniques in the kind of imperfect environments most developers work in.
Grokking Artificial Intelligence Algorithms is a fully-illustrated and interactive tutorial guide to the different approaches and algorithms that underpin AI.
Unlike traditional enterprise applications, Microservices applications are collections of independent components that function as a system.
The only way to master a skill is to practice.
You can be incredibly productive with Azure without mastering every feature, function, and service.
Every other day we hear about new ways to put deep learning to good use: improved medical imaging, accurate credit card fraud detection, long range weather forecasting, and more.
Go from zero to production readiness with Docker in 22 bite-sized lessons! Learn Docker in a Month of Lunches is an accessible task-focused guide to Docker on Linux, Windows, or Mac systems.
Elm is more than just a cutting-edge programming language, itâs a chance to upgrade the way you think about building web applications.
How can artificial intelligence transform your business? In Zero to AI, youâll explore a variety of practical AI applications you can use to improve customer experiences, optimize marketing, help you cut costs, and more.
Companies small and large are initiating AI projects, investing vast sums of money on software, developers, and data scientists.
Humans learn best from feedback—we are encouraged to take actions that lead to positive results while deterred by decisions with negative consequences.
Foreword by Cay HorstmannMarch 2020 comes with audio!
Serious developers know that code can always be improved.
GANs in Action teaches you how to build and train your own Generative Adversarial Networks, one of the most important innovations in deep learning.
Professional developers know the many benefits of writing application code that's clean, well-organized, and easy to maintain.
With Practices of the Python Pro, you'll learn to design professional-level, clean, easily maintainable software at scale using the incredibly popular programming language, Python. You'll find easy-to-grok examples that use pseudocode and Python to introduce software development best practices, along with dozens of instantly useful techniques that will help you code like a pro.
Objects are the central concept of languages like Java, Python, C#. Applying best practices for object design means that your code will be easy to read, write, and maintain.
The Well-Grounded Rubyist, Second Edition addresses both newcomers to Ruby as well as Ruby programmers who want to deepen their understanding of the language.
Cloud Native Patterns is your guide to developing strong applications that thrive in the dynamic, distributed, virtual world of the cloud.
Natural Language Processing in Action is your guide to creating machines that understand human language using the power of Python with its ecosystem of packages dedicated to NLP and AI.
C# in Depth, Fourth Edition is your key to unlocking the powerful new features added to the language in C# 5, 6, and 7.
Classic Computer Science Problems in Python deepens your knowledge of problem solving techniques from the realm of computer science by challenging you with time-tested scenarios, exercises, and algorithms. As you work through examples in search, clustering, graphs, and more, you'll remember important things you've forgotten and discover classic solutions to your "new" problems!
Deep Learning with Python introduces the field of deep learning using the Python language and the powerful Keras library.
Learn Windows PowerShell in a Month of Lunches, Third Edition is an innovative tutorial designed for busy IT professionals.
AWS Lambda in Action is an example-driven tutorial that teaches you how to build applications that use an event-driven approach on the back end.
This bestseller has been updated and revised to cover all the latest changes to C++ 14 and 17! C++ Concurrency in Action, Second Edition teaches you everything you need to write robust and elegant multithreaded applications in C++17.
Kubernetes in Action is a comprehensive guide to effectively developing and running applications in a Kubernetes environment.
Microservices Patterns teaches enterprise developers and architects how to build applications with the microservice architecture.
Manning's bestselling Java 8 book has been revised for Java 9 and 10! In Modern Java in Action, you'll build on your existing Java language skills with the newest features and techniques.
Functional Programming in JavaScript teaches JavaScript developers functional techniques that will improve extensibility, modularity, reusability, testability, and performance. Through concrete examples and jargon-free explanations, this book teaches you how to apply functional programming to real-life development tasks
Reactive Design Patterns is a clearly written guide for building message-driven distributed systems that are resilient, responsive, and elastic.
Angular Development with TypeScript, Second Edition is now available in the Manning Early Access Program. An eBook of this older edition is included at no additional cost when you buy the revised edition!
You may still purchase Angular 2 Development with TypeScript (First Edition) using the Buy options on this page.
Angular 2 Development with Typescript teaches you what you need to start using Angular, while you also learn TypeScript and how to take advantage of its benefits.
Spark in Action teaches you the theory and skills you need to effectively handle batch and streaming data using Spark.
The Little Elixir & OTP Guidebook gets you started programming applications with Elixir and OTP.
Akka in Action is a comprehensive tutorial on building message-oriented systems using Akka.
More than ever, the web is a universal platform for all types of applications, and JavaScript is the language of the web.
Real-World Machine Learning is a practical guide designed to teach working developers the art of ML project execution.
GET MORE WITH MANNING
An eBook copy of the previous edition,
Algorithms of the Intelligent Web, Second Edition teaches the most important approaches to algorithmic web data analysis, enabling you to create your own machine learning applications that crunch, munge, and wrangle data collected from users, web applications, sensors and website logs.
Grokking Algorithms is a fully illustrated, friendly guide that teaches you how to apply common algorithms to the practical problems you face every day as a programmer.
Learning about algorithms doesn't have to be boring! Get a sneak peek at the fun, illustrated, and friendly examples you'll find in Grokking Algorithms on YouTube.
If you want to get more from the classic algorithms inside this book then be sure to check out Algorithms in Motion. Together this book and video course make the perfect duo.
Docker in Action teaches readers how to create, deploy, and manage applications hosted in Docker containers.
Getting MEAN teaches readers how to develop web applications end-to-end using the MEAN stack.
Go in Action introduces the Go language, guiding you from inquisitive developer to Go guru.
Amazon Web Services in Action introduces you to computing, storing, and networking in the AWS cloud.
GET MORE WITH MANNING
An eBook copy of the previous edition,
R in Action, Second Edition presents both the R language and the examples that make it so useful for business developers. Focusing on practical solutions, the book offers a crash course in statistics and covers elegant methods for dealing with messy and incomplete data that are difficult to analyze using traditional methods. You'll also master R's extensive graphical capabilities for exploring and presenting data visually. And this expanded second edition includes new chapters on time series analysis, cluster analysis, and classification methodologies, including decision trees, random forests, and support vector machines.
Big Data teaches you to build big data systems using an architecture that takes advantage of clustered hardware along with new tools designed specifically to capture and analyze web-scale data.
D3.js in Action, Second Edition is now available in the Manning Early Access Program. An eBook of this older edition is included at no additional cost when you buy the revised edition!
You may still purchase D3.js in Action (First Edition) using the Buy options on this page.
D3.js in Action is a practical tutorial for creating interactive graphics and data-driven applications using D3.js. You'll start with in-depth explanations of D3's out-of-the-box layouts, along with dozens of practical use cases that align with different types of visualizations. Then, you'll explore practical techniques for content creation, animation, and representing dynamic data - including interactive graphics and data streamed live over the web. The final chapters show you how to use D3's rich interaction model as the foundation for a complete web application. In the end, you'll be ready to integrate D3.js into your web development process and transform any site into a more engaging and sophisticated user experience.
The fate of most applications is often sealed before a single line of code has been written.
JavaScript Application Design: A Build First Approach introduces techniques to improve software quality and development workflow. You'll begin by learning how to establish processes designed to optimize the quality of your work. You'll execute tasks whenever your code changes, run tests on every commit, and deploy in an automated fashion. Then you'll focus on designing modular components and composing them together to build robust applications.
GET MORE WITH MANNING
An eBook copy of the previous edition,
Spring in Action, Fourth Edition is a hands-on guide to the Spring Framework, updated for version 4. It covers the latest features, tools, and practices including Spring MVC, REST, Security, Web Flow, and more. You'll move between short snippets and an ongoing example as you learn to build simple and efficient J2EE applications. Author Craig Walls has a special knack for crisp and entertaining examples that zoom in on the features and techniques you really need.
Functional Programming in Scala is a serious tutorial for programmers looking to learn FP and apply it to the everyday business of coding.
Java 8 & 9 in Action, Second Edition is now available in the Manning Early Access Program. An eBook of this older edition is included at no additional cost when you buy the revised edition!
You may still purchase Java 8 in Action (First Edition) using the Buy options on this page.
Java 8 in Action is a clearly written guide to the new features of Java 8. The book covers lambdas, streams, and functional-style programming. With Java 8's functional features you can now write more concise code in less time, and also automatically benefit from multicore architectures. It's time to dig in!
The Joy of Clojure, Second Edition is a deep look at the Clojure language.
Practical Data Science with R lives up to its name.
The Art of Unit Testing, Second Edition guides you step by step from writing your first simple tests to developing robust test sets that are maintainable, readable, and trustworthy.
In Single Page Web Applications you'll learn to build modern browser-based apps that take advantage of stronger client platforms and more predictable bandwidth.
C# in Depth, Fourth Edition is now available in the Manning Early Access Program. An eBook of this older edition is included at no additional cost when you buy the revised edition!
You may still purchase C# in Depth, Third Edition using the Buy options on this page.
C# in Depth, Third Edition updates the best-selling second edition to cover the new features of C# 5, including the challenges of writing maintainable asynchronous code. It preserves the uniquely insightful look into the tricky areas and dusty corners of C# that only expert Jon Skeet can provide.
This revision of Manning's popular The Quick Python Book offers a clear, crisp introduction to the elegant Python programming language and its famously easy-to-read syntax.
Secrets of the Javascript Ninja takes you on a journey towards mastering modern JavaScript development in three phases: design, construction, and maintenance.
Secrets of the JavaScript Ninja, Second Edition is now available from Manning!