Pinned Repositories
demo-apps-on-k8s
Demo Application: Services of book-store application deployed on K8S
devops-local-setup-docker-devcontainer-vscode
DevOps Local Development Setup using Docker & VSCode with DevContainers extension
e1-rails-on-docker
Source code of the Rails application created during the course - https://devteds.com/episodes/1-rails-on-docker-create-and-run-rails-app-using-docker
e2-setup-private-docker-registry
Setup private docker registry using docker machine - https://devteds.com/episodes/2-setup-private-docker-registry-secure-with-ssl-password
e7-cloudformation-docker
Create AWS CloudFormation Stack and deploy Dockerized application. Devteds episode #7 https://devteds.com/episodes/7-create-aws-cloudformation-stack-for-ec2-rds-and-deploy-docker-app
e8-db-on-docker
MySQL & PostgreSQL with Docker in development. Devteds episode#8 https://devteds.com/episodes/8-mysql-and-postgresql-with-docker-in-development
e9-cloudformation-docker-ecs
Docker on Amazon ECS with AWS Fargate using CloudFormation. https://devteds.com/episodes/9-docker-on-amazon-ecs-using-cloudformation
ssl-agent
Containerized (Docker) ACME client for SSL automation with Let'sEncrypt
swarm-consul
Test consul cluster on docker swarm cluster (by devteds.com)
swarm-portworx-consul
Test stateful containers (mysql database) using portworx with consul on docker swarm
Devteds's Repositories
devteds/e9-cloudformation-docker-ecs
Docker on Amazon ECS with AWS Fargate using CloudFormation. https://devteds.com/episodes/9-docker-on-amazon-ecs-using-cloudformation
devteds/e7-cloudformation-docker
Create AWS CloudFormation Stack and deploy Dockerized application. Devteds episode #7 https://devteds.com/episodes/7-create-aws-cloudformation-stack-for-ec2-rds-and-deploy-docker-app
devteds/e1-rails-on-docker
Source code of the Rails application created during the course - https://devteds.com/episodes/1-rails-on-docker-create-and-run-rails-app-using-docker
devteds/e2-setup-private-docker-registry
Setup private docker registry using docker machine - https://devteds.com/episodes/2-setup-private-docker-registry-secure-with-ssl-password
devteds/swarm-consul
Test consul cluster on docker swarm cluster (by devteds.com)
devteds/demo-apps-on-k8s
Demo Application: Services of book-store application deployed on K8S
devteds/e8-db-on-docker
MySQL & PostgreSQL with Docker in development. Devteds episode#8 https://devteds.com/episodes/8-mysql-and-postgresql-with-docker-in-development
devteds/devops-local-setup-docker-devcontainer-vscode
DevOps Local Development Setup using Docker & VSCode with DevContainers extension
devteds/ssl-agent
Containerized (Docker) ACME client for SSL automation with Let'sEncrypt
devteds/swarm-portworx-consul
Test stateful containers (mysql database) using portworx with consul on docker swarm
devteds/e4-rails-api-pagination
Source code of Rails API application developed in episode 4 - https://youtu.be/DgfTbTB5ypQ
devteds/e5-deploy-with-docker-rails-api-single-node
Source code of Rails API application deployed in episode 5 - https://youtu.be/4DSKgheuVns
devteds/demo-app-bookstore
Demo Application: Containered services for a static website, shopping ui and shopping api
devteds/devcontainers-for-developers-rails-multi-container-local-setup
Setting up multi-container containerized development environment with Docker & VSCode DevContainer
devteds/e6-deploy-on-aws
Code examples for the episode #6 - https://devteds.com/episodes/6-deploy-dockerized-web-api-application-on-amazon-ec2-with-rds
devteds/multi-stage-docker-build
Source code and terminal log related to the short course - https://devteds.com/multi-stage-docker-build
devteds/docker-rails-template
Template that can help create rails application on docker faster.
devteds/postgres-pgadmin-on-github-codespace-vscode
devteds/cloudcli
Package of CLI tools for the cloud: AWS CLI, Kubectl, Helm, Terraform, doctl (DigitalOcean)
devteds/docker-on-aws-apprunner
This source code is for the short course that does a walkthrough of creating a simple website, dockerize as nginx image, create AWS ECR repository, push the image to ECR and finally deploy it to AppRunner along with creating necessary IAM resources.
devteds/e3-apis-on-rails
Source code of the Rails API application created during the course - https://youtu.be/pTgaCgfH6_U
devteds/rails-docker-example
Enhanced version of the rails (on docker) application created in episode 1 (https://devteds.com/episodes/1-rails-on-docker-create-and-run-rails-app-using-docker)
devteds/.github
devteds/example-rails-app
An example web app built on Rails 7 and that use MySQL
devteds/rails-with-aws-dynamodb
A simple Rails API application with AWS DynamoDB as its database with aws_record as ORM layer.