Skip to content

Instantly share code, notes, and snippets.

View braddle's full-sized avatar
🎯
Focusing

Mark Bradley braddle

🎯
Focusing
View GitHub Profile
Feature: Customer Contact
As A Store Manager
I Want my customers to be able to provide an email address when they provide their satifaction rating and feeback
So That I can contact customer who have been helpful with vouchers, offers or discuss there feedback in more detail
Scenario:
Feature: Customer Feeback
As A Store Manager
I Want want my customers to be able to give written feedback allow with their satisfaction level
So That I can have a better
Feature: Customer Satisfation Index
As A Store Manager
I want my customers to be able to give simple feedback on their shopping experience
So that I can gage how changes I make to the store affect customer satisfaction
Scenario:
When a customer gives a positive feedback
Then the customer should be thanked for their feedback
And the positive feedback count should have increased by 1
@braddle
braddle / news_scrapper.txt
Created January 26, 2016 10:59
News Scrapper Mini Project
Using object­oriented PHP, build a console application that scrapes the BBC news
homepage (http://www.bbc.co.uk/news/) and returns a JSON array of the most popular shared articles table.
Only the Shared section is to be scraped.
Additionally you need to follow each link and get the size of the linked HTML (no assets) and the word
(from the article) with the highest number of usages (excluding the, a, is, and or I)
Each element in the JSON array should container ‘href’, ‘title’, ‘size’ and
‘most_used_word’ keys corresponding with the most popular shared list.
@braddle
braddle / straw_poll.txt
Created January 26, 2016 10:57
Straw Poll Mini Project
We would like you to build a demo web application that could be used alongside a live-streamed election broadcast,
to provide an unscientific straw-poll of the voting habits of the viewers.
The demo should allow users to specify their parliamentary (Westminster) constituency and enter answers to the questions
“Are you going to vote?” and “Who are you going to vote for?”. It should display the results of these questions nationally
and for each constituency.
@braddle
braddle / weather_app.txt
Last active January 26, 2016 09:58
Weather App Mini Project
Write a simple web application that allows a user to enter the name of a location and see a relevant local weather forecast.
Requirements:
- HTML GUI
- Handle the user’s request with PHP
- Write tests which can be run with testing framework of your choice
Useful links:
- https://developer.forecast.io/
- https://developers.google.com/maps/documentation/geocoding/
@braddle
braddle / imposterSyndromeAbstract.txt
Last active December 21, 2015 22:29
Imposter Syndrome: have I been faking it all this time?
Do you feel like you're faking it? like you don't feel good enough to do your job? Feeling
like you've blagged your way through your career? Then like me and hundreds of
others, you might be suffering from imposter syndrome.
During my talk I am going to discuss what imposter syndrome is and how it
feels. Then I'm going to talk you through why people suffer from it and how people
overcome it.
This talk is based on both my personal experiences and those of others. By the end of
it I hope you can identify if you are suffering from imposter syndrome and also create