Questions tagged [demonstration]

5 questions
8
votes
6 answers

Demonstrate Object Oriented Principles to non-programmers using physical props

We're about to embark on helping with a new-to-coding boot camp at my work, where people from other departments can come learn how to code from the IT folks. While this is great and all, I'm in a pickle. I've been requested to come up with a way…
Adam Wells
  • 908
  • 4
  • 15
3
votes
1 answer

Apps for facilitating live code demos?

I really enjoy watching live code demos, especially when time is focused on what the code is doing instead of what the presenter is typing. Many seem to be using apps to manage their clipboard to paste code into the IDE. What apps are out there…
Wayne Hartman
  • 197
  • 1
  • 6
0
votes
1 answer

NDA for potential competitor demo

I have a new website product which I'm beginning to demo. I have the opportunity to demo to a relatively large potential client. I've found out (from the individual) that they already have a similar product that they previously tried to monetize but…
0
votes
3 answers

Create Offline Demo Environment Database Substitute

I would like to know if there is a best practice for creating demo environments that substitutes database interaction into other forms of resource i.e. creating .json files containing the data that was supposedly returned from a webservice call. I…
Milo Cabs
  • 125
  • 2
-1
votes
2 answers

Offline demo of website - tools to handle "saved" external links

I am designing a test (demo to users) of a web site from my local machine without Internet access. The site will be hosted locally, but I would also like users to be able to follow links to certain external sites. Are there tools that can make the…