CyberSecurity Summary

CyberSecurity Summary

Arts EN ↓ 1000 Folgen

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 d...

Autor

CyberSecurity Summary

Kategorie

Arts

Podcast-Website

www.spreaker.com

Neueste Folge

11. Jul 2026

Wo hören?

Podcasts in der App Replaio Radio Bald verfügbar

Podcasts kommen bald in die App. Installiere sie jetzt und erlebe als Erster einen ganz neuen Blick auf Podcasts

Bei Google Play herunterladen Kostenlos installieren Android 5 Mio.+ Downloads · Bewertung 4,8 iOS bald

Folgen

Python Machine Learning: The Ultimate Beginner's Guide to Learn Python Machine Learning Step by Step using Scikit-Learn and Tensorflow 11.07.2026

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 betwee...

Regulating Artificial Intelligence 10.07.2026

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...

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 09.07.2026

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 essent...

The Basics of Hacking and Penetration Testing: Ethical Hacking and Penetration Testing Made Easy (Syngress Basics Series) 08.07.2026

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, di...

Clojure: High Performance JVM Programming 07.07.2026

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...

Clojure Applied: From Practice to Practitioner 06.07.2026

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 d...

Code: The Hidden Language of Computer Hardware and Software 05.07.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 wo...

Client-Side Data Storage: Keeping It Local 04.07.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...

C++ for Financial Mathematics (Chapman and Hall/CRC Financial Mathematics Series) 03.07.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 compila...

Calculated Bets: Computers, Gambling, and Mathematical Modeling to Win 02.07.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 obsessio...

A Bug Hunter's Diary: A Guided Tour Through the Wilds of Software Security 01.07.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...

Pearls of Functional Algorithm Design 30.06.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 languag...

Tour of C++, A (C++ In-Depth Series) 29.06.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 performanc...

Absolute FreeBSD, 3rd Edition: The Complete Guide to FreeBSD 28.06.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, incl...

Advanced Analytics with Spark: Patterns for Learning from Data at Scale 27.06.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 anal...

A Common-Sense Guide to Data Structures and Algorithms: Level Up Your Core Programming Skills 26.06.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 stru...

A Practical Approach to Compiler Construction (Undergraduate Topics in Computer Science) 25.06.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 t...

A Discipline of Programming 24.06.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...

Advanced Persistent Threat Hacking: The Art and Science of Hacking Any Organization 23.06.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 rec...

Algorithm Design 22.06.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 exam...

Algorithms and Networking for Computer 21.06.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 profession...

Algorithms for Next-Generation Sequencing (Chapman & Hall/CRC Computational Biology Series) 20.06.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,...

C# 7.0 Pocket Reference: Instant Help for C# 7.0 Programmers 19.06.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 str...

C# in Depth 18.06.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 expre...

C# 7.0 in a Nutshell: The Definitive Reference 17.06.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 var...

Höre den Podcast CyberSecurity Summary in Replaio

Radio und Podcasts in einer App - kostenlos und ohne Anmeldung. Installiere sie noch heute und verpasse den Start nicht

Bei Google Play herunterladen

Replaio ist kein Herausgeber von Podcasts; die Namen der Sendungen, Cover und Audioinhalte gehören ihren Autoren und werden über öffentliche RSS-Feeds verbreitet