Skip to content
View djs070's full-sized avatar
Block or Report

Block or report djs070

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. action-cable-demo action-cable-demo Public

    Demo code for talk at Roro Syd Aug 2021

    Ruby

  2. leetcode-typescript leetcode-typescript Public

    Practising typescript and algorithms with leetcode

    TypeScript

  3. exercism-ruby exercism-ruby Public

    Practising algorithms in Ruby for Roro Syd

    Ruby

  4. Why write a python project template ... Why write a python project template in javascript?
    1
    ## Background
    2
    
                  
    3
    [Yeoman](http://yeoman.io/) is a scaffolding tool written in JavaScript, supported by a who's-who of web dev legends and backed by hundreds (thousands?) of [community-written generators](https://www.npmjs.org/search?q=Yeoman%20generator), to bootstrap any kind of project from a simple front-end build to all kinds of framework projects.
    4
    
                  
    5
    [Wagtail](http://github.com/torchbox/wagtail) is a beatiful new CMS, written lovingly in Python/Django by the talented folks at Torchbox. Said folks have recently released an [official Django template](https://github.com/torchbox/wagtail-template) to get started with a Wagtail site with dependencies, Django settings and deployment ready to go - all packaged nicely into a [Vagrant](http://vagrantup.com/) box.