Questions tagged [presentation]
26 questions
24
votes
10 answers
How can I give a good presentation to important, non-technical stakeholders?
At the end of the month, I have to give a presentation on a software project that I've been working on by myself that will basically decide whether or not I will get a full-time job at the company I'm a temporary hire for now. I will be giving my…

sooprise
- 1,065
- 2
- 12
- 17
22
votes
8 answers
How do you make slides for programming talks?
I've given a few talks recently and I have not found a good way to make slides.
Here are a few desirable characteristics for programming slides:
They're slides. A standard emacs buffer won't do it.
They have syntax highlighting for code.
They…

Yuvi Masory
- 322
- 2
- 7
13
votes
2 answers
What is "presentation logic" and how much is acceptable in views?
In my web application I have to provide a form for creating and editing. The forms for creating and for editing have minor differences, so I am thinking of doing something like this in my view:

Georgi Georgiev
- 265
- 2
- 9
11
votes
3 answers
Videos on Unit Testing
I've been searching for good presentations (slides+audio or video preferred) on Unit Testing but all I seem to find are books and blog posts. The presentation should not be longer than 50 minutes since it will be shown at a brown-bag lunch. General…

Jonas Elfström
- 501
- 4
- 9
9
votes
6 answers
Giving a presentation on "code style and design patterns"
My company (small, about 40 people across 3 offices) occasionally does "developer workshops" online where one of the devs hosts a presentation about some tech topic. It's not necessarily about our work, but just to help everyone improve their skills…

Tesserex
- 3,015
- 4
- 26
- 27
7
votes
5 answers
How to motivate team for knowledge sharing sessions
I work in a team with wide range of expertise and experience. I have been trying to introduce weekly knowledge sharing sessions. Sessions of 30-60 min length where everybody gets a chance to present something and talk about it. This will contribute…

ring bearer
- 477
- 2
- 4
- 11
7
votes
1 answer
Is the separation of program logic and presentation layer going too far?
In a Drupal programming guide, I noticed this sentence:
The theme hook receives the total number of votes and the number of votes for just that item, but the template wants to display a percentage. That kind of work shouldn't be done in a template;…

Timwi
- 4,411
- 29
- 37
5
votes
5 answers
How to get out of supporting deadend sales pitches?
As part of being a programmer, you often are asked to provide estimates/ make slideware / do technical demos for Sales teams to present to end-clients. Sometimes we go along for the 'technical' discussions or 'strategic capability planning' or some…

JoseK
- 1,407
- 12
- 22
5
votes
0 answers
Putting together a business case for moving to git from TFS?
I'm probably going to be giving a presentation to my company (mainly management, but also senior developers) on the benefits of moving to Git from a centralized TFS setup. I know that I massively prefer Git because of its speed and IMHO the…

Jez
- 1,308
- 2
- 10
- 19
4
votes
3 answers
Does Presentation Logic constrain design of Business layer?
We have an email plugin which encrypts a mail's attachments when the user sends an email and gives the mail's recipients permissions to decrypt the attachments. The recipient permissions are stored on a server. The logic which executes on click of…

Kapil Dhaimade
- 187
- 4
4
votes
2 answers
Showing custom data in presentation layer
I have couple of models Merchant and Offer. A merchant can have multiple offers. I am developing a web application and writing a custom component which show offer details like title, description etc. I also need to show merchant thumbnail in the…

CodeYogi
- 2,156
- 1
- 18
- 34
3
votes
4 answers
What is a clean Agile (Scrum) Sprint Presentation?
Suppose someone of your development team is presenting a sprint to the customer but he is having web connection problems such that a complete story cannot be presented. For the sake of the cleanness of the presentation, do you help your colleague…

carpamon
- 175
- 1
- 7
3
votes
3 answers
Simple questions to test understanding of Dependency Inversion Principle
I am preparing a short (1-2 hour) presentation about DIP to several (~5) junior developers (1-3 yr xp) in the office. At the end of the presentation I want to know whether they understood what I was presenting, what are some possible questions that…

Louis Rhys
- 6,042
- 11
- 42
- 59
3
votes
1 answer
How to explain the history of programming to non-programmers?
Sorry if this question is not appropriate for this stack exchange site, I've never used this one before.
I am doing my senior project on computer programming. I'm going to be presenting the project to classmates, teachers and (most importantly)…

Gabriel
- 635
- 5
- 11
2
votes
2 answers
What strategy to better articulate myself when summarising technical details
I am required to speak at daily stand ups, change review and architect reference group meetings.
I usually find that I speak too quickly, include too much or not enough details, or go back and forth without a narrative. However I always understand…

LazyCoder
- 607
- 4
- 11