I'll be there (for you) ...

Table of Contents

I am very excited and happy to announce that you can hear my talk at two Agile conferences in Europe:

Agilia Conference 2014 in Brno (I’ll be speaking on 25th March)
http://agiliaconference.com/2014/en

and

Optional Conference 2014 in Budapest (I’ll be speaking there on 8th April)
http://www.optionalconference.org/

Talk Title: Structured Soft Skills (not only) for Technical Leaders

You are not a born leader. You haven’t been prepared to be one but you were chosen to be. And then everything changed. Now you should be a good communicator, negotiator, mediator, facilitator, motivator. You have heard that you should be a servant leader, should prefer collaboration over contract negotiation, people over processes but … you think: “What the heck should I exactly do?” Most of the leadership hints are general, fuzzy and unstructured. If it sounds familiar to you, this is a talk for you.

We will talk about fundamental soft skills in a structured way. You will see a lot of schemas, diagrams, algorithms, dependencies you weren’t aware of before. This way the misty soft world will become familiar and easier to understand for left-brainers (people loving to think in an analytical way).

What We Will Talk About?

  • How to resolve tough (conflict) situations.
  • How to find a problem solution.
  • How to conduct effective meetings in a way nobody told you about earlier.

Who Will Benefit From This?

  • Technical leaders, team leaders, any other kind of leaders dealing with software development.
  • Leaders and all technical folks interested in developing their soft skills.
  • Technical guys (developers, testers, UX designers) at least having a clue that soft skills might be really important in their work.

I am excited and a little bit stressed as these will be my first talks in English.
Keep your fingers crossed and come if you can.

(Text translated and moved from original old blog automatically by AI. May contain inaccuracies.)

Related Posts

Why I Hate These Standups...

Why I Hate These Standups…

I often hear it… that they are a waste of time, just distractions from work, adding no real value…

Read More

Simple, Complicated, Complex, and Chaotic Systems: The Cynefin Framework

Perhaps you’ve previously encountered concepts such as complex systems, complicated systems, or complex adaptive systems, for instance when reading Jurgen Appelo’s Management 3.0, or when considering Ken Schwaber’s thoughts on the applicability of Scrum. This might sound intriguing, but it can be difficult to find logical sense in it if one lacks a certain theoretical foundation. This is where it’s worthwhile to examine Dave Snowden’s concept called Cynefin, which is based on complex systems theory, anthropology, evolutionary psychology, and cognitive psychology.

Read More

Natural Order of Refactoring Explored Part 2: Compose Method

Compose Method

Analyzing methods, such as the one presented in Part 1, often leads us to understand the main points of the algorithm contained in them. This insight paves the way for the next step: try to split a large method into smaller steps by extracting them into separate methods (refactoring using the Extract Method). Thus, the original method will consist of a sequence of calls to these new methods. With the right naming conventions, you can achieve code that reads like a book.

Read More