Choosing the Right Kanban: A Lean Approach

Recently, I received an intriguing question from Enea Zuliani and Michele Degrassi, who, after delving into Kanban In Action, began utilizing Kanban in their work. They posed a question regarding selecting a kanban (card) to work on when all options possess identical characteristics. With their permission, I’m sharing the question and my response here.

Deciphering Kanbans

Firstly, kudos for embracing the essence of kanban as a visual card system. In the realm of lean workplaces, the term “kanban” embodies the concept of visualizing work. However, in the IT industry, its interpretation varies, often encompassing process improvement methodologies or the visual board itself. Nevertheless, the core principle remains:

The purpose of kanban is to limit the number of kanbans so that each kanban flows fast over the kanban.

Thankfully, that wasn’t the question at hand.

Crafting a Response

In essence, the query revolves around how to...

Read More

Reflections after Agile Greece

I’ve just attended Agile Greece Summit which was a wonderful event. Many awesome speaker, met a few of my heroes (Linda Rising, Michael Feathers, David Snowden and Mark Schwartz) and met new friends (Portia Tung, Alison Coward, Lisi Hocke, Gary Crawford and Gwen Diagram, just to mention a few) and finally had many interesting and challenging conversations throughout the conference.

All in all it was a very good event to attened, expertly organised by an awesome team and I consider myself lucky to have been here.

As with many conferences an underlying theme starts to emerge from the different talks. I suspect we take inspiration from other speakers and conversations, but I’ve observed this too many times to think it’s a coincidence.

I wanted a few reflections that I got during this conference. It can be summed up in a...

Read More

Some reflections after a few days as a musician

I’ve had the great opportunity to do some extra work in a very different environment this week; I’ve been a musician in a professional orchestra - the awesome Östgöta Blåsarsymfoniker.

It was quite a treat to work in this group and get to play my instrument on a high level. Also, as an amateur, getting paid to play my instrument is … mindboggling.

Being part of this group for a few days made me notice a few rituals and practices that I think we can learn from. I wanted to share a few thoughts on them here.

Read More

Lessons from Installing 33 Developer Computers in 5 Hours

Recently, I undertook a fascinating task for a client. As the “Head of Curriculum” at the School of Applied Technology, my responsibilities include crafting the content for bootcamps. Our inaugural bootcamp, “Fullstack JavaScript Developer with React and Express,” required me to swiftly set up 33 developer computers to ensure students could start coding within hours.

Here’s a rundown of how I accomplished this feat and the insights gleaned along the way.

Read More

Integrate Jira Search Results In Google Sheets For Fun And Profit

This gives me all the tech items that have been resolved across all of Roar organizations in the last 30 days.

Selecting Columns

Now, the default columns are great for reading this long list of items, but I want to do some stats. I just need the issue key, creation date, and resolution date.

To select columns, click the Columns link to the right of the search. Then select the columns you want to store for this filter. They will be saved automatically.

Setting Permissions

Always remember to set the right permissions for the filter before sharing it. Click the Details -> Edit permissions link next to the filter name and set the permissions to something useful. I usually select Any logged in user unless it’s sensitive.

Importing Data into Google Sheets

Exporting the list of issues is simple: click the...

Read More

Keeping Copies of Charts from Google Sheets Updated Automatically

At my current job, we heavily rely on Google Apps (Docs, Slides, Sheets, etc.). I’ve grown quite fond of them, especially the seamless integration between different apps. One of my favorite features is the ability to create a chart in Google Sheets and easily copy it to Google Slides for presentations.

Today, I want to share a small hack I’ve implemented to keep those slides updated automatically. This is particularly useful for dashboards or presentations displayed in a kiosk-like setup.

Copying the Chart

When copying a chart from Google Sheets to Google Slides, there are two options: as a picture or as a link. For our purpose, we want to use the link option:

  1. Open the spreadsheet containing the chart you want to copy.
  2. Click on the chart and then click the three dots (…) in the top-right corner.
  3. Select “Copy chart.”
  4. Open the document or presentation where...
Read More

Refactoring a Koa app (part V) - refactoring the root app

This is the fifth and last post in a series where I refactor an old (4 years) code base (an API written in Koa) to modern Javascript and tools.

Here are all the posts in the series

Read More

Refactoring a Koa app (part IV) - update the production code

This is the fourth post in a series where I refactor an old (4 years) code base (an API written in Koa) to modern Javascript and tools.

Here are all the posts in the series

Read More

Refactoring a Koa app (part III) - async tests

This is the third post in a series where I refactor an old (4 years) code base (an API written in Koa) to modern Javascript and tools.

Here are all the posts in the series

Read More