The Latest Books, Reports, Videos, and Audiobooks - O'Reilly Media (2024)

Designing Data-Intensive ApplicationsBy Martin KleppmannPublisher(s): O'Reilly Media, Inc.Data is at the center of many challenges in system design today. Difficult issues need to be figured out, such as scalability, consistency, reliability, efficiency, and maintainability. In addition, we have ...bookHands-On Machine Learning with Scikit-Learn, Keras, and TensorFlow, 3rd EditionBy Aurélien GéronPublisher(s): O'Reilly Media, Inc.Through a recent series of breakthroughs, deep learning has boosted the entire field of machine learning. Now, even programmers who know close to nothing about this technology can use simple, efficient ...bookPython Crash Course, 3rd EditionBy Eric MatthesPublisher(s): No Starch PressPython Crash Course is the world's best-selling guide to the Python guide programming language, with over 1,500,000 copies sold to date! This fast-paced, thorough introduction to programming with Python will have ...bookLearning Go, 2nd EditionBy Jon BodnerPublisher(s): O'Reilly Media, Inc.Go has rapidly become the preferred language for building web services. Plenty of tutorials are available to teach Go's syntax to developers with experience in other programming languages, but tutorials aren't ...bookFluent Python, 2nd EditionBy Luciano RamalhoPublisher(s): O'Reilly Media, Inc.Don't waste time bending Python to fit patterns you've learned in other languages. Python's simplicity lets you become productive quickly, but often this means you aren't using everything the language has ...bookAcing the System Design InterviewBy zhiyong tanPublisher(s): Manning PublicationsThe system design interview is one of the hardest challenges you’ll face in the software engineering hiring process. This practical book gives you the insights, the skills, and the hands-on practice ...bookPrompt Engineering for Generative AIBy James Phoenix, Mike TaylorPublisher(s): O'Reilly Media, Inc.Large language models (LLMs) and diffusion models such as ChatGPT and Stable Diffusion have unprecedented potential. Because they have been trained on all the public text and images on the internet, ...bookHead First Design Patterns, 2nd EditionBy Eric Freeman, Elisabeth RobsonPublisher(s): O'Reilly Media, Inc.What will you learn from this book? You know you don't want to reinvent the wheel, so you look to Design Patterns: the lessons learned by those who've faced the same ...bookDesigning Machine Learning SystemsBy Chip HuyenPublisher(s): O'Reilly Media, Inc.Machine learning systems are both complex and unique. Complex because they consist of many different components and involve many different stakeholders. Unique because they're data dependent, with data varying wildly from ...bookFundamentals of Data EngineeringBy Joe Reis, Matt HousleyPublisher(s): O'Reilly Media, Inc.Data engineering has grown rapidly in the past decade, leaving many software engineers, data scientists, and analysts looking for a comprehensive view of this practice. With this practical book, you'll learn ...bookISC2 CISSP Certified Information Systems Security Professional Official Study Guide, 10th EditionBy Mike Chapple, James Michael Stewart, Darril GibsonPublisher(s): SybexCISSP Study Guide - fully updated for the 2024 CISSP Body of Knowledge ISC2 Certified Information Systems Security Professional (CISSP) Official Study Guide, 10th Edition has been completely updated based on ...bookReact - The Complete Guide (Includes Hooks, React Router, and Redux) - Second EditionBy Academind by Maximilian SchwarzmüllerPublisher(s): Packt Publishing**This course is now updated for React 18** Starting with an introduction to React concepts, you will progress through JavaScript refresher modules to solidify your knowledge base before tackling React essentials ...videoFundamentals of Software ArchitectureBy Mark Richards, Neal FordPublisher(s): O'Reilly Media, Inc.Salary surveys worldwide regularly place software architect in the top 10 best jobs, yet no real guide exists to help developers become architects. Until now. This book provides the first comprehensive ...bookClean Code: A Handbook of Agile Software CraftsmanshipBy Robert C. MartinPublisher(s): PearsonEven bad code can function. But if code isn’t clean, it can bring a development organization to its knees. Every year, countless hours and significant resources are lost because of poorly ...bookThe Staff Engineer's PathBy Tanya ReillyPublisher(s): O'Reilly Media, Inc.For years, companies have rewarded their most effective engineers with management positions. But treating management as the default path for an engineer with leadership ability doesn't serve the industry well--or the ...bookOCP Oracle Certified Professional Java SE 17 Developer Study GuideBy Scott Selikoff, Jeanne BoyarskyPublisher(s): SybexAn effective and practical study aid to the new OCP Java SE 17 Developer certification exam In the OCP Oracle Certified Professional Java SE 17 Developer Study Guide: Exam 1Z0-829, you'll ...bookCompTIA Security+ SY0-701By Sari GreenePublisher(s): Pearson27+ Hours of Video Instruction Get the edge you need to successfully study for the CompTIA Security+ exam! Overview CompTIA Security+ (SY0-701) is designed to prepare you for the SY0-701 version ...videoBuilding LLM Powered ApplicationsBy Valentina AltoPublisher(s): Packt PublishingGet hands-on with GPT 3.5, GPT 4, LangChain, Llama 2, Falcon LLM and more, to build LLM-powered sophisticated AI applications Key Features Embed LLMs into real-world applications Use LangChain to orchestrate ...bookGenerative Deep Learning, 2nd EditionBy David FosterPublisher(s): O'Reilly Media, Inc.Generative AI is the hottest topic in tech. This practical book teaches machine learning engineers and data scientists how to use TensorFlow and Keras to create impressive generative deep learning models ...bookRed Hat Certified System Administrator (RHCSA) RHEL 9By Sander van VugtPublisher(s): Pearson14+ Hours of Video Instruction Description Learn, practice, and then validate your skills with this 14-hour full exam prep toolkit. Overview Explore all exam objectives in the RHCSA RHEL 9 exam ...videoBuilding Microservices, 2nd EditionBy Sam NewmanPublisher(s): O'Reilly Media, Inc.As organizations shift from monolithic applications to smaller, self-contained microservices, distributed systems have become more fine-grained. But developing these new systems brings its own host of problems. This expanded second edition ...bookKubernetes: Up and Running, 3rd EditionBy Brendan Burns, Joe Beda, Kelsey Hightower, Lachlan EvensonPublisher(s): O'Reilly Media, Inc.This third edition comes with a dedicated playlist of interactive Katacoda labs mapped to each section of the book. As you read through each chapter, you can practice the concepts covered ...bookPython for Data Analysis, 3rd EditionBy Wes McKinneyPublisher(s): O'Reilly Media, Inc.Get the definitive handbook for manipulating, processing, cleaning, and crunching datasets in Python. Updated for Python 3.10 and pandas 1.4, the third edition of this hands-on guide is packed with practical ...bookLearning SQL, 3rd EditionBy Alan BeaulieuPublisher(s): O'Reilly Media, Inc.As data floods into your company, you need to put it to work right away—and SQL is the best tool for the job. With the latest edition of this introductory guide, ...bookAI EngineeringBy Chip HuyenPublisher(s): O'Reilly Media, Inc.Recent breakthroughs in AI have not only increased demand for AI products, they've also lowered the barriers to entry for those who want to build AI products. The model-as-a-service approach has ...bookHead First Java, 3rd EditionBy Kathy Sierra, Bert Bates, Trisha GeePublisher(s): O'Reilly Media, Inc.What will you learn from this book? Head First Java is a complete learning experience in Java and object-oriented programming. With this book, you'll learn the Java language with a unique ...bookThe Pragmatic Programmer: your journey to mastery, 20th Anniversary Edition, 2nd EditionBy David Thomas, Andrew HuntPublisher(s): Addison-Wesley Professional"One of the most significant books in my life." —Obie Fernandez, Author, The Rails Way "Twenty years ago, the first edition of The Pragmatic Programmer completely changed the trajectory of my ...bookCCNP and CCIE Enterprise Core ENCOR 350-401 Official Cert Guide, 2nd EditionBy Brad Edgeworth, Ramiro Garza Rios, David Hucaby, Jason GooleyPublisher(s): Cisco PressTrust the best-selling Official Cert Guide series from Cisco Press to help you learn, prepare, and practice for the CCNP and CCIE ENCOR 350-401 exam. Well regarded for its level of ...bookNatural Language Processing with Transformers, Revised EditionBy Lewis Tunstall, Leandro von Werra, Thomas WolfPublisher(s): O'Reilly Media, Inc.Since their introduction in 2017, transformers have quickly become the dominant architecture for achieving state-of-the-art results on a variety of natural language processing tasks. If you're a data scientist or coder, ...bookHead First Software ArchitectureBy Raju Gandhi, Mark Richards, Neal FordPublisher(s): O'Reilly Media, Inc.What will you learn from this book? If you're a software developer looking for a quick on-ramp to software architecture, this handy guide is a great place to start. From the ...bookPython Fundamentals with Paul DeitelBy Paul J. DeitelPublisher(s): PearsonExpanded in 2024 with 22 New Features through Python 3.12 50 hours of video instruction—Includes Paul’s two-hour “What’s New in Python” lesson (located between lessons 10 and 11), covering features that ...videoA Guide to the Project Management Body of Knowledge (PMBOK® Guide) – Seventh Edition and The Standard for Project Management (ENGLISH)By Project Management InstitutePublisher(s): Project Management InstitutePMBOK® Guide is the go-to resource for project management practitioners. The project management profession has significantly evolved due to emerging technology, new approaches and rapid market changes. Reflecting this evolution, The ...bookTerraform: Up and Running, 3rd EditionBy Yevgeniy BrikmanPublisher(s): O'Reilly Media, Inc.Terraform has become a key player in the DevOps world for defining, launching, and managing infrastructure as code (IaC) across a variety of cloud and virtualization platforms, including AWS, Google Cloud, ...bookDeciphering Data ArchitecturesBy James SerraPublisher(s): O'Reilly Media, Inc.Data fabric, data lakehouse, and data mesh have recently appeared as viable alternatives to the modern data warehouse. These new architectures have solid benefits, but they're also surrounded by a lot ...bookEffective Java, 3rd EditionBy Joshua BlochPublisher(s): Addison-Wesley ProfessionalSince this Jolt-award winning classic was last updated in 2008, the Java programming environment has changed dramatically. Java 7 and Java 8 introduced new features and functions including, forEach() method in ...bookHands-On Large Language ModelsBy Jay Alammar, Maarten GrootendorstPublisher(s): O'Reilly Media, Inc.AI has acquired startling new language capabilities in just the past few years. Driven by the rapid advances in deep learning, language AI systems are able to write and understand text ...bookKafka: The Definitive Guide, 2nd EditionBy Gwen Shapira, Todd Palino, Rajini Sivaram, Krit PettyPublisher(s): O'Reilly Media, Inc.Every enterprise application creates data, whether it consists of log messages, metrics, user activity, or outgoing messages. Moving all this data is just as important as the data itself. With this ...bookSystem Design on AWSBy Jayanth Kumar, Mandeep SinghPublisher(s): O'Reilly Media, Inc.Enterprises building complex and large-scale applications in the cloud face multiple challenges. From figuring out the right tools to estimating the right provisioning, nearly every solution comes with a complicated set ...bookProgramming Rust, 2nd EditionBy Jim Blandy, Jason Orendorff, Leonora F. S. TindallPublisher(s): O'Reilly Media, Inc.Systems programming provides the foundation for the world's computation. Writing performance-sensitive code requires a programming language that puts programmers in control of how memory, processor time, and other system resources are ...bookKubernetes for the Absolute Beginners - Hands-OnBy Mumshad MannambethPublisher(s): Packt PublishingStarting from the fundamental concept of containers, the course gradually unfolds into a comprehensive guide on managing and deploying applications with Kubernetes. It covers everything from the basics of Kubernetes architecture ...videoClean Architecture: A Craftsman's Guide to Software Structure and DesignBy Robert C. MartinPublisher(s): PearsonBuilding upon the success of best-sellers The Clean Coder and Clean Code, legendary software craftsman Robert C. "Uncle Bob" Martin shows how to bring greater professionalism and discipline to application architecture ...bookSoftware Architecture: The Hard PartsBy Neal Ford, Mark Richards, Pramod Sadalage, Zhamak DehghaniPublisher(s): O'Reilly Media, Inc.There are no easy decisions in software architecture. Instead, there are many hard parts--difficult problems or issues with no best practices--that force you to choose among various compromises. With this book, ...bookDatabase InternalsBy Alex PetrovPublisher(s): O'Reilly Media, Inc.When it comes to choosing, using, and maintaining a database, understanding its internals is essential. But with so many distributed databases and tools available today, it’s often difficult to understand what ...bookCISSP, 4th EditionBy Sari GreenePublisher(s): Pearson28+ hours of video instruction Get the edge you need to ace the CISSP exam! Understand the objectives and topics of every CISSP exam domain Enhance your test-taking skills with Deep ...videoClean Code FundamentalsBy Robert C. MartinPublisher(s): PearsonExpanded Edition (Updated February 2022) Updated with episodes from SOLID Principles and Advanced TDD in the Clean Code Fundamentals series from Clean Coders by "Uncle Bob" Martin. New episodes include: The ...videoDeep Learning with Python, Second EditionBy Francois CholletPublisher(s): Manning PublicationsPrinted in full color! Unlock the groundbreaking advances of deep learning with this extensively revised new edition of the bestselling original. Learn directly from the creator of Keras and master practical ...bookCCNA 200-301 Official Cert Guide LibraryBy Wendell Odom, Bradley EdgeworthPublisher(s): Cisco PressCisco Press has the only study guides approved by Cisco for the new CCNA certification. The new edition of the best-selling two-book value-priced CCNA 200-301 Official Cert Guide Library includes updated ...bookGenerative AI on AWSBy Chris Fregly, Antje Barth, Shelbee EigenbrodePublisher(s): O'Reilly Media, Inc.Companies today are moving rapidly to integrate generative AI into their products and services. But there's a great deal of hype (and misunderstanding) about the impact and promise of this technology. ...bookEssential Math for Data ScienceBy Thomas NieldPublisher(s): O'Reilly Media, Inc.Master the math needed to excel in data science, machine learning, and statistics. In this book author Thomas Nield guides you through areas like calculus, probability, linear algebra, and statistics and ...book
The Latest Books, Reports, Videos, and Audiobooks - O'Reilly Media (2024)

FAQs

How can I read O'Reilly books for free? ›

Improve your computer and business skills with O'Reilly Complete Public Library. You can read more than 40,000 books on software, programming and business for free with your Library card using standard web browsers, with no due dates.

How to listen to books on O'Reilly? ›

There are several ways to find audio books on the O´Reilly platform. On the Home Page, you can browse Recommended for you, Recently Added and Most popular titles. You can also perform a keyword search or browse audio books by topics.

Can you download the books from Oriely? ›

Yes - You can download an unlimited number of books and videos with O'Reilly Queue. The only restriction is the amount of memory available on your device. Yes - Download the O'Reilly App.

Can you read Oreilly offline? ›

Ways to access O'Reilly content

There is no time limit on your use of an ebook online. Your other option is to download individual chapters or an entire ebook to read offline using the O'Reilly app on your mobile device.

How to get a free OReilly subscription? ›

Try it free for 10 days to dive deep or get some quick answers. When you're ready to become a member, plans start at just $49/month. Or prepay for a longer duration and save up to 15%.

How can I access all books for free? ›

  1. The 6 best places to find free books online:
  2. Libby.
  3. Project Gutenberg.
  4. Overdrive.
  5. Open Library.
  6. LibriVox.
  7. Digital Public Library.
Sep 2, 2021

Does O Reilly books have an app? ›

With the O'Reilly app, you can: Read, watch, or listen on the go: Explore books, videos, training sessions, courses, and more—online or off. Never lose your place: With automatic syncing, you can start reading on one device and pick up where you left off on another.

Can O'Reilly read to you? ›

O'Reilly does not have built in audio or text-to-speech support, however you can listen, using these options: Some audio files are available natively in O'Reilly.

Does O'Reilly sell books anymore? ›

In 2017, O'Reilly Media announced they were no longer selling books online, including eBooks. Instead, everyone was encouraged to sign up for Safari or purchase books through online retailers such as Amazon. In 2018, O'Reilly Media rebranded Safari to what is now O'Reilly online learning.

Is there a place to download books for free? ›

Project Gutenberg provides access to over 30,000 free ebooks that you can either view on your computer or download to a device. Some of these ebooks include many of the classic works from the 17th, 18th and 19th centuries. Obooko is another place that offers free ebook downloads.

How to read a book on O'Reilly? ›

The system will email you a link to create a profile on O'Reilly and create a password* for that profile. You'll use the password you created to log in the next time you use the site. Once logged into your profile, you can annotate ebooks and make lists of ebooks.

Can I read O'Reilly books on my kindle? ›

The only way to download and read O'Reilly ebooks offline is to use their mobile app, which is available for Apple, Android, and Kindle Fire. The mobile app is called O'Reilly. It can be found in the Apple App Store, Google Play, or the Amazon App Store.

Does O'Reilly have audiobooks? ›

The Latest Books, Reports, Videos, and Audiobooks - O'Reilly Media.

How can I read books online free of cost? ›

Part 1. Top 10 Online Websites to Read Books for Free, No Download Required
  • OpenLibrary.
  • ManyBooks.
  • Read Any Book.
  • ReadCentral.
  • HathiTrust.
  • BookRix.
  • Childrens Library.
  • Internet Archive.
May 27, 2024

Is there a place to read books for free? ›

Project Gutenberg - Download 70,000+ free epub and Kindle eBooks, or read them online. You'll find the world's great literature, with a focus on older works for which U.S. copyright has expired. There are a lot of classics here from authors like Jane Austen, Mark Twain, and many others.

Top Articles
Latest Posts
Article information

Author: Sen. Emmett Berge

Last Updated:

Views: 5345

Rating: 5 / 5 (60 voted)

Reviews: 91% of readers found this page helpful

Author information

Name: Sen. Emmett Berge

Birthday: 1993-06-17

Address: 787 Elvis Divide, Port Brice, OH 24507-6802

Phone: +9779049645255

Job: Senior Healthcare Specialist

Hobby: Cycling, Model building, Kitesurfing, Origami, Lapidary, Dance, Basketball

Introduction: My name is Sen. Emmett Berge, I am a funny, vast, charming, courageous, enthusiastic, jolly, famous person who loves writing and wants to share my knowledge and understanding with you.