Show HN: Train your leadership skills in 2 min a day [iOS app]
1–10 of 47 posts
Re: Show HN: Train your leadership skills in 2 min a day [iOS app]
#2I’ve had bad bosses before, so I found myself wondering things like:
- How do I run a 1:1?
- What do I do when someone has issues?
- How do I avoid the mistakes I’ve seen made by other managers?
But the answers tend to be hard to find. So about a year ago, our team at Bunch set out to make it easier.
Our goal was to combine micro-learning (bite-sized, actionable advice), personalisation (using goal-setting and a content recommender), a leadership competency model (my co-founder is an org. Psychologist), and a bit of gamification to make it more fun (RPG style “leadership personas”).
We’re hoping this will make leadership skills (aka people skills for managers) more accessible. We have launched it for free on iOS, and working on an Android version.
Would love to hear thoughts from HN on our approach and this direction! Also would love to hear ideas for improving UX and the content recommendations. Soaking up as much feedback as possible.
PS: We built it with SwiftUI, if you have questions about how it went, feel free to ask!
Re: Show HN: Train your leadership skills in 2 min a day [iOS app]
#3Like many devs, I somehow ended up managing a small team. I’ve had bad bosses before, so I found myself wondering things like: - How do I run a 1:1? - What do I do when someone has issues? - How do I avoid the mistakes I’ve seen made by other managers? But the answers tend to be hard to find. So about a year ago, our team at Bunch set out to make it easier. Our goal was to combine micro-learning (bite-sized, actionab…
Re: Show HN: Train your leadership skills in 2 min a day [iOS app]
#4Re: Show HN: Train your leadership skills in 2 min a day [iOS app]
#5Like many devs, I somehow ended up managing a small team. I’ve had bad bosses before, so I found myself wondering things like: - How do I run a 1:1? - What do I do when someone has issues? - How do I avoid the mistakes I’ve seen made by other managers? But the answers tend to be hard to find. So about a year ago, our team at Bunch set out to make it easier. Our goal was to combine micro-learning (bite-sized, actionab…
What was the biggest benefit of using Swift?
The downside is whenever you want to do something quite standard in UIKit that doesn't exist yet in SiwftUI. The "carousel" that we have at the start of the app is a UIPageViewController in UIKit, but we had to re-implement it ourselves in SwiftUI.
Also there are weird bugs and crashes. A lot. I think in the end, the productivity gain from SiwftUI evens out to the same productivity as UIKit due to the time spend on those bugs/limitations.
We also planned to build widgets very soon, and having the same code base (they are SwiftUI only) is definitely going to be a plus.
Re: Show HN: Train your leadership skills in 2 min a day [iOS app]
#6Re: Show HN: Train your leadership skills in 2 min a day [iOS app]
#7Like many devs, I somehow ended up managing a small team. I’ve had bad bosses before, so I found myself wondering things like: - How do I run a 1:1? - What do I do when someone has issues? - How do I avoid the mistakes I’ve seen made by other managers? But the answers tend to be hard to find. So about a year ago, our team at Bunch set out to make it easier. Our goal was to combine micro-learning (bite-sized, actionab…
Re: Show HN: Train your leadership skills in 2 min a day [iOS app]
#8The workplace RPG character sheet model is pretty promising I think, great to see more innovation in this space (akin to https://boingboing.net/2004/03/16/ninjas-and-pirates-d.html )
Re: Show HN: Train your leadership skills in 2 min a day [iOS app]
#9Re: Show HN: Train your leadership skills in 2 min a day [iOS app]
#10Like many devs, I somehow ended up managing a small team. I’ve had bad bosses before, so I found myself wondering things like: - How do I run a 1:1? - What do I do when someone has issues? - How do I avoid the mistakes I’ve seen made by other managers? But the answers tend to be hard to find. So about a year ago, our team at Bunch set out to make it easier. Our goal was to combine micro-learning (bite-sized, actionab…
What is the minimum deployment target of the app? From my experience building a production SwiftUI app for iOS13 isn't feasible. Maybe with iOS14 it got better...