Git Product home page Git Product logo

github-workshop's Introduction

WebEngDUS

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

Speaker Briefing

A fundamental part of our meetup is speakers running a talk. With our speaker briefing, we provide everything you need to know about speaking at the WebEngDUS:

Location Sponsor / Location and Company Briefing

The Web Engineering DUS Meetup depends on the support of local companies. Local companies can sponsor the meetup by providing us with a location, technical equipment, and some food and drinks during the meetup.

For consistent communication and expectation management, we provide everything you, as a company, need to know about sponsoring and hosting a WebEngDUS meetup event:

Getting involved

If you would like to get involved, please check out our Contribution Guide.

Checklists

Organizing and running the Web Engineering DUS Meetup regularly is effort, can be complex, and sometimes stressful. To make our lives easier, we follow a simple and structured checklist:

Check out our Checklist for running the WebEngDUS.

Template to set up a new event at Meetup.com

Look at our last event in our Web Engineering Düsseldorf Meetup group. Feel free to copy the description text there and use it.

The template is constantly evolving.

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 raffle price will be (most of the time) provided by various sponsors. Prices we had in the past:

  • 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 via the meetup event page. We open the event page, open the developer console of the browser and use the following javascript snippet to select a winner:

"going" only

// only "going"
var a=document.querySelectorAll('.attendees-list li.attendee-item'), 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.

Social Media

The Web Engineering Düsseldorf is available at:

Organizers and contact

Have a question or feedback for us?

If you want more information or 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.

The meetup is organized by

Andy Grunwald Dominik Siebel
Andy Grunwald Dominik Siebel
GitHub GitHub
LinkedIn LinkedIn
twitter twitter

Where is the original place of this content?

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

github-workshop's People

Contributors

andygrunwald avatar asuccurro avatar dsiebel avatar michadu avatar sisch avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.