All Projects → WebEngDUS → WebEngDUS

WebEngDUS / WebEngDUS

Licence: Apache-2.0 license
Everything you need to know about how we run the Web Engineering DUS Meetup.

Projects that are alternatives of or similar to WebEngDUS

resources
A curated collection of useful tech resources 💻
Stars: ✭ 57 (+338.46%)
Mutual labels:  knowledge, tech
made-in-ghana
Open-source projects from Ghana.
Stars: ✭ 36 (+176.92%)
Mutual labels:  tech
meetup
Official repository of React Rotterdam meetup
Stars: ✭ 17 (+30.77%)
Mutual labels:  meetup
vue-bangalore
VueBLR Meetup Resources, Requests & Proposals
Stars: ✭ 37 (+184.62%)
Mutual labels:  meetup
meetup
Open source home for the VanJS Meetup 👩🏽‍💻👨🏼‍💻
Stars: ✭ 36 (+176.92%)
Mutual labels:  meetup
team
Free Knowledge Groupware
Stars: ✭ 63 (+384.62%)
Mutual labels:  knowledge
knowledge
💡 document everything
Stars: ✭ 35 (+169.23%)
Mutual labels:  knowledge
OneClip
Share your clipboard with people nearby. No Setup, No Signup.
Stars: ✭ 45 (+246.15%)
Mutual labels:  tech
knowledge
📌 knowledge database which I learn in work and open source projects
Stars: ✭ 16 (+23.08%)
Mutual labels:  knowledge
Good-Tech-Companies-Singapore
A table compiling good tier tech companies in Singapore. Their office locations, office picture, pantry, benefits and glassdoor ratings.
Stars: ✭ 26 (+100%)
Mutual labels:  tech
brain
Brain is a system to model, create and manage the knowledge base of chatbots based on AIML technology.
Stars: ✭ 18 (+38.46%)
Mutual labels:  knowledge
common
为现在和将来的同学...
Stars: ✭ 33 (+153.85%)
Mutual labels:  knowledge
austria-expat-tips
Tips for expats living in Austria
Stars: ✭ 18 (+38.46%)
Mutual labels:  tech
seek-meetup
收集台灣各地的前端活動!好聚好善!
Stars: ✭ 30 (+130.77%)
Mutual labels:  meetup
functional patterns go
Patrones funcionales en Go
Stars: ✭ 32 (+146.15%)
Mutual labels:  meetup
awesome-croatia
A curated list of things that show the awesome side of Croatia 😎 🇭🇷
Stars: ✭ 34 (+161.54%)
Mutual labels:  meetup
freecodecampba.github.io
🌐 La página de freeCodeCamp BA, con toda la info y links que necesitás.
Stars: ✭ 14 (+7.69%)
Mutual labels:  meetup
meetup
bftf meetup slides
Stars: ✭ 26 (+100%)
Mutual labels:  meetup
startuptoolbox
The startup founder toolbelt. A forever-updating crowdsourced collection.
Stars: ✭ 146 (+1023.08%)
Mutual labels:  tech
meetupr
R interface to the meetup.com API
Stars: ✭ 76 (+484.62%)
Mutual labels:  meetup

WebEngDUS

Everything you need to know about how we run the Web Engineering DUS Meetup.

Checklists

Organizing and running the Web Engineering DUS Meetup is getting more and more complex. To make our live easier we follow simple checklists.

Checkout our Checklists.

Meetup templates

A template for a new event at Meetup.com is described in MEETUP.md.

Assets (Logo, Presentation, etc.)

All our assets can be found in the Assets-Folder. This includes:

  • our colour scheme
  • our logo in various formats and variants
  • the design of our beach flag
  • a Keynote template
  • a DINA4 template

Font

The font Gotham HTF was used.

Credit

All assets were created by Fabian Huettenhoff. A big Thank you for this!

Code of Conduct

Checkout the Code of Conduct for our events.

Raffle

From time to time we do a raffle. The winnings will be (in most of the times) provided by various sponsors. Winnings we had in the past were

  • power banks (e.g. to recharge your phone)
  • programing language mascots (e.g. ElePHPant)
  • conference tickets

To select a winner, we assume that everyone signed up in the meetup event page. We open the event page, open the developer console of the browser and use one of the following javascript snippets to select a winner:

"going" only

// only "going"
var a=document.querySelectorAll('.attendees-list li'),b=a[Math.floor((Math.random()*a.length)+1)-1];a.forEach(function(e){e.style='';});b.style='border: 7px dotted red;';b.scrollIntoView({behavior:'smooth'});

The raffle script code was written by @SHyx0rmZ.

Where I can find you?

The Web Engineering Düsseldorf is available at several places:

Where can I get more information or provide feedback?

If you want to get more information or you have a specific question, feel free to open an issue in our GitHub issue tracker. We will be happy to answer it.

If you want to provide us feedback regarding this content, the way we run the meetup or anything else, opening an issue at our GitHub repository is also the way to go.

Where is the original place of this content?

This content is original hosted at WebEngDUS/WebEngDUS on GitHub.com.

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