A list of 2019 web development conferences. A list of 2018 conferences.
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 |
---|---|---|
Ng-Atlanta | 9 - 12 January, 2019 | |
Covalence | 16 - 16 January, 2019 | |
New Adventures | 23 - 25 January, 2019 | |
Forward JS | 24 - 24 January, 2019 | |
React Iran | 31 - 31 January, 2019 | |
Pause Fest | 6 - 8 February, 2019 | |
c't | 6 - 8 February, 2019 | |
JS Conf Hawaii | 7 - 8 February, 2019 | |
FrontFest | 9 - 9 February, 2019 | |
Frontend Developer Love | 13 - 15 February, 2019 | |
Vue.js Amsterdam | 14 - 15 February, 2019 | |
Agent Conf | 21 - 24 February, 2019 | |
ng-India | 23 - 23 February, 2019 | |
ReactFoo | 1 - 2 March, 2019 | |
AEA Seattle | 4 - 6 March, 2019 | |
Midwest PHP | 8 - 9 March, 2019 | |
JS Kongress | 11 - 12 March, 2019 | |
T3chFest | 14 - 15 March, 2019 | |
EmberConf | 18 - 20 March, 2019 | |
UpFront | 22 - 22 March, 2019 | |
VueConf US | 25 - 27 March, 2019 | |
Reactathon | 30 - 31 March, 2019 | |
Perf Matters | 2 - 3 April, 2019 | |
MainXchange | 3 - 3 April, 2019 | |
JSHeroes | 11 - 12 April, 2019 | |
SmashingConf San Fran | 16 - 17 April, 2019 | |
SouthernDev | 27 - 27 April, 2019 | |
The Lead Developer | 30 - 30 April, 2019 | |
Uenoland | 2 - 4 May, 2019 | |
Longhorn PHP | 2 - 4 May, 2019 | |
AEA Boston | 6 - 8 May, 2019 | |
You Gotta Love Frontend | 16 - 17 May, 2019 | |
php[tek] 2019 | 21 - 23 May, 2019 | |
CSS Conf EU | 31 - 31 May, 2019 | |
JS Conf EU | 1 - 2 June, 2019 | |
Eyeo Festival | 3 - 6 June, 2019 | |
RevolutionConf | 6 - 7 June, 2019 | |
DEVit | 9 - 10 June, 2019 | |
DevBreak19 | 14 - 13 June, 2019 | |
CSS Day | 14 - 13 June, 2019 | |
React Loop | 21 - 21 June, 2019 | |
SmashingConf Toronto | 25 - 26 June, 2019 | |
AEA Washington D.C. | 29 June - 1 July, 2019 | |
JSCamp Barcelona | 18 - 19 July, 2019 | |
Mid-Atlantic Developer Conference 2019 | 1 - 2 August, 2019 | |
JSConf US | 12 - 14 August, 2019 | |
CoderCruise 2019 | 19 - 23 August, 2019 | |
Abstractions | 21 - 23 August, 2019 | |
AEA Chicago | 26 - 28 August, 2019 | |
SmashingConf Freiburg | 9 - 10 September, 2019 | |
React Day New York | 13 - 13 September, 2019 | |
JSDayIE | 20 - 20 September, 2019 | |
Nordic.js | 10 - 11 October, 2019 | |
CONNECT.TECH | 16 - 18 October, 2019 | |
AEA Denver | 28 - 30 October, 2019 | |
ReactiveConf | 30 October - 1 November, 2019 | |
dotCSS | 4 - 4 December, 2019 | |
dotJS | 5 - 6 December, 2019 | |
DevTernity | 6 - 7 December, 2019 | |
AEA San Francisco | 9 - 11 December, 2019 |
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Add your conference to
list.json
- Run
npm install
to install local dependencies - Run
npm run build
to 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