homeabouttutorials
dog silhouettes

renewing our SSL certificate

Posted: 2023-06-9

Excerpt: The production version of the colrc application runs with https, meaning that all traffic to and from the app is encrypted. This is a very…

spinning up a virtual machine

Posted: 2023-06-8

Excerpt: What if you don't have the hardware necessary to work on a coding problem? One alternative is to create a 'virtual machine' using a cloud…

using the terminal locally and remotely

Posted: 2023-03-11

Excerpt: Most of us rarely use the terminal application to interact with our computers, but in coding it's very useful to be able to do this. Using…

docker tutorial

Posted: 2023-02-28

Excerpt: This tutorial is for those who are contributing code to the Coeur d'Alene Online Language Resource Center (COLRC). Our production site is…

postgresql tutorial

Posted: 2023-02-23

Excerpt: This tutorial assumes that you are running our colrc-v2 development environment on your local machine. The application must be up and all…

github tutorial

Posted: 2023-02-19

Excerpt: installation Follow the installation instructions provided by Gus Hahn Powell. Note that the instructions presume you're using Ubuntu; the…