Raspberry Pi: A Developer's Companion - Complete Guide with Docker

Описание к видео Raspberry Pi: A Developer's Companion - Complete Guide with Docker

Raspberry Pi is a very compact and cheap computer (about $35). In this video, I am going to talk about how a developer uses Raspberry and why it is a good companion for you. I will also enlighten you on how Raspberry plays along with Docker and how and why to use them together. My Raspberry needed a fresh install for ages now, so I will do that with you. I will also set up Docker so I can host all my services on it using pre-existing Docker images for Node.js, Golang, MongoDB, Redis, and more.

Outline of this video is:
• 0:00 Intro
• 0:41 Why Raspberry Pi for Developers
• 1:28 Why with Docker
• 2:35 How Do I Use My Raspberry Pi as a Developer?
• 3:20 What Else Can You Do with a Raspberry Pi as a Developer?
• 4:10 Raspberry Pi Setup
• 7:38 Docker Setup
• 8:35 Sample Docker Node.js Application Setup on Raspberry

You can find the written version of this guide at:
• https://quanticdev.com/articles/raspb...

Raspberry resources:
• Get a Raspberry Pi and accessories: https://www.raspberrypi.org/products
• Download full Raspbian OS that includes recommended software: https://www.raspberrypi.org/downloads...
• Download Etcher (to burn Raspbian ISO image): https://www.balena.io/etcher
• Get a microSD and card reader: https://www.amazon.com/Kingston-Digit...
• Enable SSH on first boot: https://www.raspberrypi.org/documenta...
• Making Raspberry connect to your WiFi on first boot: https://www.raspberrypi.org/documenta...
• Sample "wpa_supplicant.conf" file contents:
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
country=US
network={
ssid="My Home WiFi Name"
psk="mypassword"
}
network={
ssid="Work WiFi Name"
psk="workwifipassword"
}

My JS-API project used as demonstration in the video:
• https://github.com/soygul/js-api
• https://www.npmjs.com/package/js-api

Great uses of Raspberry Pi:
• https://news.ycombinator.com/item?id=...

Most popular Docker images that you can use on your Raspberry:
• https://hub.docker.com/search?q=&type...

Software Engineering Playlist:
•    / @quanticdev  

- - - - - - - - - -
  / quanticdev  
  / quantic_dev  
https://quanticdev.com

Комментарии

Информация по комментариям в разработке