Player FM - Internet Radio Done Right
14 subscribers
Checked 5d ago
تمت الإضافة منذ قبل nine عام
المحتوى المقدم من Chris Oliver. يتم تحميل جميع محتويات البودكاست بما في ذلك الحلقات والرسومات وأوصاف البودكاست وتقديمها مباشرة بواسطة Chris Oliver أو شريك منصة البودكاست الخاص بهم. إذا كنت تعتقد أن شخصًا ما يستخدم عملك المحمي بحقوق الطبع والنشر دون إذنك، فيمكنك اتباع العملية الموضحة هنا https://ar.player.fm/legal.
Player FM - تطبيق بودكاست
انتقل إلى وضع عدم الاتصال باستخدام تطبيق Player FM !
انتقل إلى وضع عدم الاتصال باستخدام تطبيق Player FM !
المدونة الصوتية تستحق الاستماع
برعاية
E
Everyday AI Podcast – An AI and ChatGPT Podcast


1 EP 600: 6 AI myths, 10 AI systems you must learn and 10 AI trends (600th episode) 52:48
52:48
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب52:48
You ever do something 600 times in a row? That's what we're doing today. To celebrate our 600th episode, we're bringing you: 6 AI Myths You Should Stop Believing X 10 AI Systems You Must Learn and X 10 AI Trends You Can’t Afford to Ignore Newsletter: Sign up for our free daily newsletter More on this Episode: Episode Page Join the discussion: Thoughts on this? Join the convo and connect with other AI leaders on LinkedIn. Upcoming Episodes: Check out the upcoming Everyday AI Livestream lineup Website: YourEverydayAI.com Email The Show: info@youreverydayai.com Connect with Jordan on LinkedIn Topics Covered in This Episode: Six Common AI Myths Debunked AI as Competitive Advantage Myth Productivity Gains from AI Tools AI Copilot vs Autonomous AI Agents Empathy and Creativity in AI Models AI Job Creation vs Job Losses Human in the Loop Limitations Ten Must-Learn AI Systems Overview ChatGPT Usage for Business Leaders Google AI Studio and Gemini Applications Importance of Agentic Browsers and Copilot Open Source AI Model Adoption AI Video Platform Skill Development AI Coding Tools for Non-Developers Evaluating and Benchmarking AI Models Ten Key AI Trends for 2025 Digital Evidence and AI-Generated Content Third-Party AI Chat Platform Decline Impact of AI on Social Media Ads Changing Landscape of Web Browsing Surge in Open Source AI Solutions World Models as Next AI Frontier Rise of AI-Native Consulting Firms Explainable AI and Agentic Traceability AI’s Influence on US 2026 Elections Generative AI Impact on Remote Work Timestamps: 00:00 "Mastering AI: Myths, Systems, Trends" 04:48 Exclusive AI Insights Offer 07:39 AI Tools Misunderstood by Executives 12:01 AI: More Empathetic and Creative 13:19 "AI's Impact on Full-Time Work" 17:51 Partner with Us for AI Training 19:28 Essential AI Skills for 2020s 22:32 "Google Gemini: Free Powerful AI Model" 26:06 Copilot Access and Permissions Training 29:20 Evaluating Constantly Evolving AI Models 33:24 "Learn AI Coding Tools Now" 37:19 "Enterprise AI Survival Prospects" 40:48 Open Source's Rise Over Websites 44:59 "AI Market: Speed and Accountability" 48:20 AI Disrupts Work-from-Home Models Keywords: AI myths, generative AI, AI systems, AI trends, AI fact vs fiction, AI competitive advantage, AI productivity, AI tool deployment, Copilot, Microsoft Copilot, ChatGPT, OpenAI, Google Gemini, agentic AI, agentic browsers, AI automation, workplace AI adoption, AI training, AI business strategy, AI model benchmarking, model evaluation, modular AI solutions, Hugging Face, LLM Arena, Google AI Studio, prompt engineering, context engineer Send Everyday AI and Jordan a text message. (We can't reply back unless you leave contact info) Ready for ROI on GenAI? Go to youreverydayai.com/partner…
Classes & Objects in Ruby
Manage episode 359745982 series 1128630
المحتوى المقدم من Chris Oliver. يتم تحميل جميع محتويات البودكاست بما في ذلك الحلقات والرسومات وأوصاف البودكاست وتقديمها مباشرة بواسطة Chris Oliver أو شريك منصة البودكاست الخاص بهم. إذا كنت تعتقد أن شخصًا ما يستخدم عملك المحمي بحقوق الطبع والنشر دون إذنك، فيمكنك اتباع العملية الموضحة هنا https://ar.player.fm/legal.
Object oriented programming and Ruby go hand in hand. This lesson, we'll learn how to define classes and create instances of them to organize our code.
…
continue reading
386 حلقات
Manage episode 359745982 series 1128630
المحتوى المقدم من Chris Oliver. يتم تحميل جميع محتويات البودكاست بما في ذلك الحلقات والرسومات وأوصاف البودكاست وتقديمها مباشرة بواسطة Chris Oliver أو شريك منصة البودكاست الخاص بهم. إذا كنت تعتقد أن شخصًا ما يستخدم عملك المحمي بحقوق الطبع والنشر دون إذنك، فيمكنك اتباع العملية الموضحة هنا https://ar.player.fm/legal.
Object oriented programming and Ruby go hand in hand. This lesson, we'll learn how to define classes and create instances of them to organize our code.
…
continue reading
386 حلقات
All episodes
×In this episode, we will be looking at pattern matching in Ruby which lets you check the structure of data and save parts of it into variables.
The Rails Authentication generator is getting new test helpers. We'll take a look at how to use them with integration tests and how to extend them to work with system tests too.
Rails now ships the Trix editor as a separate gem (action_text-trix) instead of being included in ActionText. This allows for separate releases independently of Rails.

1 How to use Enumerable with Ruby Classes 11:50
11:50
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب11:50
Enumerable provides a suite of sorting, filtering, iterating functionality to any collection class in Ruby. It's easy to implement and use, so let's see how to use it.

1 How to add Lazy Load Hooks to Rails Plugins 13:21
13:21
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب13:21
To provide clean integrations with Rails plugins, we can use lazy load hooks to add callbacks for when classes are loaded.
Learn how to use the CodeMirror editor in your browser using Importmaps.
Rails 8 introduces a new expect method for permitting parameters that fixes a few of the issues with require and permit. Let's take a look!
Ruby 3.4 added 'it' to reference a block parameter with no variable name. Let's check it out!
Hotwire Spark is a new live reloading tool for Hotwire applications that uses morphing to update the page smoothly.

1 Creating a Ruby Gem for Black Friday sales 26:22
26:22
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب26:22
Black Friday is a popular shopping holiday every year. In this lesson, we'll build a Ruby gem to help automate our Black Friday sales each year.
Import maps are great, but how do they work? In this lesson, we'll demystify import maps and see how they integrate with Rails' asset pipeline.

1 How to Configure Multiple Databases with Rails 20:07
20:07
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب20:07
Rails 8 now ships with multiple databases by default. In this lesson, we'll learn how the configuration works and how to deploy to production with environment variables

1 How To Add Impersonation To Rails Authentication Generator 16:10
16:10
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب16:10
The Rails authentication generator is an awesome new addition with Rails 8 so let's explore how we can customize it to support user impersonation.
Rubocop Rails Omakase is just a starting place and provides a handful of rules.

1 Tests Without Assertions Warning in Rails 7.2 6:28
6:28
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب6:28
Rails 7.2 now warns if any test runs without assertions. It helps make tests that may raise errors more explicit and less prone to mistakes.
G
GoRails Screencasts

1 How to use Omakase Rubocop Linter/Formatter Rules for Rails 18:51
18:51
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب18:51
Formatting Ruby code can be a point of contention because the language is so flexible, but it
G
GoRails Screencasts

1 Defer Job Enqueues After Transaction Commit in Rails 7.2 17:14
17:14
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب17:14
Enqueuing jobs inside of a database transaction is a common mistake that's now handled for you automatically in Rails 7.2
G
GoRails Screencasts

The new browser guard in Rails 7.2 allows you to gate access to your application if a user is not using a modern browser.
G
GoRails Screencasts

Installing dependencies to develop and run your Rails applications locally can be a pain.
G
GoRails Screencasts

1 How to Rate Limit Requests in Rails 7.2 20:09
20:09
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب20:09
Rails 7.2 introduced a new rate limit feature that uses the Rails cache for preventing abuse of routes in your applications.
G
GoRails Screencasts

1 Adding Honeybadger Insights To The RubyGem 22:42
22:42
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب22:42
Honeybadger's new Insights feature is awesome but required manually editing the yaml file to enable. Let's make a pull request to automate this.
G
GoRails Screencasts

1 Adding Timeouts to net-ssh with Mike Perham 1:20:22
1:20:22
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب1:20:22
In this lesson, we'll dive into some code to add timeouts for an issue with net-ssh with the help of Mike Perham
G
GoRails Screencasts

Sometimes you need user input to be restricted to a certain range or limited like "greater than zero". While you can do this with conditionals, there are some useful tricks to do this better in Ruby.
G
GoRails Screencasts

Rubygems.org released a new feature called Trusted Publishing which allows you to release gems directly from GitHub Actions without requiring 2FA or long-lived API tokens. Let's see how it works!
G
GoRails Screencasts

Sometimes you write code to get a feature working and stop there. With a little refactoring, you can extract local variables into methods that make testing and extending easier.
G
GoRails Screencasts

In this episode, we will learn about handling one-time payments with the Pay gem and Stripe embedded checkout. This is a great approach for non-recurring payments and can be implemented very quickly.
G
GoRails Screencasts

In this video, you'll learn about a feature of IRB, which is the ability to change context into an object.
G
GoRails Screencasts

Ever wondered how Rails controllers get their functionality? Let's see how we can add translation support to Rails API controllers by looking at the Rails source
G
GoRails Screencasts

Adam McCrea walks through using Phlex to build components for views in your Rails applications. Phlex is a Ruby gem for building fast object-oriented HTML and SVG components using Ruby constructs: methods, keyword arguments and blocks.
G
GoRails Screencasts

Mission Control Jobs is a UI for ActiveJob in Rails. It was announced at Rails World 2023 and just got released. It currently supports SolidQueue and Resque with more queue adapter support in the future.
مرحبًا بك في مشغل أف ام!
يقوم برنامج مشغل أف أم بمسح الويب للحصول على بودكاست عالية الجودة لتستمتع بها الآن. إنه أفضل تطبيق بودكاست ويعمل على أجهزة اندرويد والأيفون والويب. قم بالتسجيل لمزامنة الاشتراكات عبر الأجهزة.