Skip to content

Instantly share code, notes, and snippets.

@jasoncomes
jasoncomes / small-size.json
Created April 20, 2023 21:40
Prismatic.io - Testing Purpose
[
{
"syncId": 37585,
"orderNumber": "20232023041818h36m0",
"customer": {
"Name": "Proagrica Prod Test Account",
"Organization": "1266"
},
"grower": {
"SyncID": 37585,
window.HE = window.HE || {};
window.HE.presets = {
'he-qdf': [
{
path: '/',
attributes: {
degree: 'masters',
}
},
{
@jasoncomes
jasoncomes / api-dcs-reponse.json
Last active August 4, 2021 14:37
DCS (Degree/Category/Subject)
{
"degrees": [
{
"id": 1,
"name": "Associate's",
"slug": "associates",
"categories": [
{
"id": 10,
"name": "Art & Design",
@jasoncomes
jasoncomes / edsmart-playground.html
Last active July 27, 2021 18:53
EdSmart - Playground Boilerplate
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="preconnect" href="https://fonts.gstatic.com" />
<link rel="preconnect" href="https://api.mobius.highereducation.com/" />
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<?php namespace HigherEducation\Admin;
use HigherEducation\Pub;
/**
* Shortcodes
*
* @since 1.0.1
*/

Introduction

First, we'd like to thank you for applying with Higher Education, a proud vertical of Red Ventures. We're very excited about having a new developer join our crew, and we're all about finding the right person to fit our culture as well as someone we can learn from. Before getting into the interview process, we have a little fun, unsupervised* code challenge for you. *Unsupervised meaning, feel free to Google the crap out of things, reach out to us with questions, and to engineer it however works for you.

We’ll be looking for the following, which are skills that help make us successful everyday:

  • Following instructions: This is HUGE in our everyday work. In every task, we may touch something completely different, each with its own unique quirks. How you follow verbal and written directions will be key to your success at H-E.
  • Communication: Everything is an open door policy around here. If you have questions, ask.
{"lastUpload":"2019-10-08T19:10:00.643Z","extensionVersion":"v3.4.3"}

SSR Widget Setup

Sites

accreditedschoolsonline.org
{PUBLISHER} = accreditedschoolsonline.org
{PARAMS} = &backgroundColor=%232dade4&cta=FIND%20ONLINE%20COLLEGES&ctaColor=%23fe3d00&height=325&title=FIND%20PROGRAMS&titleColor=%23363636
@jasoncomes
jasoncomes / ContenfulCMS.md
Last active February 13, 2019 03:45
Contentful CMS -> CircleCI -> Github Repo -> Netlify -> Static Site Generator Jekyll

SSH Key

  1. Create SSH Key with Read/Write Access for site: ssh-keygen -t rsa -b 4096 -C "deploy@{domain}"
  2. Choose Location: Add SSH Key to Projects lib folder.

Github

  1. Create Repository
  2. Copy generated SSH Key from the lib/id_rsa.pub key to site/settings/deploy, name it CircleCI Deploy Key. Allow write access.
@jasoncomes
jasoncomes / Readme.md
Last active June 11, 2018 17:06
Developer Project - Cars

Project Overview

So this should take them about an 30 mins to 1 hr, depending on how in depth they get. I wanted to keep the instructions as vague as possible with little direction to see how they operate. Here is a list of things we'll be looking for as we QA:

  • Questions, if they ask any
  • Github
  • Javascript/JQuery
  • HTML Markup
  • PHP Logic
  • Git Committing