Skip to content

Instantly share code, notes, and snippets.

@tchalvak
Last active January 26, 2017 23:09
Show Gist options
  • Select an option

  • Save tchalvak/d56f4123922096f34f65a6c4373f8d1c to your computer and use it in GitHub Desktop.

Select an option

Save tchalvak/d56f4123922096f34f65a6c4373f8d1c to your computer and use it in GitHub Desktop.

Revisions

  1. tchalvak revised this gist Jan 26, 2017. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion Create a simple chat app
    Original file line number Diff line number Diff line change
    @@ -7,7 +7,7 @@ Here are the stories:

    - As a customer, Bob want to chat on the website with other customers, so he can be part of the community.
    - As a customer, Jane wants to choose a username, send some chat messages, and see her chats even after a page reload.
    - As a corporate admininstrator, Greg wants the chat to get a nice initially designed template, so he can can present it as part of our corporate retreat.
    - As a corporate admininstrator, Greg wants the chat to get a nice initially designed template, so he can can present it as part of a corporate retreat.
    - As the webadmin, Joe wants the chat to use a modern approach so that it doesn't add much load to the web server.

    (No need to code authentication, you can pretend that 1 username === 1 individual)
  2. tchalvak revised this gist Jan 26, 2017. 1 changed file with 4 additions and 4 deletions.
    8 changes: 4 additions & 4 deletions Create a simple chat app
    Original file line number Diff line number Diff line change
    @@ -5,10 +5,10 @@ Let's see if you can use these customer/client stories, and all your skills as a

    Here are the stories:

    - As a customer, I want to chat on the website with other customers, so I can be part of the community.
    - As a customer, I want to choose a username, send some chat messages, and see my chats even after a page reload.
    - As a corporate admininstrator, I want the chat to get a little bit of branding, so I can present it as part of our corporate retreat.
    - As the webadmin, I want the chat to use a modern approach so that it doesn't add much load to the web server.
    - As a customer, Bob want to chat on the website with other customers, so he can be part of the community.
    - As a customer, Jane wants to choose a username, send some chat messages, and see her chats even after a page reload.
    - As a corporate admininstrator, Greg wants the chat to get a nice initially designed template, so he can can present it as part of our corporate retreat.
    - As the webadmin, Joe wants the chat to use a modern approach so that it doesn't add much load to the web server.

    (No need to code authentication, you can pretend that 1 username === 1 individual)

  3. tchalvak revised this gist Jan 13, 2017. 1 changed file with 8 additions and 8 deletions.
    16 changes: 8 additions & 8 deletions Create a simple chat app
    Original file line number Diff line number Diff line change
    @@ -1,17 +1,17 @@
    Show us how you would code a simple web chat application!

    As a web developer, maybe you have coded a chat application before. Let's see if you can use
    these customer/client stories, and all your skills as a dev, to create a nice, simple chat app.
    As a web developer, you've certainly used a web chat before, and maybe you have even coded one before.
    Let's see if you can use these customer/client stories, and all your skills as a dev, to create a nice, simple chat app.

    Here are the stories:

    - As a customer, I want to chat on the site with other customers, so I can be part of the community.
    - As a customer, I want to chat on the website with other customers, so I can be part of the community.
    - As a customer, I want to choose a username, send some chat messages, and see my chats even after a page reload.
    - As a corporate admininstrator, I want the chat to get a little bit of branding, so I can present it as part of our corporate blog.
    - As a corporate admininstrator, I want the chat to get a little bit of branding, so I can present it as part of our corporate retreat.
    - As the webadmin, I want the chat to use a modern approach so that it doesn't add much load to the web server.

    (No need to code authentication of any sort here, you can pretend that 1 username === 1 individual)
    (No need to code authentication, you can pretend that 1 username === 1 individual)

    Please show your work by coding it in a git repository with commits (github is great too), and when you're ready,
    zip up a copy and send it our way.
    We're only looking for you to spend two or three hours on this. Show us how well you can do in a short time!
    Please show your work by coding it in a git repository with commits (on github or bitbucket is great,
    or just zip up the repo with files).
    We're only looking for you to spend two or three hours on this. Show us what you can get done in a short time!
  4. tchalvak revised this gist Jan 13, 2017. 1 changed file with 3 additions and 2 deletions.
    5 changes: 3 additions & 2 deletions Create a simple chat app
    Original file line number Diff line number Diff line change
    @@ -12,5 +12,6 @@ Here are the stories:

    (No need to code authentication of any sort here, you can pretend that 1 username === 1 individual)

    We're only looking for you to spend a few hours on this. Show us your skills!
    Please code this in a git repository (github is great too), zip the files up, and then send it to us.
    Please show your work by coding it in a git repository with commits (github is great too), and when you're ready,
    zip up a copy and send it our way.
    We're only looking for you to spend two or three hours on this. Show us how well you can do in a short time!
  5. tchalvak revised this gist Jan 13, 2017. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion Create a simple chat app
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,4 @@
    Show us how you would code a web chat application!
    Show us how you would code a simple web chat application!

    As a web developer, maybe you have coded a chat application before. Let's see if you can use
    these customer/client stories, and all your skills as a dev, to create a nice, simple chat app.
  6. tchalvak revised this gist Jan 13, 2017. 1 changed file with 7 additions and 4 deletions.
    11 changes: 7 additions & 4 deletions Create a simple chat app
    Original file line number Diff line number Diff line change
    @@ -1,13 +1,16 @@
    As a web developer, maybe you have coded a chat application in the past.
    Let's see if you can use these customer/client stories, and all your skills as a dev, to create a nice, simple chat app.
    Show us how you would code a web chat application!

    As a web developer, maybe you have coded a chat application before. Let's see if you can use
    these customer/client stories, and all your skills as a dev, to create a nice, simple chat app.

    Here are the stories:

    - As a customer, I want to chat on the site with other customers, so I can be part of the community.
    - As a customer, I want to choose a username, send some chat messages, and see my chats even after a page reload.
    - As a corporate admininstrator, I want the chat to get a little bit of branding, so I can present it as part of our corporate blog.
    - As the webadmin, I want the chat to use a modern approach so that it doesn't add much load to the web server.

    (No need to code authentication of any sort here, you can pretend that 1 username === 1 individual)


    We're only looking for you to spend a few hours on this. Show us your skills!
    We're only looking for you to spend a few hours on this. Show us your skills!
    Please code this in a git repository (github is great too), zip the files up, and then send it to us.
  7. tchalvak revised this gist Jan 13, 2017. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion Create a simple chat app
    Original file line number Diff line number Diff line change
    @@ -5,7 +5,7 @@ Here are the stories:

    - As a customer, I want to choose a username, send some chat messages, and see my chats even after a page reload.
    - As a corporate admininstrator, I want the chat to get a little bit of branding, so I can present it as part of our corporate blog.
    - As the webadmin, I want the chat to use a good technology so that it doesn't add a lot of polling to the web server.
    - As the webadmin, I want the chat to use a modern approach so that it doesn't add much load to the web server.

    (No need to code authentication of any sort here, you can pretend that 1 username === 1 individual)

  8. tchalvak revised this gist Jan 13, 2017. 1 changed file with 12 additions and 2 deletions.
    14 changes: 12 additions & 2 deletions Create a simple chat app
    Original file line number Diff line number Diff line change
    @@ -1,3 +1,13 @@
    As a web developer, maybe you have played with or coded chat applications in the past. Let's see if you can use this story, and all your skills as a dev, to create a nice little chat app.
    As a web developer, maybe you have coded a chat application in the past.
    Let's see if you can use these customer/client stories, and all your skills as a dev, to create a nice, simple chat app.

    Here is the story:
    Here are the stories:

    - As a customer, I want to choose a username, send some chat messages, and see my chats even after a page reload.
    - As a corporate admininstrator, I want the chat to get a little bit of branding, so I can present it as part of our corporate blog.
    - As the webadmin, I want the chat to use a good technology so that it doesn't add a lot of polling to the web server.

    (No need to code authentication of any sort here, you can pretend that 1 username === 1 individual)


    We're only looking for you to spend a few hours on this. Show us your skills!
  9. tchalvak created this gist Jan 13, 2017.
    3 changes: 3 additions & 0 deletions Create a simple chat app
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,3 @@
    As a web developer, maybe you have played with or coded chat applications in the past. Let's see if you can use this story, and all your skills as a dev, to create a nice little chat app.

    Here is the story: