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 look at creating a failover mechanism for API requests. This can be a handy trick in situations where you want to add fault tolerance to an API request. We'll use the example of the Ollama Cloud as a failover to a locally hosted instance of Ollama.توسط Dave Kimura
…
  continue reading
Let's look at how we can easily deploy a Rails 8 application using the solid trifecta of gems with Hatchbox.توسط Chris Oliver
…
  continue reading
توسط Chris Oliver
…
  continue reading
Omarchy is an omakase distribution based on Arch Linux and the tiling window manager Hyprland. It ships with just about everything a modern software developer needs to be productive immediately.توسط Dave Kimura
…
  continue reading
I haven't used RubyMine in several years, but a recent announcement from JetBrains have now opened up access for free with non-commercial products. In this episode, I'm taking a fresh look at RubyMine after years of not using it.توسط Dave Kimura
…
  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
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.توسط 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
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.توسط 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
To 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
Learn 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
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
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
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.توسط 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
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توسط Chris Oliver
…
  continue reading
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.توسط Chris Oliver
…
  continue reading
Rubocop Rails Omakase is just a starting place and provides a handful of rules.توسط Chris Oliver
…
  continue reading
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.توسط Chris Oliver
…
  continue reading
Formatting Ruby code can be a point of contention because the language is so flexible, but itتوسط Chris Oliver
…
  continue reading
Enqueuing 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
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.توسط Chris Oliver
…
  continue reading
Installing dependencies to develop and run your Rails applications locally can be a pain.توسط Chris Oliver
…
  continue reading
Rails 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
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.توسط 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
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.توسط 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
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.توسط Chris Oliver
…
  continue reading
Have 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
Notifications 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
In 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
Solid 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
In 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
In this lesson, we will learn what HTML is and why we need to know about it.توسط Chris Oliver
…
  continue reading