Udvidet returret til d. 31. januar 2025

Bøger udgivet af Manning Publications

Filter
Filter
Sorter efterSorter Populære
  • af Tiago Antao
    608,95 kr.

  • af Doug Farrell
    432,95 kr.

    When youGÇÖre new to Python, it can be tough to understand where and how to use its many language features. ThereGÇÖs a dizzying array of libraries, and itGÇÖs challenging to fit everything together. The Well-Grounded Python Developer builds on Python skills youGÇÖve learned in isolation and shows you how to unify them into a meaningful whole. As you work through this practical guide, youGÇÖll discover how all the bits of the Python ecosystem connect as you build and modify a typical web server application.

  • af William Denniss
    434,95 kr.

    Kubernetes has changed everything about deploying applications to the cloudfor the better! Kubernetes for Developers is a clear and practical beginners guide that shows you just how easy, flexible, and cost-effective it can be to make the switch to Kubernetes deployment even for small to medium-sized applications. Youll learn how to migrate your existing apps onto Kubernetes without a rebuild, and implement modern cloud native architectures that can handle your future growth. Youll take advantage of the powerful automation tools in Google Kubernetes Engine to perform automatic checks and scaling, giving you more time to spend developing great applications!

  • af Gautam Kunapuli
    524,95 kr.

  • af Meinte Boersma
    602,95 kr.

    Domain-specific languages are custom text orgraphical interfaces that allow domain experts to create and modify their own software systems. With a syntax that's clear and familiar to the non-technical user, DSLs are precise enough to generate working software in traditional codewith. Written for developers who need to create user-facing DSLs, Domain-SpecificLanguages Made Easy unlocks clear and practical methods to create DSLswith easy-to-use interfaces. By working through a detailed example of a car rental ompany, you'll see how creating a custom DSL can get rid of time-consuming and bureaucratic code adjustments, freeing you up to work on features whilst your clients and colleagues write their software themselves!

  • af Chrissy LeMaire
    434,95 kr.

    An effective DBA is an efficient DBA. And if you work with SQL Server, dbatools is a lifesaver. With over 500 commands, this free and open source PowerShell module has the horsepower to automate just about every task you can imagineGÇöand then some! Written by dbatools creator Chrissy LeMaire and dbatools advocate Rob Sewell, Learn dbatools in a Month of Lunches teaches you techniques that will make you more effectiveGÇöand efficientGÇöthan you ever thought possible.

  • af Qingquan Song
    434,95 kr.

    Optimize every stage of your machine learning pipelines with powerful automation components and cutting-edge tools like AutoKeras and KerasTuner.In Automated Machine Learning in Action you will learn how to:Improve a machine learning model by automatically tuning its hyperparametersPick the optimal components for creating and improving your pipelinesUse AutoML toolkits such as AutoKeras and Keras TunerDesign and implement search algorithms to find the best component for your ML taskAccelerate the AutoML process with data-parallel, model pre-training, and other techniquesAutomated Machine Learning in Action reveals how premade machine learning components can automate time-consuming ML tasks.Its written in a math-lite and accessible style, and filled with hands-on examples for applying AutoML techniques to every stage of a pipeline. Youll use tools like AutoKeras to create pipelines that automatically select the best approach for your task, remove the burden of manual tuning, and can even be implemented by machine learning novices!

  • af G. Samaraweera, Di Zhuang & J. Chang
    602,95 kr.

  • af Jonathan Rioux
    600,95 kr.

    When it comes to data analytics, itpays to think big. PySpark blends the powerful Spark big data processing engine with the Python programming language to provide a data analysis platform that can scale up for nearly any task. Data Analysis with Python and PySparkis your guide to delivering successful Python-driven data projects. Packed with relevant examples and essential techniques, this practical book teaches you to build lightning-fast pipelines for reporting, machine learning, and otherdata-centric tasks. No previous knowledge of Spark is required.

  • af Sedat Kapanoglu
    502,95 kr.

    Software development isn't an "ivory tower" exercise. Street coders get the job done by prioritizing tasks, making quick decisions, and knowing which rules to break.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. 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.

  • af Alyssa Miller
    432,95 kr.

  • af Christian E. Posta
    377,95 kr.

    Many enterprise applications intertwine code that defines an apps behaviour with code that defines its network communication and other non-functional concerns. The service mesh pattern, implemented by platforms like Istio, helps you push operational issues into the infrastructure so the application code is easier to understand, maintain, and adapt.Istio in Action teaches you how to implement a full-featured Istio-based service mesh to manage a microservices application. With the skills you learn in this comprehensive tutorial, youll be able to delegate the complex infrastructure of your cloud-native applications to Istio!

  • af Joshua Ponelat
    600,95 kr.

    Customer-facing and internal APIs have become the most common wayto integrate the components of web-based software. Using standards like OpenAPI, you can provide reliable, easy-to-use interfaces that allow other developers safe, controlled access to your software. Designing APIs with Swagger and OpenAPI is a hands-on primer to properly designing and describing your APIs using the most widely-adopted standard.

  • af Nishant Bhajaria
    502,95 kr.

    Engineer privacy into your systems with these hands-on techniques for data governance, legal compliance, and surviving security audits.In Privacy Engineering youwill learn how to: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 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 boardPrivacy Engineering teaches you to implement technical privacy solutions and tools at scale. Youll learn from author Nishant Bhajaria, an industry-renowned expert who has overseen the privacy programs at Google, Netflix, and Uber. Youll find technical methods that can be instantly applied to almost any system, and improve your user privacy without spiraling time and resource costs.

  • af Ben Wilson
    485,95 kr.

    Field-tested tips, tricks, and design patterns for building MachineLearning projects that are deployable, maintainable, and secure from concept toproduction.In Machine Learning Engineering inAction, you will learn: Evaluatingdata science problems to find the most effective solution Scopinga machine learning project for usage expectations and budget Processtechniques that minimize wasted effort and speed up production Assessinga project using standardized prototyping work and statistical validation Choosingthe right technologies and tools for your project Makingyour codebase more understandable, maintainable, and testable Automatingyour troubleshooting and logging practices Databricks solutions architect BenWilson lays out an approach to building deployable, maintainable productionmachine learning systems. YouGÇÖll adopt software development standards thatdeliver better code management, and make it easier to test, scale, and evenreuse your machine learning code!

  • af Jike Chong
    588,95 kr.

    A practical field guide for the unique challenges of data science leadership, filled with transformative insights, personal experiences, and industry examples.In How to Lead in Data Science you'll master techniques for leading data science at every seniority level, from heading up a single project to overseeing a whole company's data strategy. You'll find advice on plotting your long-term career advancement, as well as quick wins you can put into practice right away.

  • af Laurentiu Spilca
    397,95 kr.

  • af Dylan Shields
    502,95 kr.

  • af Craig Walls
    547,95 kr.

  • af Tom Long
    455,95 kr.

    Practical techniques for writing code that is robust, reliable, and easy for team members to understand and adapt.In Good Code, Bad Code youll learn how to:Think about code like an effective software engineerWrite functions that read like well-structured sentencesEnsure code is reliable and bug freeEffectively unit test codeIdentify code that can cause problems and improve itWrite code that is reusable and adaptable to new requirementsImprove your medium and long-term productivitySave yourself and your team time The difference between good code or bad code often comes down tohow you apply the established practices of the software development community.In Good Code, Bad Code youll learn how to boost your productivity and effectiveness with code development insights normally only learned through careful mentorship and hundreds of code reviews.

  • af Felienne Hermans
    427,95 kr.

    Your brain responds in a predictable way when it encounters new or difficult tasks. This unique book teaches you concrete techniques rooted incognitive science that will improve the way you learn and think about code.In The Programmers Brain:What every programmer needs to know about cognition you will learn:Fast and effective ways to master new programming languagesSpeed reading skills to quickly comprehend new code Techniques to unravel the meaning of complex codeWays to learn new syntax and keep it memorizedWriting code that is easy for others to readPicking the right names for your variablesMaking your codebase more understandable to newcomersOnboarding new developers to your teamLearn how to optimize your brains 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 code base inways that can make a new team member productive in days!

  • af Raymond Camden
    478,95 kr.

    Jamstack = JavaScript, APIs, and Markup. Use established standard technologies to build super fast static websites without sacrificing rich, dynamic features.Building websites with simple, straightforward standards can feel like a breath of fresh air. 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, its filled with real-world projects to develop and hone your skills.

  • af Matthew Fowler
    547,95 kr.

    Learn how to speed up slow Python code with concurrent programming and the cutting-edge asyncio library.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.

  • af Edward Raff
    427,95 kr.

    Journey through the theory and practice of modern deep learning, and apply innovative techniques to solve everyday data problems.In Inside Deep Learning, you will learn how to:Implement deep learning with PyTorchSelect the right deep learning componentsTrain and evaluate a deep learning modelFine tune deep learning models to maximize performanceUnderstand deep learning terminologyAdapt existing PyTorch code to solve new problemsInside 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 skippedyoull dive into math, theory, and practical applications. Everything is clearly explained in plain English.

  • af Jamie Riedesel
    514,95 kr.

    In Software Telemetry you will learn how to:Manage toxic telemetry and confidential recordsMaster multi-tenant techniques and transformation processesUpdate to improve the statistical validity of your metrics and dashboardsMake software telemetry emissions easier to parseBuild easily-auditable logging systemsPrevent and handle accidental data leaksMaintain processes for legal complianceJustify increased spend on telemetry softwareSoftware Telemetry teaches you best practices for operating andupdating telemetry systems. These vital systems trace, log, and monitor infrastructure by observing and analysing the events generated by the system.This practical guide is filled with techniques you can apply to any size of organization, with troubleshooting techniques for every eventuality, and methods to ensureyour compliance with standards like GDPR.

  • af Jay Vyas
    570,95 kr.

    From its humble beginnings a container orchestration system, Kubernetes has become the de facto infrastructure for cloud native applications. Kubernetes impacts every aspect of the application development lifecycle, from design through deployment. To build and operate reliable cloud native systems, you need to understand whats going on below the surface. Core Kubernetes is packed with experience-driven insights and practical techniques, and takes you inside Kubernetes to teach you what youll need to know to keep your system running like a well-oiled machine and prevent those panicked 3 AM phone calls.

  • af Mohamed Labouardy
    547,95 kr.

    Learn how to think about your development pipeline as amission-critical application, with techniques for implementing code-driven infrastructure and CI/CD systems using Jenkins, Docker, Terraform, andcloud-native services. In Pipeline as Code, you will master: 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 Pipeline as Code is apractical guide to automating your development pipeline in a cloud-native, service-driven world. YouGÇÖll use the latest infrastructure-as-code tools likePacker and Terraform to develop reliable CI/CD pipelines for numerous cloud-native applications. Follow this book's insightful best practices, and youGÇÖll soon be delivering software thatGÇÖs quicker to market, faster to deploy,and with less last-minute production bugs.

  • af Ning Wang & Josh Fischer
    547,95 kr.

  • af Travis Plunk
    363,95 kr.

    Learn PowerShell in a Month of Lunches covers Windows, Linux, and macOS is a task-focused tutorial for administering Linuxand macOS systems using Microsoft PowerShell. Adapted by PowerShell team members Travis Plunk and Tyler Leonhardt from the best selling Learn Windows PowerShell in a Month of Lunches by community legends DonJones and Jeffrey Hicks, it features Linux-based examples covering core language features and admin tasks. 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

  • af Dennis Byrne
    547,95 kr.

    No-nonsense techniques, libraries, and best practices you can use to keep your Python applications safe and secure.In Full Stack Python Security: Cryptography, TLS, and attack resistance, youll learn how to:Use algorithms to encrypt, hash, and digitally sign dataCreate and install TLS certificatesImplement authentication, authorization, OAuth 2.0, and form validation in DjangoProtect a web application with Content Security PolicyImplement Cross Origin Resource SharingProtect against common attacks including clickjacking, denial of service attacks, SQL injection, cross-site scripting, and moreFull Stack Python Security: Cryptography, TLS, and attack resistance teaches you everything youll need to build secure Python web applications. As you work through the insightful code snippets and engaging examples, youll put security standards, best practices, and more into action. Along the way, youll get exposure to important libraries and tools in the Python ecosystem.

Gør som tusindvis af andre bogelskere

Tilmeld dig nyhedsbrevet og få gode tilbud og inspiration til din næste læsning.