GoRails is a series of screencasts and guides for all aspects of Ruby on Rails. Learn how to setup your machine, build a Rails application, and deploy it to a server.
…
continue reading
Im ScreencastHero Podcast bekommst du Tipps & Tricks zu Screencasting und Camtasia.
…
continue reading
Every week you will be treated to a new Drifting Ruby episode featuring tips and tricks with Ruby on Rails, the popular web development framework. These screencasts are short and focus on one technique so you can quickly move on to applying it to your own project. The topics are geared toward the intermediate Rails developer, but beginners and experts will get something out of it as well.
…
continue reading
Cryptocurrency & Tools
…
continue reading
Cryptocurrency & Tools
…
continue reading
Periodyczne screencasty o interesujących opcjach Mac OS X, nowych programach, sztuczkach i nieznanych możliwościach drzemiących w oprogramowaniu.
…
continue reading
Screencast Sessions is a netcast of screencasts giving you a sneak peak into some of the hottest sites online.
…
continue reading
les Screencast de démonstration logiciels et web de WebandTech.net
…
continue reading
Avid Tutorials Podcast: Improve your skills with Avid Media Composer, XPress or Symphony with this weekly podcast! (SD version)
…
continue reading
Avid Tutorials Podcast: Improve your skills with Avid Media Composer, XPress or Symphony with this weekly podcast! (HD version)
…
continue reading
Tutorials, tips and tricks on the latest applications and technologies
…
continue reading
Screencast (zapis ekranu) Mój pierwszy Mac jest uzupełnieniem popularnego serwisu z odpowiedziami na pytania użytkowników Maków.
…
continue reading
High quality videos demonstrating development in Ruby, Rails, Groovy, Grails, CSS, HTML, JQuery, and much more...
…
continue reading
SpringHispano.org es la comunidad especializada en Spring Framework. en donde existe documentacion, se hace difusion y comparte conocimiento.
…
continue reading
Wir zeigen Ihnen in 120 Sekunden die Vorteile von LinguLab. Erstellen Sie ganz einfach verständliche, strukturierte und suchmaschinenoptimierte Texte.
…
continue reading
CSS-Tricks Screencasts is focused on showing you tips, tricks, techniques about web design. Code samples can be extremely helpful, but sometimes it is even more helpful to watch someone as they code. In CSS-Tricks Screencasts will show you real live CSS and HTML code being written and tested right on the screen. Topics will vary but will always center around design and usability.
…
continue reading
Learn how easy it is to apply web interaction using jQuery.
…
continue reading
Le podcast Waluu Cast, est un screencast présenté par les Waluu Twins : Anthony et Benoit. Le but de ces formations vidéos est d'aider les développeurs à terminer leurs applications au travers de tutoriaux sur les logiciels qu'ils sont amenés à utiliser. Anthony, l'ingénieur front-end (HTML/CSS/JS) et l'infographiste de la startup Waluu.com présente, au travers de screencasts Photoshop, Firefox ou Eclipse des formations sur le WebDesign d'application Web ou mobile. Benoit, le développeur et ...
…
continue reading
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.بقلم Chris Oliver
…
continue reading
Model Context Protocol (MCP) is an API interface for your applications that are formatted in a way that machine learning platforms can interact with them. They can be used to generate AI insights, perform tasks based on user input or other things.بقلم Dave Kimura
…
continue reading
In this episode, we explore how to enhance standard select fields using a JavaScript library together with StimulusJS to create more dynamic and responsive dropdowns. The focus is on adding search functionality, handling dependent selections, and integrating smoothly with modern frontend setups.بقلم Dave Kimura
…
continue reading

1
Authentication Generator Test Helpers
13:59
13:59
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب
13:59The 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.بقلم Chris Oliver
…
continue reading
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.بقلم Chris Oliver
…
continue reading

1
How to use Enumerable with Ruby Classes
11:50
11:50
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب
11:50Enumerable 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.بقلم Chris Oliver
…
continue reading
Easily add Markdown support to your Rails applications with Marksmith. This isn't a drop-in replacement to ActionText, but can be used with text or blob columns. Marksmith integrates easily with ActiveStorage for handling file uploads. In this episode, we'll explore setting up Marksmith and some best practices.…
…
continue reading

1
How to add Lazy Load Hooks to Rails Plugins
13:21
13:21
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب
13:21To provide clean integrations with Rails plugins, we can use lazy load hooks to add callbacks for when classes are loaded.بقلم Chris Oliver
…
continue reading
In this episode, we explore using the scaffold generator and modifying the templates to simplify the creation of consistent, Tailwind CSS-styled views and controllers in a Rails application, saving time when prototyping and building new features.بقلم Dave Kimura
…
continue reading

1
How to use CodeMirror with ImportMaps
11:37
11:37
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب
11:37Learn how to use the CodeMirror editor in your browser using Importmaps.بقلم Chris Oliver
…
continue reading
In this episode, we look at refactoring an existing application where it uses a boolean to determine if a post is published or unpublished. However, this feature has its limitations, so we change the functionality to work off of a datetime column instead.بقلم Dave Kimura
…
continue reading
Time to stop hiring $100k/year developers and hire an intern for $10k/year and pay $100/year for an AI Agent. The intern doesn't even need to understand the code it is generating and just help guide it to the solution. Sadly, this has to be said because people do not watch the content. This is satire.…
…
continue reading
In this episode we look at processing background jobs in a way that can conditionally send the work to be processed to different queues. This can be very powerful in situations where you need to process the job in different ways or send requests to different APIs.بقلم Dave Kimura
…
continue reading
In this episode, we'll explore how we can add a "global" music player that will persist across different pages. Our approach will be unobtrusive and implemented in a maintainable way.بقلم Dave Kimura
…
continue reading
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!بقلم Chris Oliver
…
continue reading
In this episode, we look at implementing a temporary loader for turbo frame tags to give a visual of data that is loading.بقلم Dave Kimura
…
continue reading
Ruby 3.4 added 'it' to reference a block parameter with no variable name. Let's check it out!بقلم Chris Oliver
…
continue reading
Hotwire Spark is a new live reloading tool for Hotwire applications that uses morphing to update the page smoothly.بقلم Chris Oliver
…
continue reading
In this episode, we look at some precautions we can take with our production environment and setup recurring backups for the database.بقلم Dave Kimura
…
continue reading

1
Creating a Ruby Gem for Black Friday sales
26:22
26:22
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب
26:22Black 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.بقلم Chris Oliver
…
continue reading
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.بقلم Chris Oliver
…
continue reading

1
How to Configure Multiple Databases with Rails
20:07
20:07
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب
20:07Rails 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بقلم Chris Oliver
…
continue reading

1
How To Add Impersonation To Rails Authentication Generator
16:10
16:10
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب
16:10The Rails authentication generator is an awesome new addition with Rails 8 so let's explore how we can customize it to support user impersonation.بقلم Chris Oliver
…
continue reading

1
Customizing Rubocop Rails Omakase Rules
6:33
6:33
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب
6:33Rubocop Rails Omakase is just a starting place and provides a handful of rules.بقلم Chris Oliver
…
continue reading

1
Tests Without Assertions Warning in Rails 7.2
6:28
6:28
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب
6:28Rails 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.بقلم Chris Oliver
…
continue reading

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

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

1
How to use the Browser Guard in Rails
14:56
14:56
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب
14:56The new browser guard in Rails 7.2 allows you to gate access to your application if a user is not using a modern browser.بقلم Chris Oliver
…
continue reading

1
How to use Dev Containers with Rails
24:07
24:07
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب
24:07Installing dependencies to develop and run your Rails applications locally can be a pain.بقلم Chris Oliver
…
continue reading

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

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

1
Adding Timeouts to net-ssh with Mike Perham
1:20:22
1:20:22
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب
1:20:22In this lesson, we'll dive into some code to add timeouts for an issue with net-ssh with the help of Mike Perhamبقلم Chris Oliver
…
continue reading
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.بقلم Chris Oliver
…
continue reading
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!بقلم Chris Oliver
…
continue reading
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.بقلم Chris Oliver
…
continue reading

1
One Time Payments With Pay And Stripe
39:24
39:24
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب
39:24In 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.بقلم Chris Oliver
…
continue reading
In this video, you'll learn about a feature of IRB, which is the ability to change context into an object.بقلم Chris Oliver
…
continue reading
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بقلم Chris Oliver
…
continue reading
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.بقلم Chris Oliver
…
continue reading

1
How to use Mission Control Jobs in Rails
9:46
9:46
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب
9:46Mission 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.بقلم Chris Oliver
…
continue reading

1
Single Table Inheritance (STI) with ActiveRecord in Rails
13:24
13:24
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب
13:24Have models that store the same data but need different functionality? Rails provides Single Table Inheritance in ActiveRecord to solve this problem.بقلم Chris Oliver
…
continue reading

1
Send Notifications in Rails with Noticed gem v2
23:45
23:45
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب
23:45Notifications in Rails applications are even easier now with the new release of Noticed gem v2. We'll explore how to add notifications to your Rails app in just a few minutes.بقلم Chris Oliver
…
continue reading
Ruby 3.3.0 was released today and this lesson we're diving into the goodies included in the new version.بقلم Chris Oliver
…
continue reading

1
Syncing Repositories with Ruby Scripts - Part 2
37:59
37:59
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب
37:59In this lesson, we will pick up where we left off in the last part and package up our script into a gem that we can share. Along the way, we'll look at how we can spread responsibility across a few small classes to separate concerns and hopefully make theبقلم Chris Oliver
…
continue reading

1
How to use Solid Queue in Rails with Active Job
13:24
13:24
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب
13:24Solid Queue is a database backed queue adapter for ActiveJob in your Rails apps. Instead of requiring an additional service like Redis, jobs are managed in the database itself and it's compatible with PostgreSQL, MySQL, and SQLite.بقلم Chris Oliver
…
continue reading

1
Syncing Repositories with Ruby Scripts - Part 1
33:02
33:02
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب
33:02In this lesson, we will be looking at getting a v1 of a Ruby script that will fetch, pull, and push across several repositories and remotes to keep our code up-to-date. Hopefully, it will give you ideas for other areas in your workflow where a simple Rubyبقلم Chris Oliver
…
continue reading
Discover how the new template locals work in Rails 7.1بقلم Chris Oliver
…
continue reading

1
HTML Learning Path - List and Nav Elements
13:40
13:40
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب
13:40In this lesson, we will learn about how to display content in a list and how we can use list elements to create navigational aids for our webpages.بقلم Chris Oliver
…
continue reading
In this lesson, we will have a look at the elements used to markup text content in HTML.بقلم Chris Oliver
…
continue reading

1
HTML Learning Path - HTML Document Structure
10:35
10:35
التشغيل لاحقا
التشغيل لاحقا
قوائم
إعجاب
احب
10:35In this lesson, we will learn about the basic structure of HTML documents.بقلم Chris Oliver
…
continue reading