All Projects → finspin → gotodevops.org

finspin / gotodevops.org

Licence: other
Source code for gotodevops.org.

Programming Languages

Vue
7211 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to gotodevops.org

Awesome Cfp
A collection of awesome Call For Papers to never miss to speak anymore 🗣
Stars: ✭ 87 (+93.33%)
Mutual labels:  conference, conferences
Osem
Open Source Event Manager. An event management tool tailored to Free and Open Source Software conferences.
Stars: ✭ 649 (+1342.22%)
Mutual labels:  conference, conferences
Web
🍿 Free and open-source tech video hub.
Stars: ✭ 255 (+466.67%)
Mutual labels:  conference, conferences
ordina-jworks.github.io
Ordina JWorks Business Unit Tech Blog
Stars: ✭ 27 (-40%)
Mutual labels:  conference, conferences
Tech-Conferences
Overview of upcoming and past tech conferences
Stars: ✭ 42 (-6.67%)
Mutual labels:  conference, conferences
Virtualseccons
An ongoing list of virtual cybersecurity conferences.
Stars: ✭ 113 (+151.11%)
Mutual labels:  conference, conferences
Awesome Conferences Database
📲 A collaborative list of Conferences
Stars: ✭ 485 (+977.78%)
Mutual labels:  conference, conferences
Conference Data
Conference data for www.confs.tech
Stars: ✭ 197 (+337.78%)
Mutual labels:  conference, conferences
speakerline
Showcasing speakers' proposals and timelines in an effort to demystify the CFP process and help new speakers get started.
Stars: ✭ 57 (+26.67%)
Mutual labels:  conference, conferences
conferences
Curated list of conferences and CFPs that interest me
Stars: ✭ 17 (-62.22%)
Mutual labels:  conference, conferences
CNN-SoilTextureClassification
1-dimensional convolutional neural networks (CNN) for the classification of soil texture based on hyperspectral data
Stars: ✭ 35 (-22.22%)
Mutual labels:  conference
asterisk
Scripts for asterisk
Stars: ✭ 14 (-68.89%)
Mutual labels:  conference
clowdr
Midspace (formerly Clowdr) is a completely open-source virtual conference platform. Host complex events with hundreds of authors and presenters. Midspace includes automated livestreams, video chat, text chat, randomised networking and much more.
Stars: ✭ 48 (+6.67%)
Mutual labels:  conference
Tubumu.Abp.Meeting
An abp module to create meeting app quickly.
Stars: ✭ 15 (-66.67%)
Mutual labels:  conference
ConfTalks
⚠️ Development is currently on hold 🎥 An open source index of already recorded and scheduled conference talks to help you decide if you should go. Built for all developers 👩‍💻👨‍💻
Stars: ✭ 53 (+17.78%)
Mutual labels:  conferences
ios-swift-chat-ui-kit
Ready-to-use Chat UI Components for Swift (iOS)
Stars: ✭ 42 (-6.67%)
Mutual labels:  conference
appbuilders18app
The App Builders 2018 iOS and Android app built as an experiment in React Native.
Stars: ✭ 29 (-35.56%)
Mutual labels:  conference
2019.djangocon.us
⛵ The DjangoCon US 2019 conference website
Stars: ✭ 18 (-60%)
Mutual labels:  conference
devit
The DEVit Web Conference
Stars: ✭ 25 (-44.44%)
Mutual labels:  conference
laravelevents
Repo containing the code behind Laravel Events
Stars: ✭ 55 (+22.22%)
Mutual labels:  conferences

Build Status

What is this repository?

This is the source code for the website gotodevops.org.

How can I contribute?

To add a new conference, send an email with the conference website URL to [email protected] or fork this repository, modify the conferences.json file and submit a pull request.

Data format

If you submit a pull request with the conference details, please follow the format of this example:

{
    "name": "QCon New York",
    "url": "https://qconnewyork.com/",
    "location": {
      "city": "New York City",
      "country": "USA",
      "continent": "North America"
    },
    "date": {
      "start": "2021-06-24T00:00:00.000Z",
      "end": "2021-06-28T00:00:00.000Z"
    },
    "temperature": {
      "celsius": 80,
      "fahrenheit": 26
    },
    "cost": 3
}
  • name: Name of the conference

  • url: URL of the conference website

  • location:

    • city: City where the conference takes place
    • country: Country where the conference takes place
    • continent: Continent where the conference takes place. Enter one of the following: North America, South America, Europe, Asia, Africa, Australia, Antarctica
  • date:

    • start: Start date of the conference, e.g. 2021-06-24T00:00:00.000Z
    • end: End date of the conference, e.g. 2021-06-26T00:00:00.000Z
  • temperature:

    • celsius: Average temperature in the city during the conference in Celsius, e.g. 18. To find out the temperature, google e.g. weather new york february and switch to Celsius.
    • fahrenheit: Average temperature in the city during the conference in Fahrenheit, e.g. 65. To find out the temperature, google e.g. weather new york february and switch to Fahrenheit.
  • cost: Cost of the conference ticket. Estimate the average price per day based on the total ticket cost and the number of days. Enter one of the following values: unknown, 0, 1, 2 or 3. Use the following cost mapping:

    • free = 0
    • less than $300/day = 1
    • less than $600/day = 2
    • more than $600/day = 3
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].