Trello Clone

We start from a fresh application and work towards building some of the basic functionalities of a trello-like production. We look into building drag & drop functionality, sorting of items, inviting collaborators and real time communication between different browsers.
  • 1hr 31min
  • 5 Episodes
  • 1hr 31min Remaining
1hr 31min Remaining
  1. Multitenancy
    Play
    14:12 CC

    #234 Mar 22, 2020

    In this episode, we look at some of the practices with and working with multi-tenant applications. It is the first episode of building a Trello clone.
    • 14min
    • 16
    • 11

  2. Drag and Drop with draggable
    Play
    22:50 CC

    #235 Mar 29, 2020

    Adding onto the previous episode, we add a drag and drop to our lists and go deeper with nested resources.
    • 22min
    • 11
    • 4

  3. Sorting from Scratch
    Play
    10:57 CC

    #237 Apr 12, 2020

    Our Trello clone continues with adding in the ability to persist sorting of items in the database. This is the third episode of our Trello clone.
    • 10min
    • 4
    • 7

  4. Inviting Collaborators from Scratch
    Play
    20:13 CC

    #238 Apr 19, 2020

    In this episode, we continue the Trello clone by adding a collaborator invitation mechanism to join working on lists. We look at some tricky ActiveRecord relationships and various solutions.
    • 20min
    • 4
    • 0

  5. Real Time Updates with ActionCable
    Play
    22:50 CC

    #239 Apr 26, 2020

    In this episode, we look at adding real time interactions with ActionCable to our Trello clone. We also look at a couple of different approaches and decisions when building out the interactions.
    • 22min
    • 12
    • 11