1 / 16

How to Become a Distinguished Software Engineer

Jan Nonnen. How to Become a Distinguished Software Engineer. Scope. Introduction. In this document you will find a couple of layouts that you should use to create your Presentation. On the following slides we will present you some rules that your final presentation should follow.

Télécharger la présentation

How to Become a Distinguished Software Engineer

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Jan Nonnen How to Become a Distinguished Software Engineer

  2. Scope • Introduction • In this document you will find a couple of layouts that you should use to create your Presentation. • On the following slides we will present you some rules that your final presentation should follow.

  3. Layout Master • Introduction • Together with this slides you received a Layout Master. This is used to give your slides a basic style. Please do not modify these layouts. Stick to the design colors.

  4. Allowed Layouts • Introduction • The Master Layout contains several Layouts but not all of them are suitable for every occasion.

  5. Allowed Layouts • Introduction • Together with the white style there is also a master with a black background. This should be used for the final presentation at the end of the lab. • Thus we advice you to use the white layout.

  6. Common Practice • Keywords • There are several things you can do to produced well balanced presentation slides. • Do not write full sentences • Keywords should support your talk and don‘t have to explain everything • Use highlighting of keywords judiciously

  7. Reduction • Keywords • Start with full sentences • Copy the content to the Powerpoint notes • Highlight the main word in each sentence • Delete all other words • Unhighlight all remaining words

  8. Jan Nonnen, Paul Imhoff Example Slides

  9. Dummy Text • Examples • Loremipsum • dolor • elitr Use only Keywords Minimum font size is 30pt

  10. Dummy Comparison • Examples • Lorem ipsum • dolor • elitr • vero • accusam • rebum Compare two Approaches with this format

  11. Guns don‘t kill people, bullets do • Sledge Hammer

  12. UML Overview

  13. asd

  14. Matcher • Examples assertThat(theBiscuit,equalTo(myBiscuit)); assertThat(theBiscuit,is(equalTo(myBiscuit))); assertThat(theBiscuit,is(myBiscuit)); Use this layout for short sourcecode listings, e.g. single statements Minimum font size is 24pt

  15. Matcher import static org.hamcrest.MatcherAssert.assertThat; import static org.hamcrest.Matchers.*; import junit.framework.TestCase; public class BiscuitTest extends TestCase { public void testEquals() { Biscuit theBiscuit = new Biscuit("Ginger"); Biscuit myBiscuit = new Biscuit("Ginger"); assertThat(theBiscuit, equalTo(myBiscuit)); } } Use this layout for long sourcecode listings. Minimum font size is 20pt

More Related