Skip to content
View jdheywood's full-sized avatar
😃
Hi
😃
Hi
Block or Report

Block or report jdheywood

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. sqlalchemy-orm-and-migrations-demo sqlalchemy-orm-and-migrations-demo Public

    A short demo and presentation put together for a talk at BrightonPy user group

    CSS

  2. post-its post-its Public

    A simple SPA written using Vue.js and Websockets to allow collaborative note taking

    JavaScript 2

  3. post-its-websocket-server post-its-websocket-server Public

    Simple websocket server that echos what it receives to all clients, and stores some state

    JavaScript 1

  4. Example of simple token authorisatio... Example of simple token authorisation middleware for use in Express application, with unit test (depends on service to get tokens from env vars)
    1
    /* eslint-disable consistent-return */
    2
    import { getAPIAuthToken } from '../services/environment';
    3
    
    
    4
    const authorisation = () => (req, res, next) => {
    5
      if (!req.headers.authorization) {
  5. fastapi-mongodb-api fastapi-mongodb-api Public

    Example CRUD API with FastAPI and MongoDB

    Python

  6. simple-scheduler simple-scheduler Public

    Welcome to your new simple job scheduler, written in pure python, no filler all thriller

    Python