Browse Results

Showing 98,451 through 98,475 of 100,000 results

The Private Is Political: Identity and Democracy in the Age of Surveillance Capitalism

by Ray Brescia

Exposes the threats to our personal and political identity in the age of surveillanceIt has become alarmingly clear that our online actions are less private than we’re led to believe. Our data is routinely sold and shared with companies who want to sell us something, political actors who want to analyze our behavior, and law enforcement who seek to limit our actions.The Private is Political explores the failure of existing legal systems and institutions to protect our online presence and identities. Examining the ways in which the digital space is under threat from both governments and private actors, Ray Brescia reveals how the rise of private surveillance prevents individuals from organizing with others who might help to catalyze change in their lives. Brescia argues that we are not far from a world where surveillance chills not just our speech, but our very identities. This will ultimately stifle our ability to live full lives, realize democracy, and even shape the laws that affect our privacy itself.Beyond merely identifying the harms to individuals from privacy violations, Brescia furthers our understanding of privacy by identifying and naming political privacy and the integrity of identity as central to democracy. The Private is Political empowers consumers by outlining a roadmap for a comprehensive privacy regime, leveraging various institutions to collectively safeguard privacy rights.

Wealth: NOMOS LVIII (NOMOS - American Society for Political and Legal Philosophy #17)

by Jack Knight Melissa Schwartzberg

An in-depth political, legal, and philosophical study into the implications of wealth inequality in modern societies.Wealth, and specifically its distribution, has been a topic of great debate in recent years. Calls for justice against corporations implicated in the 2008 financial crash; populist rallying against “the one percent”; distrust of the influence of wealthy donors on elections and policy—all of these issues have their roots in a larger discussion of how wealth operates in American economic and political life. In Wealth a distinguished interdisciplinary group of scholars in political science, law and philosophy address the complex set of questions that relate to economic wealth and its implications for social and political life in modern societies. The volume thus brings together a range of perspectives on wealth, inequality, capitalism, oligarchy, and democracy. The essays also cover a number of more specific topics including limitarianism, US Constitutional history, the wealth defense industry, slavery, and tax policy. Wealth offers analysis and prescription including original assessment of existing forms of economic wealth and creative policy responses for the negative implications of wealth inequality. Economic wealth and its distribution is a pressing issue and this latest installment in the NOMOS series offers new and thought provoking insights.

Citizen and Pariah: Somali Traders and the Regulation of Difference in South Africa

by Vanya Gastrow

Citizen and Pariah explores the fragility of law, pluralism and democracy in South Africa by investigating Somali informal shopkeepers’ experiences of crime, justice and regulation in the country. Through a narrative account of their local experiences, the book sheds light on the legal and political predicaments they face.

Stories of the Self: Life Writing after the Book (Postmillennial Pop #27)

by Anna Poletti

The importance of personal storytelling in contemporary culture and politicsIn an age where our experiences are processed and filtered through a wide variety of mediums, both digital and physical, how do we tell our own story? How do we “get a life,” make sense of who we are and the way we live, and communicate that to others? Stories of the Self takes the literary study of autobiography and opens it up to a broad and fascinating range of material practices beyond the book, investigating the manifold ways people are documenting themselves in contemporary culture. Anna Poletti explores Andy Warhol’s Time Capsules, a collection of six hundred cardboard boxes filled with text objects from the artist’s everyday life; the mid-aughts crowdsourced digital archive PostSecret; queer zine culture and its practices of remixing and collaging; and the bureaucratic processes surrounding surveillance dossiers. Stories of the Self argues that while there is a strong emphasis on the importance of personal storytelling in contemporary culture and politics, mediation is just as important in establishing the credibility and legibility of life writing. Poletti argues that the very media used for writing our lives intrinsically shapes how we are seen to matter.

Mastering Collaboration: Make Working Together Less Painful and More Productive

by Gretchen Anderson

Collaboration is key for organizations in the 21st century, yet few business people have been trained to teach this skill. How do you advance ideas in a collaborative way and then communicate them throughout your company? In this practical book, author Gretchen Anderson shows you how to generate ideas with others while gaining buy-in from all levels of your organization.Product managers, designers, marketers, technical leaders, and executives will obtain better insight into how team members work together to make decisions. Through tangible exercises and techniques, you’ll learn how to turn promising ideas into products, services, and solutions that make a real difference in the market.Use a framework to develop ideas into hypotheses to be tested and refinedAvoid common pitfalls in the collaboration processAlign communication approaches to ensure that collaboration is effective and inclusiveStructure events or meetings for different types of collaboration depending on the people involvedPractice giving and receiving critiques to foster inclusion without resorting to consensus-based decisions

Seeking SRE: Conversations About Running Production Systems at Scale

by David N. Blank-Edelman

Organizations big and small have started to realize just how crucial system and application reliability is to their business. Theyâ??ve also learned just how difficult it is to maintain that reliability while iterating at the speed demanded by the marketplace. Site Reliability Engineering (SRE) is a proven approach to this challenge.SRE is a large and rich topic to discuss. Google led the way with Site Reliability Engineering, the wildly successful Oâ??Reilly book that described Googleâ??s creation of the discipline and the implementation thatâ??s allowed them to operate at a planetary scale. Inspired by that earlier work, this book explores a very different part of the SRE space. The more than two dozen chapters in Seeking SRE bring you into some of the important conversations going on in the SRE world right now.Listen as engineers and other leaders in the field discuss:Different ways of implementing SRE and SRE principles in a wide variety of settingsHow SRE relates to other approaches such as DevOpsSpecialties on the cutting edge that will soon be commonplace in SREBest practices and technologies that make practicing SRE easierThe important but rarely explored human side of SREDavid N. Blank-Edelman is the bookâ??s curator and editor.

Learning Ray: Flexible Distributed Python for Machine Learning

by Max Pumperla Edward Oakes Richard Liaw

Get started with Ray, the open source distributed computing framework that simplifies the process of scaling compute-intensive Python workloads. With this practical book, Python programmers, data engineers, and data scientists will learn how to leverage Ray locally and spin up compute clusters. You'll be able to use Ray to structure and run machine learning programs at scale.Authors Max Pumperla, Edward Oakes, and Richard Liaw show you how to build machine learning applications with Ray. You'll understand how Ray fits into the current landscape of machine learning tools and discover how Ray continues to integrate ever more tightly with these tools. Distributed computation is hard, but by using Ray you'll find it easy to get started.Learn how to build your first distributed applications with Ray CoreConduct hyperparameter optimization with Ray TuneUse the Ray RLlib library for reinforcement learningManage distributed training with the Ray Train libraryUse Ray to perform data processing with Ray DatasetsLearn how work with Ray Clusters and serve models with Ray ServeBuild end-to-end machine learning applications with Ray AIR

Programming TypeScript: Making Your JavaScript Applications Scale

by Boris Cherny

Any programmer working with a dynamically typed language will tell you how hard it is to scale to more lines of code and more engineers. That’s why Facebook, Google, and Microsoft invented gradual static type layers for their dynamically typed JavaScript and Python code. This practical book shows you how one such type layer, TypeScript, is unique among them: it makes programming fun with its powerful static type system.If you’re a programmer with intermediate JavaScript experience, author Boris Cherny will teach you how to master the TypeScript language. You’ll understand how TypeScript can help you eliminate bugs in your code and enable you to scale your code across more engineers than you could before.In this book, you’ll:Start with the basics: Learn about TypeScript’s different types and type operators, including what they’re for and how they’re usedExplore advanced topics: Understand TypeScript’s sophisticated type system, including how to safely handle errors and build asynchronous programsDive in hands-on: Use TypeScript with your favorite frontend and backend frameworks, migrate your existing JavaScript project to TypeScript, and run your TypeScript application in production

Data Pipelines Pocket Reference: Moving And Processing Data For Analytics

by James Densmore

Data pipelines are the foundation for success in data analytics. Moving data from numerous diverse sources and transforming it to provide context is the difference between having data and actually gaining value from it. This pocket reference defines data pipelines and explains how they work in today's modern data stack.You'll learn common considerations and key decision points when implementing pipelines, such as batch versus streaming data ingestion and build versus buy. This book addresses the most common decisions made by data professionals and discusses foundational concepts that apply to open source frameworks, commercial products, and homegrown solutions.You'll learn:What a data pipeline is and how it worksHow data is moved and processed on modern data infrastructure, including cloud platformsCommon tools and products used by data engineers to build pipelinesHow pipelines support analytics and reporting needsConsiderations for pipeline maintenance, testing, and alerting

Mastering Modular JavaScript

by Nicolas Bevacqua

If you have a working knowledge of JavaScript and ECMAScript 6 (ES6), this practical guide will help you tackle modular programming to produce code that’s readable, maintainable, and scalable. You’ll learn the fundamentals of modular architecture with JavaScript and the benefits of writing self-contained code at every system level, including the client and server.Nicolás Bevacqua, author of Practical Modern JavaScript, demonstrates how to scale out JavaScript applications by breaking codebases into smaller modules. By following the design practices in this book, senior developers, technical leaders, and software architects will learn how to create modules that are simple and flexible while keeping internal complexity in check.Learn modular design essentials, including how your application will be consumed and what belongs on the interfaceDesign module internals to keep your code readable and its intent clearReduce complexity by refactoring code and containing and eliminating stateTake advantage of modern JavaScript features to write clear programs and reduce complexityApply Twelve-Factor App principles to frontend and backend JavaScript application development

Python for Finance: Mastering Data-Driven Finance

by Yves J. Hilpisch

The financial industry has recently adopted Python at a tremendous rate, with some of the largest investment banks and hedge funds using it to build core trading and risk management systems. Updated for Python 3, the second edition of this hands-on book helps you get started with the language, guiding developers and quantitative analysts through Python libraries and tools for building financial applications and interactive financial analytics.Using practical examples throughout the book, author Yves Hilpisch also shows you how to develop a full-fledged framework for Monte Carlo simulation-based derivatives and risk analytics, based on a large, realistic case study. Much of the book uses interactive IPython Notebooks.

Security Architecture for Hybrid Cloud: A Practical Method for Designing Security Using Zero Trust Principles

by Mark Buckwell Stefaan Van Daele Carsten Horst

As the transformation to hybrid multicloud accelerates, businesses require a structured approach to securing their workloads. Adopting zero trust principles demands a systematic set of practices to deliver secure solutions. Regulated businesses, in particular, demand rigor in the architectural process to ensure the effectiveness of security controls and continued protection.This book provides the first comprehensive method for hybrid multicloud security, integrating proven architectural techniques to deliver a comprehensive end-to-end security method with compliance, threat modeling, and zero trust practices. This method ensures repeatability and consistency in the development of secure solution architectures.Architects will learn how to effectively identify threats and implement countermeasures through a combination of techniques, work products, and a demonstrative case study to reinforce learning. You'll examine:The importance of developing a solution architecture that integrates security for clear communicationRoles that security architects perform and how the techniques relate to nonsecurity subject matter expertsHow security solution architecture is related to design thinking, enterprise security architecture, and engineeringHow architects can integrate security into a solution architecture for applications and infrastructure using a consistent end-to-end set of practicesHow to apply architectural thinking to the development of new security solutionsAbout the authorsMark Buckwell is a cloud security architect at IBM with 30 years of information security experience.Carsten Horst with more than 20 years of experience in Cybersecurity is a certified security architect and Associate Partner at IBM.Stefaan Van daele has 25 years experience in Cybersecurity and is a Level 3 certified security architect at IBM.

Python for DevOps: Learn Ruthlessly Effective Automation

by Noah Gift Kennedy Behrman Alfredo Deza Grig Gheorghiu

Much has changed in technology over the past decade. Data is hot, the cloud is ubiquitous, and many organizations need some form of automation. Throughout these transformations, Python has become one of the most popular languages in the world. This practical resource shows you how to use Python for everyday Linux systems administration tasks with today’s most useful DevOps tools, including Docker, Kubernetes, and Terraform.Learning how to interact and automate with Linux is essential for millions of professionals. Python makes it much easier. With this book, you’ll learn how to develop software and solve problems using containers, as well as how to monitor, instrument, load-test, and operationalize your software. Looking for effective ways to "get stuff done" in Python? This is your guide.Python foundations, including a brief introduction to the languageHow to automate text, write command-line tools, and automate the filesystemLinux utilities, package management, build systems, monitoring and instrumentation, and automated testingCloud computing, infrastructure as code, Kubernetes, and serverlessMachine learning operations and data engineering from a DevOps perspectiveBuilding, deploying, and operationalizing a machine learning project

NGINX Cookbook: Advanced Recipes for High-Performance Load Balancing

by Derek DeJonghe

NGINX is one of the most widely used web servers available today, in part because of itscapabilities as a load balancer and reverse proxy server for HTTP and other network protocols. This revised cookbook provides easy-to-follow examples of real-world problems in application delivery. Practical recipes help you set up and use either the open source or commercial offering to solve problems in various use cases.For professionals who understand modern web architectures, such as n-tier or microservice designs and common web protocols such as TCP and HTTP, these recipes provide proven solutions for security and software load balancing and for monitoring and maintaining NGINX's application delivery platform. You'll also explore advanced features of both NGINX and NGINX Plus, the free and licensed versions of this server.You'll find recipes for:High-performance load balancing with HTTP, TCP, and UDPSecuring access through encrypted traffic, secure links, HTTP authentication subrequests, and moreDeploying NGINX to Google, AWS, and Azure cloudSetting up and configuring NGINX ControllerInstalling and configuring the NGINX App Protect moduleEnabling WAF through Controller ADCNGINX Instance Manager, Service Mesh, and the njs module

The Racial Railroad

by Julia H. Lee

Reveals the legacy of the train as a critical site of race in the United StatesDespite the seeming supremacy of car culture in the United States, the train has long been and continues to be a potent symbol of American exceptionalism, ingenuity, and vastness. For almost two centuries, the train has served as the literal and symbolic vehicle for American national identity, manifest destiny, and imperial ambitions. It’s no surprise, then, that the train continues to endure in depictions across literature, film, ad music. The Racial Railroad highlights the surprisingly central role that the railroad has played—and continues to play—in the formation and perception of racial identity and difference in the United States. Julia H. Lee argues that the train is frequently used as the setting for stories of race because it operates across multiple registers and scales of experience and meaning, both as an invocation of and a depository for all manner of social, historical, and political narratives.Lee demonstrates how, through legacies of racialized labor and disenfranchisement—from the Chinese American construction of the Transcontinental Railroad and the depictions of Native Americans in landscape and advertising, to the underground railroad and Jim Crow segregation—the train becomes one of the exemplary spaces through which American cultural works explore questions of racial subjectivity, community, and conflict. By considering the train through various lenses, The Racial Railroad tracks how racial formations and conflicts are constituted in significant and contradictory ways by the spaces in which they occur.

Stop and Frisk: The Use and Abuse of a Controversial Policing Tactic

by Michael D. White Henry F. Fradella

Winner, 2019 Outstanding Book Award, given by the American Society of Criminology’s Division of Policing SectionThe first in-depth history and analysis of a much-abused policing policyNo policing tactic has been more controversial than “stop and frisk,” whereby police officers stop, question and frisk ordinary citizens, who they may view as potential suspects, on the streets. As Michael White and Hank Fradella show in Stop and Frisk, the first authoritative history and analysis of this tactic, there is a disconnect between our everyday understanding and the historical and legal foundations for this policing strategy. First ruled constitutional in 1968, stop and frisk would go on to become a central tactic of modern day policing, particularly by the New York City Police Department. By 2011 the NYPD recorded 685,000 ‘stop-question-and-frisk’ interactions with citizens; yet, in 2013, a landmark decision ruled that the police had over- and mis-used this tactic. Stop and Frisk tells the story of how and why this happened, and offers ways that police departments can better serve their citizens. They also offer a convincing argument that stop and frisk did not contribute as greatly to the drop in New York’s crime rates as many proponents, like former NYPD Police Commissioner Ray Kelly and Mayor Michael Bloomberg, have argued. While much of the book focuses on the NYPD’s use of stop and frisk, examples are also shown from police departments around the country, including Philadelphia, Baltimore, Chicago, Newark and Detroit. White and Fradella argue that not only does stop and frisk have a legal place in 21st-century policing but also that it can be judiciously used to help deter crime in a way that respects the rights and needs of citizens. They also offer insight into the history of racial injustice that has all too often been a feature of American policing’s history and propose concrete strategies that every police department can follow to improve the way they police. A hard-hitting yet nuanced analysis, Stop and Frisk shows how the tactic can be a just act of policing and, in turn, shows how to police in the best interest of citizens.

Imagining Queer Methods

by Amin Ghaziani Matt Brim

Reimagines the field of queer studies by asking “How do we do queer theory?” Imagining Queer Methods showcases the methodological renaissance unfolding in queer scholarship. This volume brings together emerging and esteemed researchers from all corners of the academy who are defining new directions for the field. From critical race studies, history, journalism, lesbian feminist studies, literature, media studies, and performance studies to anthropology, education, psychology, sociology, and urban planning, this impressive interdisciplinary collection covers topics such as humanistic approaches to reading, theorizing, and interpreting, as well as scientific appeals to measurement, modeling, sampling, and statistics. By bringing together these diverse voices into an unprecedented single volume, Amin Ghaziani and Matt Brim inspire us with innovative ways of thinking about methods and methodologies in queer studies.

The Excellence of the Arabs (Library of Arabic Literature #51)

by Ibn Qutaybah

A spirited defense of Arab identity from a time of political unrestIn ninth-century Abbasid Baghdad, the social prestige attached to claims of Arab identity had begun to decline. In The Excellence of the Arabs, the celebrated litterateur Ibn Qutaybah locks horns with those members of his society who belittled Arabness and vaunted the glories of Persian heritage and culture. Instead, he upholds the status of Arabs and their heritage in the face of criticism and uncertainty.The Excellence of the Arabs is in two parts. In the first, Arab Preeminence, which takes the form of an extended argument for Arab privilege, Ibn Qutaybah accuses his opponents of blasphemous envy. In the second, The Excellence of Arab Learning, he describes the fields of knowledge in which he believed pre-Islamic Arabians excelled, including knowledge of the stars, divination, horse husbandry, and poetry. By incorporating extensive excerpts from the poetic heritage—“the archive of the Arabs”—Ibn Qutaybah aims to demonstrate that poetry is itself sufficient evidence of Arab superiority.Eloquent and forceful, The Excellence of the Arabs addresses a central question at a time of great social flux, at the dawn of classical Muslim civilization: What does it mean to be Arab?An English-only edition.

Keywords for African American Studies (Keywords #8)

by Roderick A. Ferguson Jeffrey O.G. Ogbar

Introduces key terms, interdisciplinary research, debates, and histories for African American StudiesAs the longest-standing interdisciplinary field, African American Studies has laid the foundation for critically analyzing issues of race, ethnicity, and culture within the academy and beyond. This volume assembles the keywords of this field for the first time, exploring not only the history of those categories but their continued relevance in the contemporary moment. Taking up a vast array of issues such as slavery, colonialism, prison expansion, sexuality, gender, feminism, war, and popular culture, Keywords for African American Studies showcases the startling breadth that characterizes the field.Featuring an august group of contributors across the social sciences and the humanities, the keywords assembled within the pages of this volume exemplify the depth and range of scholarly inquiry into Black life in the United States. Connecting lineages of Black knowledge production to contemporary considerations of race, gender, class, and sexuality, Keywords for African American Studies provides a model for how the scholarship of the field can meet the challenges of our social world.

Such a Pretty Girl: A Story of Struggle, Empowerment, and Disability Pride

by Nadina LaSpina

A memoir by a disability rights activist Such a Pretty Girl is Nadina LaSpina's story—from her early years in her native Sicily, where still a baby she contracts polio, a fact that makes her the object of well-meaning pity and the target of messages of hopelessness; to her adolescence and youth in America, spent almost entirely in hospitals, where she is tortured in the quest for a cure and made to feel that her body no longer belongs to her; to her rebellion and her activism in the disability rights movement.LaSpina’s personal growth parallels the movement’s political development—from coming together, organizing, and fighting against exclusion from public and social life, to the forging of a common identity, the blossoming of disability arts and culture, and the embracing of disability pride.While unique, the author's journey is also one with which many disabled people can identify. It is the journey to find one's place in an ableist world—a world not made for disabled people, where disability is only seen in negative terms. La Spina refutes all stereotypical narratives of disability. Through the telling of her life’s story, without editorializing, she shows the harm that the overwhelming focus on pity and on a cure that remains elusive has done to disabled people. Her story exposes the disability prejudice ingrained in our sociopolitical system and denounces the oppressive standards of normalcy in a society that devalues those who are different and denies them basic rights.Written as continuous narrative and in a subtle and intimate voice, Such a Pretty Girl is a memoir as captivating as a novel. It is one of the few disability memoirs to focus on activism, and one of the first by an immigrant.

Digital Media Distribution: Portals, Platforms, Pipelines (Critical Cultural Communication)

by Timothy Havens Courtney Brannon Donoghue Paul McDonald

A deep dive into the new era of digital content production and distributionIn the twenty-first century, the platforms that both create and host content have become nearly as important as media itself. Companies such as Netflix, Spotify, and YouTube have attained a massive hold on the public imagination and have become an almost ineluctable part of people’s everyday lives. While the workings of media distribution had until very recently remained inconsequential to the average consumer, the recent popularization of various online platforms has made the question of distribution immediate to everyone. Digital Media Distribution: Portals, Platforms, Pipelines provides a timely examination of the multifaceted distribution landscape in a moment of transformation and conceptualizes media distribution as a complex site of power, privilege, and gatekeeping. These tensions have local, national, and global consequences on the autonomy of creative workers, as well as on how we gain access to, engage with, and understand cultural products. Drawing on original research into distribution practices in industries as diverse as television, film, videogames, literature, and adult entertainment, each chapter explores how digitization has changed media distribution and its broader economic, industrial, social, and cultural implications.Bringing together experts from around the world and across the media industries, Digital Media Distribution: Portals, Platforms, Pipelines presents a vast array of critical approaches and illustrative case studies for understanding the factors that have an impact on the way media travels and moves throughout our digital lives.

Loving Justice: Legal Emotions in William Blackstone's England

by Kathryn D. Temple

A history of legal emotions in William Blackstone’s England and their relationship to justiceWilliam Blackstone’s masterpiece, Commentaries on the Laws of England (1765–1769), famously took the “ungodly jumble” of English law and transformed it into an elegant and easily transportable four-volume summary. Soon after publication, the work became an international monument not only to English law, but to universal English concepts of justice and what Blackstone called “the immutable laws of good and evil.” Most legal historians regard the Commentaries as a brilliant application of Enlightenment reasoning to English legal history. Loving Justice contends that Blackstone’s work extends beyond making sense of English law to invoke emotions such as desire, disgust, sadness, embarrassment, terror, tenderness, and happiness. By enlisting an affective aesthetics to represent English law as just, Blackstone created an evocative poetics of justice whose influence persists across the Western world. In doing so, he encouraged readers to feel as much as reason their way to justice. Ultimately, Temple argues that the Commentaries offers a complex map of our affective relationship to juridical culture, one that illuminates both individual and communal understandings of our search for justice, and is crucial for understanding both justice and injustice today.

RESTful Web API Patterns and Practices Cookbook: Connecting and Orchestrating Microservices and Distributed Data

by Mike Amundsen

Many organizations today orchestrate and maintain apps that rely on other people's services. Software designers, developers, and architects in those companies often work to coordinate and maintain apps based on existing microservices, including third-party services that run outside their ecosystem. This cookbook provides proven recipes to help you get those many disparate parts to work together in your network.Author Mike Amundsen provides step-by-step solutions for finding, connecting, and maintaining applications designed and built by people outside the organization. Whether you're working on human-centric mobile apps or creating high-powered machine-to-machine solutions, this guide shows you the rules, routines, commands, and protocols—the glue—that integrates individual microservices so they can function together in a safe, scalable, and reliable way.Design and build individual microservices that can successfully interact on the open webIncrease interoperability by designing services that share a common understandingBuild client applications that can adapt to evolving services without breakingCreate resilient and reliable microservices that support peer-to-peer interactions on the webUse web-based service registries to support runtime "find-and-bind" operations that manage external dependencies in real timeImplement stable workflows to accomplish complex, multiservice tasks consistently

Programming C# 8.0: Build Cloud, Web, and Desktop Applications

by Ian Griffiths

C# is undeniably one of the most versatile programming languages available to engineers today. With this comprehensive guide, you’ll learn just how powerful the combination of C# and .NET can be. Author Ian Griffiths guides you through C# 8.0 fundamentals and techniques for building cloud, web, and desktop applications.Designed for experienced programmers, this book provides many code examples to help you work with the nuts and bolts of C#, such as generics, LINQ, and asynchronous programming features. You’ll get up to speed on .NET Core and the latest C# 8.0 additions, including asynchronous streams, nullable references, pattern matching, default interface implementation, ranges and new indexing syntax, and changes in the .NET tool chain.Discover how C# supports fundamental coding features, such as classes, other custom types, collections, and error handlingLearn how to write high-performance memory-efficient code with .NET Core’s Span and Memory typesQuery and process diverse data sources, such as in-memory object models, databases, data streams, and XML documents with LINQUse .NET’s multithreading features to exploit your computer’s parallel processing capabilitiesLearn how asynchronous language features can help improve application responsiveness and scalability

Efficient Go: Data-Driven Performance Optimization

by Bartlomiej Plotka

With technological advancements, fast markets, and higher complexity of systems, software engineers tend to skip the uncomfortable topic of software efficiency. However, tactical, observability-driven performance optimizations are vital for every product to save money and ensure business success. With this book, any engineer can learn how to approach software efficiency effectively, professionally, and without stress. Author Bartłomiej Płotka provides the tools and knowledge required to make your systems faster and less resource-hungry. Efficient Go guides you in achieving better day-to-day efficiency using Go. In addition, most content is language-agnostic, allowing you to bring small but effective habits to your programming or product management cycles. This book shows you how to: Clarify and negotiate efficiency goalsOptimize efficiency on various levelsUse common resources like CPU and memory effectivelyAssess efficiency using observability signals like metrics, logging, tracing, and (continuous) profiling via open source projects like Prometheus, Jaeger, and ParcaApply tools like go test, pprof, benchstat, and k6 to create reliable micro and macro benchmarksEfficiently use Go and its features like slices, generics, goroutines, allocation semantics, garbage collection, and more!

Refine Search

Showing 98,451 through 98,475 of 100,000 results