Skip to content

Instantly share code, notes, and snippets.

@ptMcGit
ptMcGit / cue_for_devops.md
Last active April 28, 2024 10:54
CUE for DevOps

CUE for DevOps

Overview

This is a tutorial that uses a toy infrastructure project to highlight some of CUE's features and show how it can be used to simplify and manage infrastructure. Go to Tutorial if you want to skip the introductory stuff.

What is CUE?

From cuelang.org:

@ptMcGit
ptMcGit / rails_tutorial_sort_of.md
Last active December 12, 2016 03:57
A Brief and Incomplete Rails Tutorial for Mac OS X

Ruby on Rails Tutorial for Mac

http://edgeguides.rubyonrails.org/ - main documentation

Ruby on Rails is a web application framework built using Ruby.

Some of the code is straight Ruby, and some of it is a domain specific language for rails i.e. code that is meant to be used in a Rails web application, and might not work as expected in a Ruby script.

Ruby Language