CyberSecurity Summary

40 Episodes
Subscribe

By: CyberSecurity Summary

CyberSecurity Summary is your go-to podcast for concise and insightful summaries of the latest and most influential books in the field of cybersecurity.Each episode delves into the core concepts, key takeaways, and practical applications of these books, providing you with the knowledge you need to stay ahead in the ever-evolving world of cybersecurity.Whether you’re a seasoned professional or just starting out, CyberSecurity Summary offers valuable insights and discussions to enhance your understanding and keep you informed.You can listen and download our episodes for free on more than 10 different platforms:https://linktr.ee/cyber_security_summary

✂️ Clip this podcast
Practical DevOps: Harness the power of DevOps to boost your skill set and make your IT organization perform better
Practical DevOps: Harness the power of DevOps to boost your skill set and make your IT organization perform better episode artwork
Today at 6:00 AM

Explores the integration of development and operations to enhance organizational efficiency. The text defines DevOps as a multidisciplinary field rooted in Agile principles, emphasizing human interaction and the automation of repetitive tasks. It details the technical components of a Continuous Delivery pipeline, including revision control, build servers, and artifact repositories. The author also explains how software architecture must adapt to support frequent deployments and provides strategies for managing database migrations. By bridging the gap between different IT communities, the source aims to provide a hands-on guide for creating faster and more reliable delivery processes. The material serves both developers...


Python Machine Learning: The Ultimate Beginner's Guide to Learn Python Machine Learning Step by Step using Scikit-Learn and Tensorflow
Python Machine Learning: The Ultimate Beginner's Guide to Learn Python Machine Learning Step by Step using Scikit-Learn and Tensorflow episode artwork
Yesterday at 6:00 AM

A comprehensive primer for beginners looking to master predictive modeling using tools like Scikit-Learn and TensorFlow. The text begins by tracing the historical evolution of computing and the philosophical shift from rigid, rule-based systems to modern probabilistic algorithms. It categorizes the field into supervised, unsupervised, and reinforcement learning, providing clear distinctions between tasks like regression, classification, and clustering. Readers are guided through the technical environment setup, including the installation of essential libraries and the use of virtual environments for project isolation. Detailed chapters explain the mechanics of popular models such as k-Nearest Neighbors, K-Means, and Support Vector Machines with...


Regulating Artificial Intelligence
Regulating Artificial Intelligence episode artwork
Last Friday at 6:00 AM

Examines the complex challenges of regulating artificial intelligence within modern society. The text highlights how AI’s increasing complexity and opacity—often called the "black box" phenomenon—threaten established legal principles like transparency, accountability, and non-discrimination. While the authors acknowledge the immense innovation potential of machine learning, they argue for a "state enabling responsibility" to protect fundamental rights through both traditional laws and technical design. The sources explore diverse applications, ranging from healthcare and financial markets to law enforcement and social media, emphasizing that regulation must be context-specific. Ultimately, the editors advocate for a multidisciplinary approach that integrates ethical standa...


The Art of Invisibility: The World's Most Famous Hacker Teaches You How to Be Safe in the Age of Big Brother and Big Data
The Art of Invisibility: The World's Most Famous Hacker Teaches You How to Be Safe in the Age of Big Brother and Big Data episode artwork
Last Thursday at 6:00 AM

A comprehensive guide on maintaining digital privacy and security in a world of constant surveillance. The text details how governments, corporations, and hackers exploit vulnerabilities in personal passwords, emails, and cellular metadata to track and profile individuals. Mitnick emphasizes that end-to-end encryption, two-factor authentication, and the use of anonymizing tools like Tor are essential for defending one’s personal information. Through historical examples and technical explanations, the source illustrates that privacy is a fundamental human right that requires proactive protection. Readers are encouraged to adopt a disciplined approach to their online habits to avoid becoming easy targets for data co...


The Basics of Hacking and Penetration Testing: Ethical Hacking and Penetration Testing Made Easy (Syngress Basics Series)
The Basics of Hacking and Penetration Testing: Ethical Hacking and Penetration Testing Made Easy (Syngress Basics Series) episode artwork
Last Wednesday at 6:00 AM

A foundational guide designed for individuals with no prior experience in offensive security. The author introduces a "zero entry" methodology that breaks the complex process of ethical hacking into four manageable stages: reconnaissance, scanning, exploitation, and maintaining access. Through these chapters, the source emphasizes the importance of legal authorization and technical preparation, distinguishing "white hat" practitioners from malicious "black hat" actors. Readers are introduced to BackTrack Linux as a primary toolset and are encouraged to build isolated hacking labs using virtual machines for safe practice. The provided sections specifically highlight the reconnaissance phase, where gathering public data through tools...


Clojure: High Performance JVM Programming
Clojure: High Performance JVM Programming episode artwork
Last Tuesday at 6:00 AM

Designed to run efficiently on the Java Virtual Machine (JVM). It primarily serves as a guide for Java developers, illustrating how Clojure utilizes immutable data structures and a unique Lisp-based syntax to manage concurrency and performance. The material outlines a structured learning path that spans from basic environment setup with tools like Leiningen to advanced topics like metaprogramming and logic programming. Readers are shown how Clojure interacts with the host platform through Java interop and shared concepts like the classpath and packages. Furthermore, the source emphasizes the power of interactive development using a REPL to modify code in real-time...


Clojure Applied: From Practice to Practitioner
Clojure Applied: From Practice to Practitioner episode artwork
Last Monday at 6:00 AM

Designed to transition developers from understanding basic syntax to building production-ready applications. The text serves as a roadmap for the "middle stage" of learning, moving beyond simple functions to focus on modeling domains with records and maps. It emphasizes the foundational role of immutability and pure functions in creating robust software. Readers are instructed on how to organize data using persistent collections and how to transform information efficiently through sequences and transducers. Furthermore, the source explains Clojure’s unique approach to identity and state, providing strategies for managing change in multithreaded environments. Ultimately, the book offers a practical framework fo...


Code: The Hidden Language of Computer Hardware and Software
Code: The Hidden Language of Computer Hardware and Software episode artwork
07/05/2026

Explores the fundamental ways information is represented and processed. By examining historical systems like Morse code and Braille, the text demonstrates how simple binary patterns can communicate complex data. Petzold explains that these methods are essential predecessors to modern computing, which relies on the same logic of two-state combinations. The narrative transitions into the physical world by detailing the anatomy of a flashlight to illustrate basic electrical circuits. This provides a foundation for understanding how electrons and conductors form the hardware required to execute logic. Ultimately, the source aims to demystify the inner workings of technology by connecting antique...


Client-Side Data Storage: Keeping It Local
Client-Side Data Storage: Keeping It Local episode artwork
07/04/2026

A technical guide to client-side data storage methods for modern web development. The text evaluates several technologies, beginning with the history and limitations of HTTP cookies and the simplicity of the Web Storage API. It progresses into more complex systems like IndexedDB for large-scale data management and the now-deprecated Web SQL standard. Beyond core browser APIs, the source highlights open-source libraries like Lockr and localForage that simplify data implementation for developers. Ultimately, the book serves as a practical manual for building offline-capable applications that reduce server strain and improve user experience.

You can listen and...


C++ for Financial Mathematics (Chapman and Hall/CRC Financial Mathematics Series)
C++ for Financial Mathematics (Chapman and Hall/CRC Financial Mathematics Series) episode artwork
07/03/2026

A comprehensive guide for aspiring "quant developers" to master programming within the finance industry. The text focuses on the practical application of object-oriented programming to solve complex problems like derivative pricing, portfolio risk management, and system scalability. Readers are introduced to the core mechanics of C++, including its static typing, memory management, and the compilation process required to transform human-readable code into machine language. The material emphasizes the importance of software architecture and rigorous testing to ensure financial systems remain reliable and maintainable. By working through specific financial examples, the book bridges the gap between theoretical mathematics and the...


Calculated Bets: Computers, Gambling, and Mathematical Modeling to Win
Calculated Bets: Computers, Gambling, and Mathematical Modeling to Win episode artwork
07/02/2026

Explores Steven Skiena's mathematical approach to gambling, specifically how he used computer simulations and predictive modeling to master the sport of jai alai. Skiena details his transition from a fascinated child spectator to a computer science professor who developed a system capable of increasing his investment by over 500 percent in one year. The text serves as both a memoir of his obsession and an educational guide to the mechanics of the game, explaining its Basque history and complex Spectacular Seven scoring system. Beyond sports, the author highlights the broader utility of mathematical structures in fields like finance and politics...


A Bug Hunter's Diary: A Guided Tour Through the Wilds of Software Security
A Bug Hunter's Diary: A Guided Tour Through the Wilds of Software Security episode artwork
07/01/2026

A technical guide that explores the life cycle of software security vulnerabilities through seven real-world case studies. The text explains how the author identifies, exploits, and reports flaws in popular applications and operating system kernels like iOS, VLC, and Mac OS X. Readers can learn practical static and dynamic analysis techniques, including reverse engineering and fuzzing, to uncover memory errors like buffer overflows. The book aims to provide a "guided tour" of the professional bug-hunting process, showing how to develop proof-of-concept code to verify security risks. Additionally, it covers the interaction between researchers and software vendors regarding the remediation...


Pearls of Functional Algorithm Design
Pearls of Functional Algorithm Design episode artwork
06/30/2026

A unique methodology for developing computer programs by calculating solutions from initial specifications. The text is structured into thirty "pearls," each presenting a distinct programming challenge—ranging from mathematical puzzles like Sudoku to classic problems like string matching and data compression. A central theme is the use of equational reasoning within the Haskell programming language to transform simple, inefficient code into highly optimized algorithms. The provided excerpts highlight specific techniques such as divide and conquer for finding the smallest missing natural number or calculating maximum surpasser counts in $O(n \log n)$ time. The author also demonstrates how to im...


Tour of C++, A (C++ In-Depth Series)
Tour of C++, A (C++ In-Depth Series) episode artwork
06/29/2026

A concise guide to modern C++, specifically focusing on the C++17 standard and upcoming features for C++20. The text is designed for experienced programmers who need a high-level overview of the language’s core features and standard-library components without the density of a traditional reference manual. Stroustrup emphasizes that the language has evolved significantly, offering better performance and clarity compared to older versions like C++98. The source material outlines fundamental concepts such as static typing, compilation processes, and function overloading while providing practical advice on writing maintainable code. By utilizing a "sightseeing" approach, the book helps readers quickly understand th...


Absolute FreeBSD, 3rd Edition: The Complete Guide to FreeBSD
Absolute FreeBSD, 3rd Edition: The Complete Guide to FreeBSD episode artwork
06/28/2026

A definitive manual for the FreeBSD operating system, detailing its history, core strengths, and various management tasks for both beginners and professional administrators. The documentation outlines the book's coverage of essential topics such as system installation, kernel configuration, network optimization, and security features. It specifically highlights modern updates to the software, including the Z File System (ZFS), container-style virtualization via jails, and advanced storage management through the GEOM architecture. Additionally, the text provides biographical information on the author and technical reviewers, alongside a detailed table of contents that mirrors the functional lifecycle of a server.

...


Advanced Analytics with Spark: Patterns for Learning from Data at Scale
Advanced Analytics with Spark: Patterns for Learning from Data at Scale episode artwork
06/27/2026

Explores how to use Apache Spark and the Scala programming language to perform complex data science tasks at scale. The documentation focuses on record linkage, a data cleansing process used to identify duplicate records within massive datasets. It introduces fundamental Spark concepts, such as Resilient Distributed Datasets (RDDs) and DataFrames, while emphasizing the importance of iterative analysis. Readers learn to manage the entire data pipeline, from initial preprocessing and schema inference to executing distributed computations on a cluster. Ultimately, the source serves as a practical manual for transitioning from exploratory analytics to building robust, production-ready data applications.
<...


A Common-Sense Guide to Data Structures and Algorithms: Level Up Your Core Programming Skills
A Common-Sense Guide to Data Structures and Algorithms: Level Up Your Core Programming Skills episode artwork
06/26/2026

A practical, beginner-friendly introduction to essential computer science fundamentals. The text emphasizes common sense and visual aids over dense mathematical jargon to help developers write efficient, scalable code. By exploring concepts like Big O notation, time complexity, and memory management, the book teaches readers how to choose the right tools for various programming scenarios. Key structures such as arrays, hash tables, and graphs are analyzed alongside algorithms for sorting and searching. Ultimately, the guide serves as a manual for improving programming logic and preparing for technical interviews using everyday language.

You can listen and download...


A Practical Approach to Compiler Construction (Undergraduate Topics in Computer Science)
A Practical Approach to Compiler Construction (Undergraduate Topics in Computer Science) episode artwork
06/25/2026

A textbook designed for undergraduate computer science students. The material serves as an introduction to the fundamental mechanics of language translation, specifically focusing on how high-level source code is converted into machine-executable instructions. It outlines the modular architecture of a compiler, detailing the distinct roles of the front-end, which analyzes the source program, and the back-end, which synthesizes target code. A significant portion of the text is dedicated to formal language theory, explaining the use of Backus–Naur Form (BNF) and the Chomsky hierarchy to define and analyze program syntax. The author emphasizes a practical methodology, utilizing a simplified te...


A Discipline of Programming
A Discipline of Programming episode artwork
06/24/2026

A rigorous mathematical foundation for creating software that is both logically beautiful and intellectually manageable. The author argues that traditional programs often lack human appreciation because they are designed solely for machine execution rather than clarity. To address this, he introduces predicate transformers and a specialized mini-language to treat algorithms as formal mathematical objects. The text explores fundamental concepts such as executional abstraction, the role of formal notation, and the systematic characterization of program states. By emphasizing a precise scientific discipline, Dijkstra aims to move programming away from intuitive guesswork toward a reliable, verifiable craft. Throughout the chapters, he...


Advanced Persistent Threat Hacking: The Art and Science of Hacking Any Organization
Advanced Persistent Threat Hacking: The Art and Science of Hacking Any Organization episode artwork
06/23/2026

A hierarchy of cyber threats, placing the Advanced Persistent Threat (APT) at the summit due to their strategic thinking and relentless focus on specific targets. Wrightson argues that no organization is truly safe because the rapid immersion of technology has outpaced our ability to defend it. The provided chapters detail a comprehensive hacking methodology, covering everything from technical reconnaissance and social engineering to physical infiltration and software backdoors. Ultimately, the source serves as a guide for security professionals to understand the attacker's mindset, highlighting how limited resources can still bypass complex defenses. Wrightson emphasizes that because the economic and...


Algorithm Design
Algorithm Design episode artwork
06/22/2026

Define the problem using the Gale-Shapley "marriage" model, which seeks to pair two distinct groups based on individual preferences so that no two people would rather be with each other than their assigned partners. The text details the Gale-Shapley algorithm, providing a step-by-step logical proof of its termination, perfection, and stability. Beyond the mechanics of the solution, the source examines how different starting conditions can lead to multiple stable outcomes and discusses the inherent unfairness or "proposer-optimality" of the algorithm. Finally, the authors provide biographical backgrounds and a comprehensive table of contents that outlines major algorithmic strategies like greedy...


Algorithms and Networking for Computer
Algorithms and Networking for Computer episode artwork
06/21/2026

A comprehensive technical guide written by Jouni Smed and Harri Hakonen. This textbook defines the fundamental components of games, such as rules, goals, and conflict, while exploring the mathematical and computational structures necessary to build them. The authors utilize the Model-View-Controller architectural pattern to describe the anatomy of a computer game and outline the various professional disciplines and phases involved in modern game development. Extensive tables of contents reveal that the book covers specialized topics including procedural generation, pathfinding, and decision-making alongside networking challenges like latency compensation and anti-cheating measures. Ultimately, the source serves as a bridge between academic...


Algorithms for Next-Generation Sequencing (Chapman & Hall/CRC Computational Biology Series)
Algorithms for Next-Generation Sequencing (Chapman & Hall/CRC Computational Biology Series) episode artwork
06/20/2026

A comprehensive guide to the computational frameworks used in modern genomics. The book introduces DNA sequencing technologies, categorizing them into three generations that range from early chemical degradation methods to advanced single-molecule real-time monitoring. It details the bioinformatics pipeline, beginning with raw data capture and moving through essential processes like read mapping, genome assembly, and variant calling. Additionally, the text explains standard NGS file formats—such as fastq for raw sequences and SAM/BAM for alignments—while highlighting the algorithmic data structures necessary for efficient data compression and analysis. Ultimately, the source serves as a technical foundation for understanding how...


C# 7.0 Pocket Reference: Instant Help for C# 7.0 Programmers
C# 7.0 Pocket Reference: Instant Help for C# 7.0 Programmers episode artwork
06/19/2026

Offering a structured breakdown of the language's core syntax and features. The material outlines fundamental data types, including the distinction between value and reference types, and explains how the .NET Framework facilitates code execution. It provides detailed guidance on object-oriented principles such as inheritance, polymorphism, and encapsulation, while also covering practical logic structures like loops and selection statements. Furthermore, the text introduces modern enhancements like string interpolation, pattern matching, and deconstructors to improve developer efficiency. By combining conceptual overviews with code examples, the source acts as a functional guide for building and organizing applications using classes, namespaces, and methods.<...


C# in Depth
C# in Depth episode artwork
06/18/2026

A comprehensive resource focused on the evolution of the C# language. The source outlines the progression of the language from C# 1 through C# 5, illustrating how each version introduced features to reduce "fluff" and increase developer productivity. Key concepts highlighted include the introduction of generics and nullable types in C# 2, the revolution of data access through LINQ and lambda expressions in C# 3, and the addition of dynamic binding and asynchrony in later versions. Through comparative code examples, the text demonstrates how modern syntax allows for more readable, expressive, and maintainable code than earlier iterations. Additionally, the excerpts include praise from...


C# 7.0 in a Nutshell: The Definitive Reference
C# 7.0 in a Nutshell: The Definitive Reference episode artwork
06/17/2026

Designed for intermediate to advanced programmers seeking a deep understanding of the C# language and the .NET Framework. The documentation details the language's core principles, including object-oriented programming, type safety, and functional programming features like lambda expressions. Additionally, the sources outline the broader ecosystem, covering the Common Language Runtime (CLR) and various platforms such as .NET Core, Xamarin, and the Universal Windows Platform. Detailed tables of contents and prefaces highlight specialized topics like concurrency, LINQ, and memory management through garbage collection.

You can listen and download our episodes for free on more than 10 different platforms:<...


Amazon Web Services in Action
Amazon Web Services in Action episode artwork
06/16/2026

A comprehensive technical guide written by Andreas and Michael Wittig and published by Manning Publications. The book is designed to help readers navigate the complexities of the AWS cloud platform by focusing on core services such as EC2 for virtual servers, S3 for storage, and RDS for databases. It emphasizes practical application through automation, infrastructure as code, and security best practices. Beyond technical implementation, the authors share their journey from traditional IT to DevOps, illustrating how cloud computing enables fault-tolerance and scalability. Ultimately, the source serves as a practical roadmap for developers and system administrators looking to build reliable...


Algorithms, Part II
Algorithms, Part II episode artwork
06/15/2026

A comprehensive foundation for graph-processing algorithms. The text introduces undirected graphs as abstract mathematical models used to solve practical problems in fields like social networking, computer routing, and logistics. Through a structured design pattern, the authors present Depth-First Search (DFS) for exploring connectivity and Breadth-First Search (BFS) for identifying the shortest paths between points. Additionally, the source details the adjacency-lists data structure, which allows for the efficient storage and manipulation of massive, sparse datasets. Beyond theory, the text provides Java implementations and real-world examples, such as the "Kevin Bacon" game, to demonstrate how these computational methods analyze complex relationships.<...


Algorithms: Part I
Algorithms: Part I episode artwork
06/14/2026

An essential textbook for exploring fundamental computer algorithms and data structures. The text provides a comprehensive introduction to a scientific approach for analyzing performance, emphasizing the use of real Java code over abstract pseudo-code. Key topics covered include basic programming models, data abstraction, and specific methods for sorting and searching through large datasets. To enhance the learning experience, the authors integrate a dedicated booksite featuring full implementations, exercises, and dynamic visualizations of the algorithms in action. Overall, the material is designed to equip students and practitioners with the problem-solving power necessary to build modern software systems and conduct scientific...


Introduction to the Analysis of Algorithms
Introduction to the Analysis of Algorithms episode artwork
06/13/2026

A comprehensive framework for evaluating the performance of computer programs through a scientific approach, focusing on average-case analysis and mathematical models. The authors distinguish their work from the theory of algorithms, which typically emphasizes worst-case bounds, by instead seeking precise resource predictions for specific implementations. Key topics covered include recurrence relations, generating functions, and asymptotic approximations, all of which are applied to fundamental structures like sorting algorithms, trees, and permutations. Additionally, this edition features a foreword by Donald Knuth and a moving tribute to the late Philippe Flajolet, highlighting his legacy in the field of analytic combinatorics.
<...


An Introduction to Functional Programming Through Lambda Calculus
An Introduction to Functional Programming Through Lambda Calculus episode artwork
06/12/2026

A pedagogical guide for programmers transitioning from imperative languages to the functional paradigm. The text establishes lambda calculus as the essential foundation for understanding how high-level functional constructs, such as recursion and list processing, are built from simple mathematical rules. By contrasting the changeable state of traditional programming with the fixed name-value associations of functional systems, the author highlights the benefits of side-effect-free code. The source material further explores how these theoretical concepts are practically applied in modern languages like Standard ML and LISP. Ultimately, the book advocates for a learning approach rooted in operational abstraction and the historical...


An Elementary Introduction to the Wolfram Language
An Elementary Introduction to the Wolfram Language episode artwork
06/11/2026

An educational guide to the Wolfram Language. The author explains that this knowledge-based programming language is unique because it integrates vast amounts of built-in information and automates complex technical tasks. Designed for individuals with no prior coding experience, the curriculum follows a step-by-step progression similar to learning a human language or mathematics. Early chapters introduce fundamental concepts such as elementary arithmetic, the use of functions, and the manipulation of lists. Beyond basic data, the sources highlight the language's ability to create visual graphics, interactive interfaces, and dynamic styling with colors and shapes. Ultimately, the text presents the language as...


Artificial Intelligence with Uncertainty
Artificial Intelligence with Uncertainty episode artwork
06/10/2026

Explores the intersection of human cognition and machine intelligence. The authors argue that while traditional AI relies on rigid mathematical logic, true intelligence is defined by ubiquitous uncertainty and the flexible nuances of natural language. To address this, the source introduces the cloud model, a cognitive tool designed to handle the randomness and fuzziness inherent in human thought. The book also traces sixty years of AI development, categorizing research methods into symbolism, connectionism, and behaviorism. Furthermore, it examines interdisciplinary trends, linking AI to brain science, big data, and swarm intelligence. Ultimately, the text presents a framework for simulating uncertain...


Artificial Intelligence: A Modern Approach (Prentice Hall Series in Artificial Intelligence)
Artificial Intelligence: A Modern Approach (Prentice Hall Series in Artificial Intelligence) episode artwork
06/09/2026

Define artificial intelligence through the unifying theme of intelligent agents, which are systems designed to perceive their environments and take actions that maximize their chances of success. By exploring the field’s philosophical, mathematical, and scientific foundations, the text traces how AI evolved from ancient logic and 20th-century computing into a diverse discipline. It highlights significant technical advancements since the previous edition, such as improvements in machine learning, probabilistic reasoning, and robotics. Additionally, the material provides a historical timeline of the field, starting from its formal birth at the Dartmouth workshop in 1956 to its modern applications in speech recognition an...


Building Isomorphic JavaScript Apps: From Concept to Implementation to Real-World Solutions
Building Isomorphic JavaScript Apps: From Concept to Implementation to Real-World Solutions episode artwork
06/08/2026

Explores an architectural middle ground between traditional server-side rendering and modern single-page applications. The authors describe isomorphic JavaScript as a system where the same code runs on both the client and the server, ensuring a consistent "shape" across environments. This approach addresses common web development pitfalls, such as slow initial page loads and poor search engine optimization caused by empty HTML shells. By sharing a single codebase, developers can improve perceived performance while reducing the technical debt associated with duplicating logic across different languages. The text provides a comprehensive roadmap for implementing these solutions, moving from foundational concepts to...


Building Applications with Scala
Building Applications with Scala episode artwork
06/07/2026

A comprehensive technical guide designed to transition developers into experts in functional and reactive programming. The book provides a structured roadmap, beginning with Scala language fundamentals and core concepts like immutability and monads before moving into advanced architectural patterns. Readers explore the broader Scala ecosystem by learning to use the Play Framework for web interfaces, Akka for distributed actor-based systems, and Slick for database persistence. Beyond syntax, the text emphasizes practical skills such as behavior-driven development, REST API design, and performance tuning. The final chapters provide a strategic overview of system scalability, covering modern deployment tools like Docker, AWS...


C# 7 and .NET Core Cookbook
C# 7 and .NET Core Cookbook episode artwork
06/06/2026

A wide range of programming solutions across sixteen chapters, covering modern updates like C# 7.0 features, asynchronous programming, and multithreading. Beyond language syntax, the text provides instructions for building mobile applications via Xamarin and Cordova, as well as developing cloud-based microservices and serverless functions on Azure and AWS. Each section is structured to facilitate learning through specific recipes that detail preparation, implementation, and the underlying mechanics of the code. Ultimately, the book aims to help software engineers navigate the rapidly evolving .NET ecosystem by providing clear, efficient strategies for real-world software development.

You can listen and...


Beginning Fedora Desktop: Fedora
Beginning Fedora Desktop: Fedora episode artwork
06/05/2026

A comprehensive technical guide for the Fedora 28 Linux operating system, authored by Richard Petersen. It details the installation process, from creating Live USB media to managing disk partitions and finishing the initial setup. Beyond installation, the text outlines the diverse desktop environments available, specifically highlighting GNOME and KDE Plasma. The sources also catalog essential software applications, including office suites, multimedia tools, and internet browsers. Furthermore, the manual addresses system administration tasks such as network configuration, software repository management, and security settings. Overall, these excerpts offer a structured roadmap for users to effectively deploy and navigate the Fedora ecosystem.<...


ASP.NET Core in Action
ASP.NET Core in Action episode artwork
06/04/2026

A technical guide published by Manning Publications. The sources introduce ASP.NET Core as a modern, high-performance, and cross-platform evolution of Microsoft's web framework designed to run on Windows, Linux, and macOS. Key sections detail the transition from the older .NET Framework to the modular .NET Core architecture, emphasizing benefits like open-source development and cloud optimization. Practical resources are included, such as a reference list of .NET CLI commands for managing projects and a comprehensive table of contents covering MVC, security, and deployment. The author further explains how the framework utilizes a middleware pipeline and the Kestrel web server...


RHCSA & RHCE Red Hat Enterprise Linux 7: Training and Exam Preparation Guide (EX200 and EX300)
RHCSA & RHCE Red Hat Enterprise Linux 7: Training and Exam Preparation Guide (EX200 and EX300) episode artwork
06/03/2026

A comprehensive training and exam preparation guide by Asghar Ghori is designed for individuals seeking RHCSA and RHCE certifications on Red Hat Enterprise Linux 7. The text outlines a structured curriculum covering essential system administration tasks such as file management, user security, and storage partitioning. It also provides in-depth instruction on advanced network services, including the configuration of DNS, NFS, and database servers. Each chapter includes practical exercises, review questions, and hands-on challenge labs to reinforce technical proficiency. Beyond exam prep, the book serves as a professional deskside reference for administrators managing live Linux environments. Detailed sections on server virtualization...