Building Chat Applications, GitHub Actions, HatchBox Features, and Mistakes
Dec. 3, 2019, 10 p.m. (4 years, 11 months ago)
0 Comments
In this pre-Thanksgiving episode released post-Thanksgiving, we talk about what it was like working with ActionCable and React on Podia's latest feature, messaging. We also talk through GitHub actions, some of the features of HatchBox (including using DigitalOcean Spaces as a drop-in S3 replacement), and a plethora of mistakes I (Jason) have made over the last two weeks. Best yet, we cram it into forty minutes.
No comments have been posted yet, be the first one to comment.
Similar Podcasts
Jessie Frazelle on Maintaining Open Source, Docker, dotfiles
Jessie Frazelle joins us this week to talk about being an open source maintainer, Docker’s pull request acceptance workflow, dotfiles, getting started with public speaking.
Join the discussionChangelog++ members support our work, get closer to the metal, and make the ads disappear. Join today!Sponso...
Gopherize.me, GitHub Stars, BitBar
Mat Ryer joined the show to talk about creating your own Gopher avatar with Gopherize.me, the importance of GitHub Stars, his project BitBar, and other interesting Go projects and news. Special thanks to Kelsey Hightower for guest hosting too!
Join the discussionChangelog++ members support our work,...
Docker, Moby, Containers
Solomon Hykes joined the show to talk about all things Docker, Moby Project, and what makes Go a good fit for container management.
Join the discussionChangelog++ members support our work, get closer to the metal, and make the ads disappear. Join today!Sponsors:Linode – Our cloud server of choice. G...
Containerize your development with Docker!
On this episode we have Jason McCallister from Trader Interactive on to discuss Docker! We talk about what Docker containers are, and how we can leverage them to make our local development process better.
We delve into the advantages of using Docker to compartmentalize the various services that we ...
Do's and Don'ts for Docker-izing applications
In this episode, we talk to Andreas Wittig from cloudonaut.io about best practices when using Docker for our web applications.
We delve into what Docker is, and how the packaging of devops as config allows for easier onboarding, and also easier rollback to whatever dev environment a particular proj...
Show Information
Remote Ruby
<p>Three Rubyists having conversations and interviewing others about Ruby and web development.</p>
Mentioned Topics
GitHub Actions
...
DevOps
DevOps stands for Development Operations and is a set of practices used to improve software development and information-technology operations. Part of the DevOps responsibility is to setup servers, integrate continuous integration and continuous deploymen...
GitHub
GitHub is a platform for open source projects and software development version control using Git. GitHub itself is closed source and was originally created by GitHub Inc, which later was acquired by Microsoft for $7.5 billion in 2018, in an attempt to fur...
Ruby
Ruby is a dynamically typed object-oriented programming language with an emphasis on simplicity and productivity. The language was developed in the mid-1990s in Japan by Yukihiro "Matz" Matsumoto. Ruby has an elegant syntax that is naturally eas...
Similar Tutorials
10 Ways to Manage Environment Variables with Dokku Config Commands
Dokku is an awesome open-soure project that makes it really simple to setup and manage your own docker-powered PaaS (Platform-as-a-Service). If you're a solo developer or working in a small team with a low budget, Dokku is godsend.
Most applications requires some sort configuration to...
How to Install & Setup Redis for Dokku
Redis is a free and open-source in-memory data store which can be used as cache or in same cases even a database. Redis is super simple to install if you manage your applications with your own Dokku PaaS (Platform as a Service).
In today's tutorial I will show you how we can install a...
Setup SSL Certificates & Serve your Applications over HTTPS for Free with Dokku & Let's Encrypt
In this tutorial we are going to take a look at how we can setup free SSL certificates for our Dokku powered applications with Let's Encrypt.
Let's Encrypt is a non-profit organization that provides TLS (Transport Layer Security) encryption at no charge. Their goal is to make the web ...