Git notes

Sat 14 Nov 06:30 2015

Git is an open source version control system (VCS) typically used for tracking changes in text files. This post defines useful terminology and commands.

Read More

LevelUp Build Week 7

Wed 7 Oct 02:30 2015

No special activities this week, just focusing on the team project and lead up into the final showcase on saturday.

Read More

LevelUp Build Week 6 - Psychology behind Agile

Wed 30 Sep 03:30 2015

We were given a talk by TW consultant Fabio Pereira about the cognitive psychology behind Agile processes. A professor conducted an experiment by giving his students 3 essays to complete over the 12 week course.

Read More

LevelUp Build Week 5 - User Testing

Wed 23 Sep 00:30 2015

We covered one type of user testing whose purpose is to get a sense of what users are feeling when they are using your application. XD's typically delegate user selection to a recruiter and give them a list of criteria each user must satisfy.

Read More

LevelUp Build Week 4 - Graduate recruitment

Wed 16 Sep 00:30 2015

Everyone gathered into the meeting room to learn about ThoughtWork's graduate program. ThoughtsWorks is a consulting software company that solves tough problems for other companies from a wide range of industries including retail, banking and education.

Read More

LevelUp Build Week 3 - Introduction to XD

Wed 9 Sep 05:30 2015

We were given a short presentation by an experience design (XD) ThoughtWorker who spoke about the role he plays in a project. Experience design is a multidisciplinary profession that includes product strategy, research, interaction design and visual (graphic) design.

Read More

LevelUp Build Week 2 - Story breakdown

Wed 2 Sep 02:30 2015

Afterwards, all the BAs and XDs met in the kitchen area to discuss one story with a ThoughtWorks BA. Our team chose As Allen, I want to send a message to an emergency contact so that I can immediately get the help that I need to stop drinking.

Read More

LevelUp Build Week 1 - Story writing

Wed 26 Aug 11:30 2015

We were asked to split into teams of 3 consisting of at least one dev and a business analyst (BA) or experience designer (XD) and given 5 x 3 inch cards, to write stories that would fulfil some of the TechOps requirements.

Read More

How to spot a good regex from a bad one

Thu 25 Jun 01:29 2015

In this article, some of the inner workings of the regex engine are uncovered. Where does the engine start to look for the pattern? What steps does it take to process the string and how does it end up finding or not finding a match? The answers lead us to discover the hallmarks for good/bad patterns.

Read More