Skip to content

hnrc/aula

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Aula.io

This is a project that aims to collect all the best tech talks in a structured fashion, making it easy to discover interesting tech talks at Aula.io

Please contribute by sending pull requests ❤️

The format for talks looks something like this:

{
    "title": "A Whole New World",
    "key": "a-whole-new-world",
    "year": 2012,
    "url": "https://www.destroyallsoftware.com/talks/a-whole-new-world",
    "imageUrl": "https://www.destroyallsoftware.com/images/talks/a-whole-new-world.preview.png",
    "description": "This talk announces the most ambitious software project I've ever undertaken, then considers why its existence is so surprising (and in some cases frustrating) to people.",
    "tags": [
        {
            "title": "Invention",
            "key": "invention"
        },
        {
            "title": "History",
            "key": "history"
        }
    ],
    "speakers": [
        {
            "title": "Gary Bernhardt",
            "key": "gary-bernhardt"
        }
    ],
    "location": {
        "title": "Strange Loop",
        "key": "strange-loop"
    },
    "added": "2014-05-04T09:09:05.904Z"
}

Where all key fields are slugged versions of their corresponding title. added is a ISO 8601 zulu timestamp from the time when the talk was added to this repo.

Contributors 🙌

Credits

Props to the creators of these fine pieces of code:

About

Aula.io - The best of tech talks in one place

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published