Skip to content

Instantly share code, notes, and snippets.

[
{
"rank": "OCDT",
"surname": "Smith",
"firstName": "John",
"dietComments": "Vegetarian"
},
{
"rank": "CPL",
"surname": "Jones",
@eallenOP
eallenOP / applicants.json
Last active July 10, 2024 02:40
User data endpoint
[
{
"id": 1,
"firstName": "Alice",
"middleName": "Rose",
"lastName": "Brown",
"homeAddress": {
"street": "123 Oak Street",
"city": "Auckland",
"postcode": "1010",
@eallenOP
eallenOP / ako-prototype-studio.md
Last active January 25, 2022 23:46
Ako Prototype (Studio)
[
{
"id": 1000361540,
"index": 0,
"isActive": false,
"age": 17,
"name": {
"first": "Lora",
"last": "Mclean"
},
@eallenOP
eallenOP / test.json
Created September 16, 2020 22:22
Some data to see if I can get
{
"colors": [
{
"color": "black",
"category": "hue",
"type": "primary",
"code": {
"rgba": [255,255,255,1],
"hex": "#000"
}
@eallenOP
eallenOP / git-beginner.md
Last active February 1, 2026 20:39
Git beginner instructions

Beginner git instructions

This is a quick reference guide for using git in your first year. Keep in mind that we have only covered the very basics of git - as you learn more you will need to adjust your workflow to suit.

We are deliberately staying away from branching at this stage so that you can focus on learning and practicing the basics, but if you feel confident enough to dive right in then be my guest.

Quick tip: the only way to really learn git is to practice. Make a practice repo on GitHub and mess around with it as much as you can.

First steps

To get started, you should be familiar with the various states your work can exist in. In other words, you need to know about the workspace, the local repo and the remote repo. It would also be useful to understand what staging is. We will cover these concepts in class.

#Professional Practice in the OP BIT

Gist test.

#Gist

What is this?