Blog
I blog once in a while. Posts revolve around software development.
Should everyone know how to write code?
For some time I have been thinking about the future of software engineering and where all this frantic coding is heading to.
Stop using story points?
I just read an interesting article about replacing story points with number of stories implemented in a sprint.
Agile vs Lean Six Sigma
Are these two related in any way? Is Lean Six Sigma some ancient process improvement method that has nothing to do with software development?
Reflections on Kanban vs Scrum development
Done and done! 1,5 years of hard work at National Land Survey is over. What a great project! This post will be on my personal findings about Scrum team transition to Kanban.
Using all pairs testing in a Kanban team
Have you ever worked with software system that contains multiple variables that can be combined in n different ways?
Tomcat secure sessions with ajp and http protocols using apache proxy balancer
During this week I have been digging into Apache AJP protocol and how it communicates with Tomcat.
Liferay clustering checklist
Yesterday we finished clustering of our Liferay portal environment. I decided to write a small checklist what should be taken into a consideration when clustering.
Utilizing thinking styles in Scrum development
Should all team members participate in all tasks that the team is doing?
mod_rewrite 101
mod_rewrite is a popular apache module for rewriting urls and making redirects.
Character encoding, character set, and more
These things come up in every project I work in and I have to admit that I have never fully understood every detail about character sets and encodings.