A list of 2020 conferences. A list of 2019 conferences.
2020 Conferences cancelled due to Covid-19.
You can also add all conferences directly into your calendar by importing the .ics file into Google Calendar etc.
The .ics file can be downloaded here, but it's recommended to add it via URL (if your client supports that). Thus, you will dynamically get all updates.
| Conference | Date | Where |
|---|---|---|
| Halfstack | 17 - 17 January, 2020 | |
| Covalence | 24 - 24 January, 2020 | |
| De{Code} | 29 - 29 January, 2020 | |
| c't | 4 - 6 February, 2020 | |
| JSConf Hawai'i | 5 - 7 February, 2020 | |
| Oslo Elm Day | 16 - 16 February, 2020 | |
| Ng Atlanta | 17 - 21 February, 2020 | |
| Node Atlanta | 17 - 21 February, 2020 | |
| Frontend Developer Love | 19 - 21 February, 2020 | |
| Devopsdays Guadalajara | 20 - 21 February, 2020 | |
| Devopsdays Madrid | 21 - 21 February, 2020 | |
| Agent Conf | 23 - 26 February, 2020 | |
| ReactConf AU | 27 - 28 February, 2020 | |
| Devopsdays Charlotte | 27 - 28 February, 2020 | |
| ng India | 29 - 29 February, 2020 | |
| VueConf US | 3 - 4 March, 2020 | |
| Node.TLV | 3 - 3 March, 2020 | |
| Devopsdays Los Angeles | 6 - 6 March, 2020 | |
| Ember Conf | 16 - 18 March, 2020 | |
| CityJS | 27 - 27 March, 2020 | |
| Reactathon | 30 - 31 March, 2020 | |
| #PerfMatters | 31 March - 1 April, 2020 | |
| ng Conf | 1 - 3 April, 2020 | |
| HolyJS Piter | 10 - 11 April, 2020 | |
| Devopsdays Houston | 14 - 15 April, 2020 | |
| Devopsdays Seattle | 14 - 15 April, 2020 | |
| JS Kongress | 15 - 16 April, 2020 | |
| International JavaScript Conference | 20 - 22 April, 2020 | |
| SmashingConf SF | 21 - 22 April, 2020 | |
| Devopsdays Atlanta | 21 - 22 April, 2020 | |
| Devopsdays Baltimore | 21 - 22 April, 2020 | |
| Refactr Tech | 22 - 24 April, 2020 | |
| App.js Conf | 23 - 24 April, 2020 | |
| JSHeroes | 23 - 23 April, 2020 | |
| Uphill Conf | 23 - 24 April, 2020 | |
| Southern Dev | 25 - 25 April, 2020 | |
| Devopsdays Denver | 26 - 28 April, 2020 | |
| React Finland | 3 - 4 May, 2020 | |
| Render ATL | 4 - 6 May, 2020 | |
| Devopsdays Austin | 4 - 5 May, 2020 | |
| HalfStack Israel | 11 - 11 May, 2020 | |
| ReactEurope | 14 - 15 May, 2020 | |
| You Gotta Love Frontend (YGLF) | 14 - 15 May, 2020 | |
| Devopsdays Des Moines | 14 - 15 May, 2020 | |
| Devopsdays Boise | 15 - 15 May, 2020 | |
| php[tek] 2020 | 18 - 21 May, 2020 | |
| Devopsdays Salt Lake City | 2 - 3 June, 2020 | |
| JSNation | 3 - 5 June, 2020 | |
| SmashingConf Austin | 9 - 10 June, 2020 | |
| ReactNext | 9 - 10 June, 2020 | |
| React Day Norway | 9 - 10 June, 2020 | |
| CSSCAMP 2020 | 15 - 15 July, 2020 | |
| JSCAMP 2020 | 16 - 17 July, 2020 | |
| Beer City Code | 24 - 25 July, 2020 | |
| Def Con 28 | 6 - 9 August, 2020 | |
| Webconf.asia | 28 - 29 August, 2020 | |
| SmashingConf Freiburg | 7 - 8 September, 2020 | |
| React Day New York | 11 - 11 September, 2020 | |
| Armada JS | 1 - 2 October, 2020 | |
| Dotnetos Conference | 1 - 2 October, 2020 | |
| SmashingConf New York | 20 - 21 October, 2020 |
- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Add your conference to
list.json - Run
npm installto install local dependencies - Run
npm run buildto build the README and generate the .ics file - Commit your changes (
git commit -am "Add some feature") - Push to the branch (
git push origin my-new-feature) - Create new Pull Request