philsmy.com

philsmy.com

  • Home
  • About
  • GH4 Crop Factor Calculator
  • Reading List
  • Tai Lopez’s 67 Steps
  • YouTube
  • GitHub
  • LinkedIn
  • Turning a Rails 5 gem into a Rails 6 Engine

    Turning a Rails 5 gem into a Rails 6 Engine

    With Zonmaster (https://public.zonmaster.com) we are/were stuck on Rails 5 because the tenanting gem we use (Milia) isn’t Rails 6 compatible. Let’s fix that! Sorry for the rambling, I don’t have a lot of time to structure the videos so I just start and go! I’m working on a new project that hopefully someday I will…

    January 13, 2022
  • Using Docker for your Database with Rails

    Using Docker for your Database with Rails

    In this video, I look at how to use Docker to allow you to quickly and easily run different databases and services on your computer and how to connect your Rails apps to those services. It’s great for when you need to have different versions of database apps for different clients.

    January 2, 2022
  • Datatables & Rails – Basic to Advanced – Ruby on Rails Tutorial

    Datatables & Rails – Basic to Advanced – Ruby on Rails Tutorial

    A monster of a video here! I cover using Datatables – the amazing JQuery plugin that gives you great-looking and behaving tables – in a Ruby on Rails 5 app. Going from creating the app all the way up to some sophisticated styling.

    October 23, 2021
  • ElasticSearch and Ruby on Rails – Part 1

    ElasticSearch and Ruby on Rails – Part 1

    Recently I have been using two databases in my large Rails projects – 1, an RDBMS like MySQL, as a data store and another – ElasticSearch – as a denormalized document store that drives the front end data. In this video, I go over how to get ElasticSearch into your Rails project and get the…

    October 16, 2021
  • Introduction to Hotwire – Ruby On Rails

    Introduction to Hotwire – Ruby On Rails

    Another one for Ruby on Rails developers! Hotwire is a ‘better’, simpler way to get dynamically updated content onto your web pages and create a more consistent experience. BUT the real positive, for us Rails developers, is that you can do this using essentially the same CRUD actions and partials that we already have in…

    October 9, 2021
  • Deploying Rails 6.1 to Production

    Deploying Rails 6.1 to Production

    Nerd Alert! In this video I discuss how to actually deploy your Ruby on Rails application so that the rest of the world can see it!

    October 2, 2021
  • How Did Elon Musk Become the Richest Man In The World?

    It was just announced that Elon Musk is now the richest man in the world. How did he infamously go from post-Paypal brokeness to this?! The idea is simple, and I break it down in this video.

    September 25, 2021
  • Continuous Integration for Rails with Travis & GitHub

    Continuous Integration for Rails with Travis & GitHub

    In this video, I take the Contractometer project from earlier lessons and integrate it with Travis for Continuous Integration (i.e. auto-building and testing). Travis: https://travis-ci.com What is continuous integration anyway? Essentially, you check your code into a central repository (i.e. Github) and automated building is done to see if your code can run, and tests…

    August 29, 2021
  • First Look: DB Sharding in Rails 6.1

    Rails 6.1 was released as a stable build not so long ago. One of the features I was interested in is the support for sharding. In this video I take my first look at it. It’s a super exciting feature – if it works right!

    August 21, 2021
  • 3 Steps to New Ideas – Create Low Competition Software Solutions

    In this video I give you the secret formula for coming up with new software ideas. I’m not charging you $97 for this. I’m not making you sign up for an email list. I’m just telling you. Incredibly, this is one of my least popular videos. People don’t like to have to work.

    August 14, 2021
←Previous Page
1 … 6 7 8 9 10 … 19
Next Page→

philsmy.com

Proudly powered by WordPress