Posts

Showing posts from 2015

This Blog Has Moved!

Right, so yes, five years ago I moved to github pages, and never bothered to redirect any of these pages there. Now I've moved on from there, and... Finally I am using my real domain, trishagee.com . My blog is now at trishagee.com/blog .  See you there!

Guest Post: What to look for in a Code Review: Performance

Guest Post: What to look for in a Code Review: Performance

New Blog Post: Java 8 MOOC - Session 3 Summary

New Blog Post: Java 8 MOOC - Session 3 Summary

New Blog Post: Java 8 MOOC - Session 2 Summary

New Blog Post: Java 8 MOOC - Session 2 Summary

Guest Post: What to look for in a Code Review

I wrote a post for the JetBrains Upsource blog about some of the things you should be looking for when you do code reviews (and some of the things you should not be looking at). I'd love to get feedback in the comments for the post of things that you look for in code reviews.

The Extraordinary Team of Developers

The video of my  # devoxxuk  keynote with  @ danielbryantuk  is now available, & I have provided a list of related books  http://trishagee.github.io/presentation/the_extraordinary_team_of_developers/

New Blog Post: Java 8 MOOC - Session 1 Summary

New Blog Post: Java 8 MOOC - Session 1 Summary

New Blog Post: Interviewed by InfoQ

New Blog Post: Interviewed by InfoQ

New Blog Post: My Path to Evangelism

New Blog Post: My Path to Evangelism

New Blog Post: The State of Java

New Blog Post: The State of Java

New Blog Post: Things I Didn't Know About IntelliJ IDEA Part 2

New Blog Post: Things I Didn't Know About IntelliJ IDEA Part

New Blog Post: New IntelliJ Tricks I Learnt Today

New Blog Post: New IntelliJ Tricks I Learnt Today

Popular posts from this blog

Dissecting the Disruptor: What's so special about a ring buffer?

Dissecting the Disruptor: Writing to the ring buffer

Dissecting the Disruptor: Why it's so fast (part one) - Locks Are Bad