-
Not Just Code Monkeys
Martin Fowler’s presention on building healthy, social environments where software development can thrive is interesting.
-
Planning Poker Made Easy
Often I work with remotely distributed teams where some (or all) of the team members are remote and attend meetings virtually. The other day, during a planning games session, a few of the team members were remote and so, in order to facilitate the planning poker sessions, we looked for a web site that would provide the option for the team to all vote within a virtual room.
-
Panel Jumping On Collapse
I added a bootstrap panel to a webpage with collapsing sections. The requirement was for each panel to remain open until it was specifically closed. This worked fine, however, I noticed that on closing the panel there would appear to be a jump effect which did not look nice at all.
-
Remove Git Repo Configuration and History
Step 1: Remove all historyrm -rf .gitStep 2: Reconstruct the Git repositorygit initgit add .git commit -m "Initial commit"Step 3: push to GitHub.git remote add origin <github-uri>git push -u --force origin master
-
BREACH Attack
Back in August 2013, at the Blackhat conference, security researchers Angelo Prado, Neal Harris and Yoel Gluck announced BREACH.