Project Manager – Oliver Stadie – Portfolio Software Engineer • Game Developer • Software Architect and Designer • Generalist Sun, 05 Feb 2017 20:57:12 +0000 en-US hourly 1 https://wordpress.org/?v=4.5.32 /wp-content/uploads/2016/06/cropped-favicon-3-32x32.png Project Manager – Oliver Stadie – Portfolio 32 32 Stomap – A Project Management Tool /stomap-project-management-tool/ Wed, 08 Apr 2015 20:23:30 +0000 https://ostadie.wordpress.com/?p=500 I’m currently developing a Project Management Tool to manage big amounts of GitHub issues (i.e. tasks) more convenient. This Project Management Tool is based on the idea of story mapping boards. Idea This Project Management Tool for GitHub is currently under development... Continue Reading →

The post Stomap – A Project Management Tool appeared first on Oliver Stadie - Portfolio.

]]>
I’m currently developing a Project Management Tool to manage big amounts of GitHub issues (i.e. tasks) more convenient. This Project Management Tool is based on the idea of story mapping boards.

Idea

This Project Management Tool for GitHub is currently under development and the main idea is the following:

  • Instead of managing 1000 issues as labeled list items you arrange them in a second dimension, in a table.
  • One way to arrange the tables are typical story mapping boards, aka feature table.
  • This second dimension not only adds overview, but it also reduces the amount of issues to compare at a certain pint in time.
  • Drag’n’Drop eases managing issues even further.

Features

Easy Project Management • Drag’n’Drop to edit Issues • Hierarchic Issues • Issue Dependencies • Visualize your whole project instead of single issues • free for public Projects • No information gets lost, because it’s stored directly in GitHub.

Technologies

html5githubangularjqueryjquery-uiyeomannpmgruntbowerkarmatravis-cieclipse

Web Languages: TypeScript • html5 (HTML, CSS, JavaScript)

Web Libraries: GitHub API • Angular2 • jQuery • jQuery UI • bootstrap • OAuth2 • Underscore

Automated Builds: tsd • yo • yeoman • npm • grunt • bower

Automated Testing: Karma • TeddyMocks • mocha • chai • Custom Test Framework

Continuous Integration: GitHub • Travis CI

IDE: Eclipse

Team

Currently I’m working on the project alone.

The post Stomap – A Project Management Tool appeared first on Oliver Stadie - Portfolio.

]]>
Blog /blog/ Wed, 08 Apr 2015 19:06:54 +0000 https://ostadie.wordpress.com/?p=417 I have a Blog where I write about Software Architecture and Design, Project Management or Software Development in general Check out my Blog here.

The post Blog appeared first on Oliver Stadie - Portfolio.

]]>
I have a Blog where I write about

  • Software Architecture and Design,
  • Project Management or
  • Software Development in general

Check out my Blog here.

The post Blog appeared first on Oliver Stadie - Portfolio.

]]>
Meetup: Software Architecture & Design Berlin /meetup-software-architecture-design-berlin/ Wed, 08 Apr 2015 19:00:31 +0000 https://ostadie.wordpress.com/?p=406 I’m the founder, organizer, speaker and reviewer of Berlins Meetup Group about Software Architecture and Design with around 500 Members. Check the group out here. What is Meetup? Meetup is the world’s largest network of local groups. Meetup makes it easy for... Continue Reading →

The post Meetup: Software Architecture & Design Berlin appeared first on Oliver Stadie - Portfolio.

]]>
I’m the founder, organizer, speaker and reviewer of Berlins Meetup Group about Software Architecture and Design with around 500 Members.

Check the group out here.

What is Meetup?

Meetup is the world’s largest network of local groups. Meetup makes it easy for anyone to organize a local group or find one of the thousands already meeting up face-to-face.

About this Meetup Group

This Meetup Group is about Software Architecture and Design and I founded it due to a lack of Meetup Groups on this topic. On our first Meetup I held a talk with these slides:

[Archived: embedded content unavailable]

The post Meetup: Software Architecture & Design Berlin appeared first on Oliver Stadie - Portfolio.

]]>
Software Architecture & Design – An Overview /software-architecture-design-an-overview/ Fri, 02 May 2014 11:13:23 +0000 https://ostadie.wordpress.com/?p=796 I held a talk about what is Software Architecture and Design in general at my own Meetup. My slides got some popularity on slideshare since then. Slides

The post Software Architecture & Design – An Overview appeared first on Oliver Stadie - Portfolio.

]]>
I held a talk about what is Software Architecture and Design in general at my own Meetup. My slides got some popularity on slideshare since then.

Slides

[Archived: embedded content unavailable]

The post Software Architecture & Design – An Overview appeared first on Oliver Stadie - Portfolio.

]]>
State Based Testing Software /state-based-testing-software/ Tue, 08 Apr 2014 19:41:34 +0000 https://ostadie.wordpress.com/?p=453 I was lead developer for a testing software used in the automotive industry. Overview As a lead developer I coordinated the technical development of a stand alone testing software. It is especially useful for the automotive industry. The tool itself is... Continue Reading →

The post State Based Testing Software appeared first on Oliver Stadie - Portfolio.

]]>
I was lead developer for a testing software used in the automotive industry.

Overview

As a lead developer I coordinated the technical development of a stand alone testing software. It is especially useful for the automotive industry. The tool itself is primary glue code for many third party libraries, which was developed in an enterprise environment.

Due to an NDA I can’t tell too much about it, but you can visit the official product page for further details.

Features

Intuitive User Interface • Model Based • Systematic Test Case Specification • Systematic Test Case Generation • Automated Test Case Execution • Test Objectives • Linking with DOORS (specification tool) • Find Test Coverage Gaps • Search Function • etc.

Technologies & Methodologies

  • Project Management: Jira • Confluence
  • Languages: UML • Java • XML • XSD • CSS • Scripting Languages
  • Models and Methodologies: Statecharts
  • Libraries & Frameworks: Eclipse RCP • EMF • OSGI • GMF • Many Third Party Libraries
  • Automated Builds: PDE, Ant, Custom Scripts
  • Automated Testing: JUnit, QF-Test
  • Continious Integration: Jenkins, SVN
  • IDE: Eclipse

Team & other Stakeholders

  • Product Owner: corperate colleague located in another city
  • Technical Lead: myself
  • Development & Deployment: myself + 6 developers in 2 cities
  • Testing: 3 Testers in 3 cities and 2 countries
  • Marketing: 2 corperate colleagues located in another city
  • Third party software developers: 5 organizaton with differently close contact
  • Customer: 1 Customer with direct influence on the product features.

The post State Based Testing Software appeared first on Oliver Stadie - Portfolio.

]]>
Asteroids /asteroids/ Mon, 08 Apr 2013 19:49:38 +0000 https://ostadie.wordpress.com/?p=460 A spare time project with my room mate of a game remake as multiplayer. Goal is to experiment around with project management techniques, p2p software architectures and some technologies. Context This project is currently under development. A multiplayer Asteroids game isn’t that... Continue Reading →

The post Asteroids appeared first on Oliver Stadie - Portfolio.

]]>
A spare time project with my room mate of a game remake as multiplayer. Goal is to experiment around with project management techniques, p2p software architectures and some technologies.

Context

This project is currently under development. A multiplayer Asteroids game isn’t that exciting by itself, but we use it as a case study for experimenting. Our experiments include:

  • GitHub best practices
  • browser-to-browser communication with WebRTC
  • Best practices for structuring TypeScript projects
  • Automated Testing of TypeScript projects
  • Exaggerated use of the Law of Demeter to minimize the coupling and maximize the scalability
  • Automated Builds and Continious Integration for TypeScript projects

Features

Asteroid Game • Realtime Multiplayer Action • No Server Required • Browser and Mobile

Technologies

  • Languages: TypeScript • html5 (HTML, CSS, JavaScript) • UML • JSON
  • Web Libraries: WebRTC • phaser • peerJS • requireJS
  • Automated Builds: tsd • yo • yeoman • npm • grunt • bower
  • Automated Testing: Karma • TeddyMocks • Custom Framework • mocha • chai
  • Continuous Integration: GitHub • Travis CI
  • IDE: Eclipse

Team

Me and my room mate, who also is a professional software developers with different background.

The post Asteroids appeared first on Oliver Stadie - Portfolio.

]]>