Chad Burkins (cburkins)

cburkins

Geek Repo

Github PK Tool:Github PK Tool

Chad Burkins's repositories

pushover-client

A daemon that listens (and prints) incoming messages from your pushover account. Also includes helper utility that will send pushover messages (handy for testing)

PhotoSearch

Rudimentary python project to search through JPG photos with EXIF / IPTC tags. Part of a larger passion project for managing my personal photos.

poc-oidc-bare-javascript-boostrap3

Minimal javascript/jQuery application that uses oidc-client.js directly to authenticate to OIDC Provider (OP). No React here, just javascript and jQuery. Uses boostrap4

Language:JavaScriptStargazers:1Issues:2Issues:1

poc-oidc-bare-react-boostrap4

React App to do client-side authentication using OIDC Provider (OP). Started from Medium article. Uses oidc-client.js directly, with no other library on top of it.

Language:JavaScriptStargazers:1Issues:2Issues:5

poc-react-reactBootstrap-auth0-approveAccount

Auth0 Part 3 of 3: Admin has to approve new Auth0 account registration before the user can access the protected resource

Language:JavaScriptStargazers:1Issues:2Issues:6
Language:JavaScriptStargazers:0Issues:2Issues:0
Stargazers:0Issues:1Issues:0

flaskCourse

Udemy course on creating a flask REST API using JWT authentication and a SQLlite database using SQLAlchmey

Language:PythonStargazers:0Issues:2Issues:0

leankit

A convenience utility for calling the Leankit API, and sending back an array of cards on your leankit board. Written in node.js, mostly as an excuse to learn node.js. Uses the node.js framework for Leankit, rather than calling the Leankit API's directly.

Language:JavaScriptStargazers:0Issues:2Issues:0

leankitAPI

A small python API which in turn uses the "leankit" repository for actually calling the leankit API's. In hindsight, I'm suspecting it was kind of silly to use Python Flask to call a node.js function. I'm thinking I probably should have used node.js Express rather than Python Flask.

Language:PythonStargazers:0Issues:2Issues:0

photoSearch-React-Firebase

PhotoSearch Attempt #1. Failure was Firebase Object Storage didn't easily provide signedURL in web client (did within CLI SDK). Firebase also seems determined to keep permanent and public "downloadURL" associated with each object (image). Felt insecure. Got distracted by S3 because it *easily* provides signedURL, and at the time, wanted to try AWS Amplify

Language:JavaScriptStargazers:0Issues:2Issues:1

poc-node-appauth-auth0

POC: Node.js cli app that uses AppAuth-js to authenticate to Auth0 Application

Language:TypeScriptLicense:Apache-2.0Stargazers:0Issues:2Issues:0

poc-oidc-axa-react-bootstrap4

Temporary experiment to try out @axa-fr/react-oidc-context. It's a library that sits on top of oidc-client.js.

Language:JavaScriptStargazers:0Issues:0Issues:0

poc-oidc-skoruba-react-bootstrap4

"Fork" of another repo, haven't customized yet. React app to authenticate to OIDC Provider (OP) using React and Typescript. Very pretty, seems to work well. I should pursue this a bit to learn typescript plus the visual tricks being used like slide-in notifications and JsonTreeViewer

Language:TypeScriptLicense:MITStargazers:0Issues:2Issues:0
Language:HTMLStargazers:0Issues:2Issues:0

poc-react-reactBootstrap

Auth0 2nd Attempt - Part 1 of 2: Small POC, want to re-build Auth0 POC, but use react-bootstrap rather than reactstrap. Decided to start over. This is only part 1 of 2, and doesn't include Auth0

Language:JavaScriptStargazers:0Issues:2Issues:1

poc-react-reactBootstrap-auth0

Auth0 2nd Attempt - Part 2 of 2: Already had React/Boostrap (from part 1), adding in Auth0. Also had to correct Route/Link page-reloading.

Language:JavaScriptStargazers:0Issues:2Issues:3

poc-react-semui

Proof of Concept for using semantic-ui-react as front-end framework for React project. Evolved to be more than just a POC, it appears that I tried to start injecting some more complex elements into this, like a dashboard sidebar

Language:JavaScriptStargazers:0Issues:2Issues:1

poc-react18-new

Having trouble upgrading dashboard to

Language:JavaScriptStargazers:0Issues:1Issues:0

printing-html-demos

Small demos for printing html

Language:HTMLStargazers:0Issues:0Issues:0

react-app-AddAuth0

Minimal POC demonstrating a React App, adding on Auth0 via their React Tutorial. Added UI via reactstrap (not react-bootstrap)

Language:JavaScriptStargazers:0Issues:2Issues:3

seleniumServiceNowSP

My first project with Selenium Web Driver. Using it to perform searches on any ServiceNow Service Portal website. Read the results, look for the catalog item sys_id within the anchor tags in the results.

Language:PythonStargazers:0Issues:3Issues:11
Stargazers:0Issues:2Issues:0

snowAPIGateway

This is an experimental fork for the flask API (Udemy course) to call ServiceNow. Experimentally added feature to require authentication via JWT. Learned a bit, but never deployed.

Language:PythonStargazers:0Issues:2Issues:0

udemy-k8s-part2-travisCIReact

POC Repo created during the Udemy course on Docker and Kubernetes (instructor: Stephen Grider)

Language:JavaScriptStargazers:0Issues:2Issues:3

udemy-k8s-part3-AWSElasticBeanstalk

Udemy course on Docker and Kunernetes. Multi-container deployment to AWS ElasticBeanstalk (doesn't use Kubernetes)

Language:JavaScriptStargazers:0Issues:2Issues:13

udemy-k8s-part4-k8s

Create a local kubernetes cluster using Docker and it's built-in single-node Kubernetes cluster. We are only doing a partial deployment of our application, namely the React client and the associated networking to access it. Everything else (e.g. Redis) is missing, and gets re-added in Part 5

Stargazers:0Issues:2Issues:1

udemy-k8s-part5-k8sProduction

In previous part, we configured a relatively simple k8s cluster running locally. In this part, we're going to create a production-level deployment that we upload to a cloud provider

Language:JavaScriptStargazers:0Issues:2Issues:17

weatherApp

Illustrative app from Udemy AngularJS course. Very decent course, recommended.

Language:HTMLStargazers:0Issues:2Issues:0

WebDevSimplified-React-Firebase-Auth

Reference pattern for a simple React app using Firebase authentication

Language:JavaScriptStargazers:0Issues:2Issues:3