MP4 | Video: h264, 1920x1080 | Audio: AAC, 44.1 KHz
Language: English | Size: 223 MB | Duration: 58m
In this edition of Radar Talks, O’Reilly VP of content strategy Rachel Roumeliotis explores the state of AI adoption in 2022. See how your company compares with your peers in the research, adoption, and deployment of AI. You’ll get a glimpse into the tools that AI experts are using, how they’re using them, where they’re hitting bottlenecks, and more.
Updated: 3/15/2022
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
Language: English | Size: 13.6 GB | Duration: 48h
In this series, there's a little something for every Revit designer—beginners and seasoned users alike. Each video focuses on a specific tip, trick, or troubleshooting technique within Revit.
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
Language: English | Size: 1.11 GB | Duration: 5h 18m
Anne-Marie “Her Geekness” Concepcion, co-founder of InDesign Secrets and Adobe-certified Creative Cloud Design and Layout instructor, hosts this weekly series exploring new ways to use InDesign and related software for creative work. Anne-Marie presents answers, how-tos, and cool discoveries for amateurs, pros, and everyone in between.
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
Language: English | Size: 280 MB | Duration: 37 minutes
Java 8, a more elegant and less verbose version of the Java programming language, was released in early 2014. Until recently, though, Android app developers couldn't use it—there was no stable Java 8-based toolchain available. However, in version 3.0, Android Studio started supporting Java 8. Thanks to a seamless and transparent build process known as desugaring, developers can now confidently use most of Java 8's language features with minimal configuration changes in their projects!
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
Language: English | Size: 1.28 GB | Duration: 8.9 hours
When it was first released, Angular turned the world of front-end development upside down. It was one of the first modern JavaScript frameworks, and the Angular team has never looked back—it just keeps getting better and better. Built with TypeScript, a powerful language that compiles to pure JavaScript, Angular takes advantage of futuristic language features to make coding faster and easier, and it uses all the latest best practices and standards for front-end app development. Angular is also a great platform for building cross-platform mobile apps!
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
Language: English | Size: 770 MB | Duration: 2.1 hours
Just about every application we write uses a database to store our data. If you're a Laravel developer, then chances are very good that you will use Eloquent to interact with your database. Eloquent makes it easy to connect to relational data in a database and work with it using object-oriented models in your Laravel app. It is simple to set up, easy to use, and packs a lot of power.
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
Language: English | Size: 265 MB | Duration: 45 minutes
Front-end web frameworks have taken component-based development and kicked it into high gear. Vue.js is one of the newest and most popular frameworks and is a great choice for new projects. But a lot of existing code has been written in older technologies, such as jQuery.