项目作者: tech-conferences

项目描述 :
List of tech conferences: JavaScript / Design - CSS - UX / Ruby - iOS - Android - PHP - Data - Devops and more.
高级语言: TypeScript
项目地址: git://github.com/tech-conferences/confs.tech.git
创建时间: 2017-08-10T22:53:59Z
项目社区:https://github.com/tech-conferences/confs.tech

开源协议:MIT License

下载


The open-source and crowd sourced conference website

Confs.tech is an open source project that lists upcoming tech conferences. Everything is free and will stay free. It’s aimed to be simple and without useless clutter. You can filter by topics and see upcoming CFPs.

Contributing

Contributing to the website is as simple as running:

  1. npm install
  2. npm run start

Environment variables are defined in the .env files and are accessible on the repo since they are public.

Adding a conference

All conferences are stored in JSON files, sorted by topics and years. All data is open source and crowd sourced by the community. Whether added directly from the website by conference organizers or through pull requests.

Conference data have the following structure:

  1. {
  2. "name": "",
  3. "url": "",
  4. "startDate": "YYYY-MM-DD",
  5. "endDate": "YYYY-MM-DD",
  6. "city": "",
  7. "country": "",
  8. "cfpUrl": "",
  9. "cfpEndDate": "",
  10. "bluesky": "",
  11. "mastodon": "",
  12. "twitter": ""
  13. }

Maintainers

Need help while contributing? Tag any of the maintainers when creating the issue. You can tag us using: @username









  1. GitHub Profile picture of Christian Grail
    Christian Grail

    @cgrail


  1. GitHub Profile picture of Nima Izadi
    Nima Izadi

    @nimzco


  1. GitHub Profile picture of Ekaterina Prigara
    Ekaterina Prigara

    @prigara


  1. GitHub Profile picture of Trivikram Kamat
    Trivikram Kamat

    @trivikr

Top 10 Contributors

Some of the conferences have been pulled from other projects:

Call for papers

Conferences by category

General
.net
Accessbility
Android
APIs
Clojure
CSS
Data
Design / UX
Dev Ops
Elixir
Elm
Golang
GraphQL
Groovy
Haskell
Identity
iOS
IoT
JavaScript
Leadership
Open Source
Performance
PHP
Product
Python
Ruby
Rust
Scala
Security
Technical communication
Testing
TypeScript

License

MIT