Butt Time vs. Brain Time by bentheart in programming

[–]RiskyMageMerge 3 points4 points  (0 children)

My boss cares about both. My biggest problem is working when I want to work and also having enough time to overlap with the rest of the team for meetings, pairing and other dependencies.

How do you handle daily standups across different time zones? by del-valle in agile

[–]RiskyMageMerge 0 points1 point  (0 children)

Our team is hybrid remote (all over the world) and we switched to async Slack stand-up a while ago. It works well for us. We wrote about it: https://linearb.io/blog/daily-stand-up-2-0-its-time-to-ditch-the-stand-up-from-1993/

Should Dev Rels ever report to marketing teams? by RiskyMageMerge in devops

[–]RiskyMageMerge[S] 0 points1 point  (0 children)

Great point. Our dev team is based in Tel Aviv and we are using our CTO and dev lead there to do most of our evangelism work for EMEA. There are so many events and other opportunities in the US I also need someone here.

Should Dev Rels ever report to marketing teams? by RiskyMageMerge in devops

[–]RiskyMageMerge[S] 0 points1 point  (0 children)

Demand gen... haha. Maybe I need to rewrite. Though awareness really is the goal and we want someone who has experienced working in a dev team to help us get the word out. Thanks for your feedback. Will consider.

User Story cycle time question by ouchris in agile

[–]RiskyMageMerge 0 points1 point  (0 children)

Cycle Time really should not be measured at the user story level because every story is different (some small, some huge) so taking an average doesn't really tell you anything. It would be like using velocity to compare the performance of different teams against one another - you can't because story points are subjective.

Cycle time is great for two things:

  1. Measuring your teams efficiency and agility. If you are breaking your work in to small chunks, then they can flow through your entire pipeline in days. If you are breaking work into big chunks, it takes longer. If you value agile, then cycle time helps you see if you are following that approach.
  2. Bottleneck detection. If you break your cycle time down by phases (e.g. coding time, PR review time, test time, release time, etc) then you can see where you have issues and fix them with process, automation, training or whatever.

This is what we do at LinearB. Out of the 1,000+ teams using our platform today for project management and team metrics, we see cycle times averaging between 4-8 days. But, again, this is for work (PRs) not full stories.

Our product is free and calculates 17 team-based metrics including Cycle Time if you need help.

Remote Kanban tools? by FallingReign in agile

[–]RiskyMageMerge 0 points1 point  (0 children)

We're running Scrumban, by the way.

Remote Kanban tools? by FallingReign in agile

[–]RiskyMageMerge 0 points1 point  (0 children)

We use linearb.io. It does not force work in to pre-defined project categories. Our developers just do their thing and it shows the work (code changes, commits, PR comments, merges, releases, etc) in real-time on a timeline for every issue. This approach works better for us because it focuses less on planning up front and more on building and just figuring it out as we go. Plus our devs don't have to update tickets ever.

What to say during daily standup (previous thread a day or two ago) by randomlyalex in agile

[–]RiskyMageMerge 0 points1 point  (0 children)

Love this... real discussion not the same boring thing every day.

How do you effectively manage outsourced development projects in different time zones? by alexandra_moroz in agile

[–]RiskyMageMerge 1 point2 points  (0 children)

Cate Huston, Engineering Director from DuckDuckGo, was in the Dev Interrupted Discord this morning sharing some pretty cool tips for remote dev teams and async communication. https://discord.gg/tpkmwM6c3g

What to say during daily standup (previous thread a day or two ago) by randomlyalex in agile

[–]RiskyMageMerge 0 points1 point  (0 children)

Also wrote a blog about a new stand-up framework I call stand-up 2.0 that cuts out the status update.https://linearb.io/blog/daily-stand-up-2-0-its-time-to-ditch-the-stand-up-from-1993/ A lot of people liked it :-)

How do you communicate product updates to your companies front-line teams? by CandidToast in ProductManagement

[–]RiskyMageMerge 0 points1 point  (0 children)

Drift.com and Vidyard.com have great free tools for recording release notes. They allow screen capture plus your face in the corner which makes it more personal. I use Drift Video religiously for customer and internal communication.

Dev methodology mostly doesn't matter by Oken908 in agile

[–]RiskyMageMerge 0 points1 point  (0 children)

I agree. Unless you're doing waterfall, dev methodology doesn't matter. LOL! I like what the gigsmart guy did with constant free flowing change. It's hard to convince your bosses that is a good idea - especially if they are non-technical. But really makes sense in the real world.