EMElton Muteswainblog.phaizel.com·Feb 29, 2024 · 7 min readCoaching & Mentoring.Coaching & Mentoring are both a means to offer guidance to individuals to help them grow their skills, knowledge and capabilities. Over the years, working with Software Engineers, I have developed a heuristic that I use to determine whether a situati...00
EMElton Muteswainblog.phaizel.com·Feb 5, 2024 · 3 min readMy Last Dance.I would like to approach my next job with longevity in mind, and as a result I would like to outline what would be important for me in making that decision. To help me focus on what's important, I have decided to approach this as my last job. The sho...00
EMElton Muteswainblog.phaizel.com·Oct 1, 2023 · 2 min readKotlin Tidbit: Loops and RecursionGiven a LinkedList data structure that is defined as: data class LinkedList<T>(val value: T, val next: LinkedList<T>? = null) Each LinkedList entry is a node of the current value and a reference to next which points to another LinkedList with the re...00
EMElton Muteswainblog.phaizel.com·Sep 28, 2023 · 1 min readStart with a YES.YES. Start with a YES. As an enabler for innovation. Starting with a YES, makes change approachable. It enables critical thinking and purposeful change. Starting with a YES, does not mean every idea on the table is good. It however encourages ideas t...00
EMElton Muteswainblog.phaizel.com·Jun 30, 2023 · 5 min readOn Balanced Teams: Hiring, Recruiting or Staffing.A balanced team has complementary skill sets, is self-sufficient, delivers results, fosters a sense of belonging and functions as a whole. Balanced teams do not have a single point of failure; knowledge and responsibilities are shared. Every team mem...00