All Projects → tech-conferences → Confs.tech

tech-conferences / Confs.tech

Licence: mit
List of tech conferences: JavaScript / Design - CSS - UX / Ruby - iOS - Android - PHP - Data - Devops and more.

Programming Languages

typescript
32286 projects
SCSS
7915 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to Confs.tech

Voctoweb
voctoweb – the frontend and backend software behind media.ccc.de
Stars: ✭ 146 (-91.15%)
Mutual labels:  hacktoberfest, conference
Tgmeetup
A collection set of technical groups' information (meetup).
Stars: ✭ 139 (-91.57%)
Mutual labels:  hacktoberfest, conference
Twcommunities
整理與蒐集台灣社群活動投影片
Stars: ✭ 145 (-91.21%)
Mutual labels:  hacktoberfest, conference
Symposium
Management of proposals, bios, photos, etc. for conference speakers.
Stars: ✭ 157 (-90.48%)
Mutual labels:  hacktoberfest, conference
Conference Data
Conference data for www.confs.tech
Stars: ✭ 197 (-88.05%)
Mutual labels:  hacktoberfest, conference
Osem
Open Source Event Manager. An event management tool tailored to Free and Open Source Software conferences.
Stars: ✭ 649 (-60.64%)
Mutual labels:  hacktoberfest, conference
Tech-Conferences
Overview of upcoming and past tech conferences
Stars: ✭ 42 (-97.45%)
Mutual labels:  conference, tech-conferences
Conference Hall
📣 An open SaaS platform to manage call for papers
Stars: ✭ 97 (-94.12%)
Mutual labels:  hacktoberfest, conference
Node Oidc Provider
OpenID Certified™ OAuth 2.0 Authorization Server implementation for Node.js
Stars: ✭ 2,018 (+22.38%)
Mutual labels:  hacktoberfest
Cphalcon
High performance, full-stack PHP framework delivered as a C extension.
Stars: ✭ 10,534 (+538.81%)
Mutual labels:  hacktoberfest
Industrial Foregoing
IF: you need to automate all the things
Stars: ✭ 125 (-92.42%)
Mutual labels:  hacktoberfest
Scrutor
Assembly scanning and decoration extensions for Microsoft.Extensions.DependencyInjection
Stars: ✭ 1,915 (+16.13%)
Mutual labels:  hacktoberfest
Http Server
a simple zero-configuration command-line http server
Stars: ✭ 11,280 (+584.05%)
Mutual labels:  hacktoberfest
Docker Lvm Plugin
Docker volume plugin for LVM volumes
Stars: ✭ 125 (-92.42%)
Mutual labels:  hacktoberfest
Neo Cowsay
🐮 cowsay is reborn. Neo Cowsay written in Go. This cowsay extended the original and added fun more options. And it can be used as a library.
Stars: ✭ 126 (-92.36%)
Mutual labels:  hacktoberfest
Vue I18n Extract
Manage vue-i18n localization with static analysis
Stars: ✭ 123 (-92.54%)
Mutual labels:  hacktoberfest
Pandaset Devkit
Stars: ✭ 121 (-92.66%)
Mutual labels:  hacktoberfest
Radixengine
A free and open game engine.
Stars: ✭ 126 (-92.36%)
Mutual labels:  hacktoberfest
Django Phone Verify
A Django app to support phone number verification using security code / One-Time-Password (OTP) sent via SMS.
Stars: ✭ 121 (-92.66%)
Mutual labels:  hacktoberfest
Discord.js
discord.js is a powerful Node.js module that allows you to easily interact with the Discord API.
Stars: ✭ 16,432 (+896.48%)
Mutual labels:  hacktoberfest

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:

npm install
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:

{
  "name": "",
  "url": "",
  "startDate": "YYYY-MM-DD",
  "endDate": "YYYY-MM-DD",
  "city": "",
  "country": "",
  "cfpUrl": "",
  "cfpEndDate": "",
  "twitter": ""
}

Active contributors

Related projects

Some of the conferences have been pulled from other projects:

Call for papers

Conferences by category

License

MIT

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].