537 Matching Annotations
  1. Sep 2022
    1. For information architects and designers — The content model helps information architects and designers make sure that the page designs accommodate all the content types for the site and provides guidance on the bits of text and media that will be available for the page. At the same time, the content model needs to support the content, layout, and functionality portrayed in the designs. If captions are included in the layout, that must be captured in the model for an Image. If events must be sorted by date on a calendar, then Date has to be captured in a separate field and it has to be sortable data, not just text. Depending on the complexity of the site, a high-to-medium level of detail is usually sufficient for designers.

      question: What skills of information architecture are important for developers to learn?

    1. No-more Shopify theme editorNo “plug-and-play" install of Shopify appsDependency on developers or development agency

      cons of headless eComm - mostly focused on the shopify aspect, but goes inline with increased complexity

    1. Here are some of the major benefits associated with headless: Speed. Rolling out any new changes, new features, UI changes, business logic changes, promotions, cosmetic changes, is faster with headless. With a traditional architecture, small adjustments and minor tweaks to anything require testing major parts of the back-end to make sure everything is working properly. More customization and personalization. Headless grants maximum customization freedom across the board, which allows the freedom to create industry-leading, personalized brand experiences.The front-end is more accessible. Since front-end updates don’t have to be optimized for the back-end, they take less time to build and are cheaper to implement. Accessing, using, and updating the front-end no longer requires any advanced IT skills, so it’s easier to find people to do the job. You also no longer have to write JSPs to make cosmetic edits. You still can, but you can also use React and several other systems that are not usable under a traditional eCommerce model. Integration of non-web channels. Through the focused use of APIs, brands can create a coordinated, seamless, and personalized brand experience across all channels. Future platform changes are easy as well. If Google Glass takes off, or Tik Tok comes out with a shopping feature, a shopping experience can be quickly created and implemented without changing the back end. Just plug it into an API and start selling.  Saved time and money across IT. Front-end changes no longer require significant IT support, so you save developers time on cosmetic adjustments. Commerce apps can be created and implemented faster than monolithic eCommerce platforms. Quick changes to be made to the front or back-end, without disturbing your taking resources away from the other side. Room for experimentation. A headless structure allows your system to become much more open to experimentation. Marketers can test new designs without affecting the back-end. Developers can make changes and tests while customers are still making purchases. Brands can phase in innovations and prevent front-end errors in production environments.Performance. When you control the front-end, you control performance. Shopify not loading fast enough? Tough cookies. They own the front-end and the servers. Your headless React code not loading fast enough? Just write better code and boost server performance.Time to market. Businesses can swiftly introduce any and all front-end experiences with no back-end development required. Whether it’s reacting to a new trend, entering into a new device or channel, or adjusting to events like COVID-19, headless makes it as easy as possible. 
    1. The Cons of Headless Commerce While diversity and flexibility are great, there are a few cons to consider with headless commerce as well: Complexity: With headless, you’ll be responsible for more infrastructure, so it will be more complex. This isn’t quite like it used to be in the pre-Shopify era when you needed a large team to build and maintain the website. But it is not as simple as setting things up on one platform. That means you’ll need strong partners or a larger in-house tech team. Cost: A headless site will cost more to build, manage, and maintain. You will have multiple platforms playing different roles for the store. This increases platform costs as well as the effort to build and manage it. Growing Pains: Since this is a new development in the ecommerce world, there will naturally be growing pains attached to jumping into this type of solution. Integrations: Integrations are required for platforms to play nicely together on a headless site. As more tech platforms adopt this concept, this will become less of an issue. But for now, you will be limited to the platforms that currently support headless sites.
  2. Mar 2022
    1. The Elements of the North Star Framework
    2. he idea of managing by a North Star is not new. Many methodologies promote focus with a small set of related metrics and a compelling “True North.” In the early 2010s, Sean Ellis and the growth hacking movement helped popularize the structure of the North Star that inspired this book. We use the framework ourselves in product development at Amplitude.The North Star workshop helped Tia break through the frustrations she’d been experiencing. As she learned more about the framework, Tia realized that her team had been speaking three languages: the language of the customer (needs, goals, experiences, delight); the language of the product (features, workflows, releases); and the language of the business (vision, differentiation, revenue, growth).“There was nothing to really tie those things together,” she observed. “And I think this is why we were going in circles. That seems to be the key benefit of North Star: connecting those different perspectives.”

      I'm generally pretty good at doing a 'business to tech' translation myself,

      I really like the framing here - the types of languages, the elements of it - and being intentional about recgonizing that

    3. Her company seemed caught in a perpetual cycle of shiny objects, success theater, false starts, and vague pivots-by-PowerPoint. Just when they hit their stride, something would change. It felt like they were always talking past each othe

      feels familar, both for personal stuff - and some initiatives at work

    1. Make Use of Frames FacebookLinkedInTwitterPinterestEmailPrint Using frames or templates is a great way to scaffold instruction and build learners’ confidence in writing, particularly in writing tasks and genres with which they have little prior experience. A writing frame consists of a skeleton outline given to learners to scaffold their writing. By providing a few sentence starters and some rhetorical phrases common to the task or genre, frames give learners a structure that allows them to focus on expressing their thoughts
      • enough guidance to get people going with writing about what they are learning, but not being super rigigd to be limited
  3. Dec 2021
    1. Let’s start out by quickly revisiting the core principles that have made the architecture prove popular.

      Compiling the UI

      • often once deployed, we might not need a backend
      • this can also reduce, or eliminate the need for JavaScript in the browser depending on the use cases, question/considerations - when is it still appropriate to have JS on the client side with a JAMStack site?

      Decoupled Front Ends

      • the decoupling can help enforce a clear contract

      Pulling Data as Needed

      • This can be a case for when we still need JS on the front end
      • static sites can still have dynamic data, or interactive elements
      • however the static aspects can have many benefits as well
    2. Fast forward to 2020, Jamstack hit the mainstream, and we saw millions of developers and major brands like Unilever, Nike, and PayPal embrace the architecture. Vital initiatives like the Covid Tracking Project were able to scale from 0 to 2 million API requests on the Jamstack. Frameworks like Nuxt became commercial businesses, and we celebrated large public companies like Microsoft and Cloudflare as they launched early Jamstack offerings.

      The JAMStack has been evolving since 2016 - and is proving to be a major tech stack / architecture going forward, and is starting to see mainstream adoption, and beyond static content centric sites.

    1. An additional way to see ROI for your automated testing is with parallel testing. Rather than running individual tests one after the other, parallel testing enables you to run multiple automated tests at the same time. This dramatically cuts down on the time it takes you to execute your automated tests. 

      can see ROI on tests that can be run in parallel - freeing up time for other types of testing.

    2. The time spent on the highly repeatable tasks a manual tester would go through is instead spent focusing on larger, more important issues involving the software you’re developing. 

      While automated testing can free up manual testing on the easily repeatable stuff, that time can then be used for the exploratory / more important testing and quality issues - it doesn't replace the need for manual testing.

    1. Interactive storiesStorybook enables you to capture various states of a component in a structured format called a story. Each story simulates a particular UI state by rendering the component in isolation and supplying props and mock data.However, some UI states can only be reached via user interaction—click, drag, tap, type, etc. These were previously impossible to model in Storybook. To address this, we've added a new construct in Storybook 6.4 called the play function. That enables you to run scripted interactions after a story is rendered.Consider this play function that fills out a form to trigger a validation:

      I wonder how this can change how we approach component testing / unit tests?

  4. Oct 2021
    1. Onboarding is one of our only chances to make a great first impression on employees. Training plays a large role in that experience. If someone’s just starting out at your company, and you don’t have an effective system that supports them in learning how to do their new job, they'll likely turn right back around and leave. In fact, a strong onboarding experience can boost retention by 82%.
  5. Sep 2021
    1. Critically thinking through problems can lead to more efficient solutions. Networked thinking can lead to more creative ideas. Being skeptical of your memories and intuitions can prevent painful mistakes.

      taking notes, reviewing them - and double checking your thought process, even for things that 'you think you know' can be useful. As you build up a collection of networked notes / digital gardens - you can start to find connections between things that you may have not noticed before.

      In the past I've found this useful when reading books on management / leadership / etc - and while also doing my readwise review - and having highlights from similar things get surfaced up, and/or - even highlights from earlier passages in the book I'm currently reading.

      [[Read slow, quit more books]]

  6. Aug 2021
    1. Before we dive any further, let’s clarify first what we mean by a career ladder. Career laddering is typically a system used to show what expectations are at different levels of a role, a purpose of which is defining how one might be promoted. This can have different forms, but tends to be an internal document that states the expectations of a staff member at any given stage of their career.
    1. Low actionability and low receptiveness

      This quadrant is mostly populated by people who are delusional about their own capabilities. Occasionally, you find someone in this quadrant as the result of the situation they are in. The two ways I’ve seen people fall into this quadrant are:

      Being completely in over their head, maybe because they are so lacking in capability for whatever situation they’re in (e.g. they were overpromoted) They’ve been bullied

      • learded helplessness?
      • have they been in a situation before where making changes didn't result in recognition/etc?
      • gaslighting?
    2. High actionability and low receptiveness

      People in this quadrant can be struggling with fitting feedback into their mental model, often because it conflicts with some part of their identity.

      Trying to understand what the blocks are are important, thinking back to my thread on some of the reasons why feedback like 'you should speak up more' isn't always as useful as people think.

      While it may seem highly actionable - there are other factors that could be getting in the way.

    3. There are two ways for someone to be in this quadrant. The unhealthy way, as a people pleaser, with associated resentment and chaos. In a healthy way, everything feels very clear. It’s easy to fit feedback into their mental model, and adjustments feel natural and build on what they are currently working on. This comes from having a good idea themselves about what is happening and how they think they can improve.

      good point on the people-pleaser mindset, also worth considering with ADHD/ASD employees - try and foster more curiosity than chaos

    4. It’s worth noting that we should be in different quadrants with different people. High-trust-high-respect relationships will be further up to the right, and low-trust-low-respect relationships will be down on the left.

      effective coaching also requires an individualized approach to the person, and also the coach - trying to use a one size fits all approach won't work, and learning how to have these conversations and identify where people are is important.

    5. Coachability is made up of two factors: someone’s receptiveness to feedback, and how highly actionable they are (what they do with it).
    6. The more coachable someone is, the more they can grow, and the more quickly they can grow. Someone with low coachability can find it so hard to do anything outside of their expertise that it is understandable when managers focus their energy on the people they can help and grow instead.

      The more I think about the 'interviewing for learning' - I think there is a coachability aspect in there as well.

      When I'm hiring - it's not only for what they know, but trusting that they will be coachable and able to learn things quickly.

      For this to scale outside of individual efforts - having a clear understanding of the coaching mindset, and helping managers become better coaches is important.

      The L&D team can also partner with managers, and IC's to help with this - and build out both coaching skills, but a coachability mindset

    7. How do your reports respond to feedback? As managers, it’s our job to grow the people we work with. This is how we build a bench, and scale ourselves and the organization. Of course, this is easy to say and hard to do, and we’ve all encountered a spectrum of people: those with whom it’s easy to accelerate and have a real and lasting impact on, and those where the lasting impact is the relief we feel once we no longer work with them.

      this is also why it is important to have a good culture of frequent feedback. Since it is key to growing the organization, feedback can't be saved for quarterly reviews only.

    1. 4. Design of learning journeys Most corporate learning is delivered through a combination of digital-learning formats and in-person sessions. While our research indicates that immersive L&D experiences in the classroom still have immense value, leaders have told us that they are incredibly busy “from eight to late,” which does not give them a lot of time to sit in a classroom.

      this is why we need to have learning in the flow of work, and have L&D programs that avoid reinforcing structural biases

    2. Employee roles are expected to continue evolving, and a large number of people will need to learn new skills to remain employable. Unsurprisingly, our research confirmed our initial hypothesis: corporate learning must undergo revolutionary changes over the next few years to keep pace with constant technological advances.

      not keeping up with L&D needs is a business risk

    1. Empower managers to facilitate effective learning transfer As Fergal explains, managers have a key role to play in facilitating effective learning transfer. “Research shows that managers play the most critical role in learning transfer - especially in the post-training environment. Every learner needs a manager who understands them, and how they want to learn and grow. They need to have the right coaching style, and they need the right resources.”In most organizations, instructional design focuses on the needs of the learner. But as Fergal explains, focusing on the needs of your managers can pay dividends. “Ideally, you’d have the manager attend the same training as the learner. The problem is, managers are always stretched. So, what you can do instead is develop specific guidance for your managers.” Provide a script for managers to support their team’s learning

      many managers are not used to the coaching-for development approach, or take a hands-off approach to supporting learning and development - managers need to be proactive, and can use support from the L&D team on how to facilitate effective learning transfer / discussions with their teams

    1. Effective self-directed learning requires a careful blend of employee autonomy and manager support. Employees want to learn to be better at their jobs, advance their skills, and further their careers, but they often don’t know where to start. More than half of employees report they would happily spend more time training if their managers offered specific guidance and recommendations. Encourage employees to set their own learning goals under the supervision of their managers.

      self-directed learning still needs support, and can be a common mistake for operational managers to think that providing a budget, and a course catalog is enough to get the most out of L&D programs - this is a mistake.

    2. In contrast, a proactive L&D team will work to identify potential learning needs before they become a significant issue for the company. They’ll source potential needs from employee suggestions and prioritize those needs based on business impact. Sourcing training needs from employees is more accurate and helps you uncover training gaps before they grow.

      The L&D team can work with the business, managers, employees, SME's to help with a bottom-up training needs analysis, and this can help with a more democratic learning culture.

    3. Conversely, a proactive training environment is more democratic. Learning is typically bottom-up, with employees playing an active role in identifying potential learning needs, setting their own learning paths, and even contributing to course materials.
      • I like the phrasing of proactive training environment, might be a better term to use than 'permissive learning environment'
      • democratize learning at work
    4. Reactionary training is an expense

      need to move from reactionary training to proactive and anticipatory training

    1. First of all, most workforces have moved, and will continue to move, to a decentralized model. The companies that adhere to a traditional labor structure, with a workforce limited to a small geographic area, are likely to operate at a disadvantage. Collaboration and innovation are now possible regardless of the geographic location of the employee. L&D practitioners, leaders and vendors should consider how they can leverage this new take on employer/employee relationships, labor structures, geographic proximity and employment options to capitalize on a global pool of talent.
      • with decentralized / hybrid work forces - relying on people being able to be in the room at the same time for workshops / L&Ls / etc will not scale like it used to
      • will need to be more self-directed learning / decentralized learning / democratized learning
      • peers and employees will need to be empowered to run their own training / etc - with the L&D team and managers acting as facilitators and supporters, not executors
    1. According to Bersin Deloitte, successful organizations use a combination of observations, interviews and data to understand employees’ needs at a deeper level. It is important to really get out there and meet with employees and not rely on surveys and process schedules. From Design Thinking, we can also use “Personas” and “Journey Maps” to describe the workflow, activities, frustrations and opportunities
      • I've thought before about learner personas and how they can relate to a user persona / user journey, and viewing personalized learning around that
      • understanding this can help create learning expieriences for employees that meet their needs, meet them with where they are at - and help put learning into the flow of work

    1. Differentiated instruction can be looked at as an instructor’s response to learner differences by adapting curriculum and instruction on six dimensions, including how the instructor approaches the (1) content (the what of the lesson), (2) process (the how of the lesson), and (3) expected product (the learner-produced result), and takes into consideration the learner’s (4) interest, (5) profile (learning strengths, weaknesses, and gaps), and (6) readiness. These adaptations can be planned to happen simultaneously, in sequence, or as needed depending on the circumstance and goals of instruction. Teaching small groups of learners, grouped based on instructional approach and learner profile, is a cornerstone of differentiated instruction.

      this is where L&D / managers can work together to help have a development-coaching environment for employees - can better understand. the profile and readiness, and also where the business goals are - and start providing tailored learning expieriences, and avoid some of the pit-falls with the "Netflix of learning" approach

    1. Treat performance management as a continuous conversation, fueled by social recognition, peer-to-peer feedback, and growth
      • how does this relate to managers as coaches mindset for helping fuel a L&D culture? - performance coaching vs development coaching
    2. Your employee experience action plan Delivering a more positive experience for employees begins with diagnosis – listening to the voice of your employees frequently and consistently through the power of tools such as pulse surveys. It continues by identifying the culturally relevant workplace practices that you can build on and improve. Once that’s done, it’s time to take action:  Enable managers to design experiences consistent with your organization’s core values
      • L&D can fit into this with helping managers align / identify learning opportunities - and if learning is to be taken seriously at a company, it needs to also be a part of the companies core values
    3. How can organizations create an ideal employee experience? Creating a better employee experience comes down to two key factors: leadership and workplace practices

      two key factors

      • leadership
      • workplace pratices
    4. What are the benefits of a positive employee experience?  The study identifies five dimensions of the Index. When employees have a positive experience in the workplace, they demonstrate a greater sense of:  Belonging – feeling part of a team, group, or organization   Purpose – understanding why one’s work matters  Achievement – a sense of accomplishment in the work that is done  Happiness – the pleasant feeling arising in and around work  Vigor – the presence of energy, enthusiasm, and excitement at work 
    1. RecruitingToday, the majority of job seekers look for information about a company on job search websites like Glassdoor. The rise in company review sites like Glassdoor indicates the desire of employees to understand what their experience will be like at an organization. This is why having a strong employee experience is critical. Without one, your negative reviews may chase away potential talent for your organization. 

      I think it's important to note that employee expierience begins before there is 'offical contact' with the company

      • how they show up in the community (if at all)
      • reviews
      • what's on their website
      • etc

      some people research the companies that they want to apply for, and if the 'employer brand' isn't great, and/or if they don't see themselfs reflected in working there - it can get things off to a rocky start.

    2. Why is employee experience important?Designing a powerful employee experience isn’t simply a box to check for the HR team – it can also have a significant impact on many aspects of an organization. Company leaders recognize this influence, which is why nearly 80 percent of executives rate employee experience as very important or important. Below is an overview of areas that are affected by employee experience. 
      • engagement
      • recruiting
      • retention
      • bottom line
  7. Jul 2021
    1. Step 4: Review. Help learners build a habit of reviewing whether or not their summary is short, accurate, and written in their own words. Learn an easy-to-remember strategy to help learners master these steps in the TEAL Center Fact Sheet on Self-Regulated Strategy Development, called RAP: Read a paragraph or passage. Ask questions: What is the topic? What is the most important thing it tells me about the topic? What are the important details? Paraphrase: Put the information into your own words.

      Suggested Steps for Teaching Summarizing

    2. Step 3: When learners can identify the topic of a paragraph, recognize explicit main idea statements, and construct implicit main idea statements when needed. Show them how to apply these steps to a text with multiple paragraphs. Insist that learners write summaries in their own words. There are many ways to write something! Have peers work together or share drafts.

      Suggested Steps for Teaching Summarizing

    3. Step 2: When learners can identify the topic of a paragraph, they need to know how to find main ideas. You can define the main idea as the most important point an author makes about a topic. If you have not already done so, you will need to show learners how authors often put their main idea in the first sentence in a paragraph. Provide practice. Repeat the same procedure with paragraphs in which the main idea is in the last sentence and with paragraphs in which the main idea is embedded in the middle. Then, teach learners how to construct a main idea when one is not clearly stated. Model for learners how to construct implicit main idea statements for paragraphs, and provide them with numerous opportunities to practice.

      Suggested Steps for Teaching Summarizing

    1. Following are strategies for facilitating SDL. The teacher can help the learner to Conduct a self-assessment of skill levels and needs to determine appropriate learning objectives. Identify the starting point for a learning project. Match appropriate resources (books, articles, content experts) and methods (Internet searches, lectures, electronic discussion groups) to the learning goal. Negotiate a learning contract that sets learning goals, strategies, and evaluation criteria. Acquire strategies for decision-making and self-evaluation of work. Develop positive attitudes and independence relative to self-directed learning. Reflect on what he/she is learning.
    2. SDL can be difficult for adults with low-level literacy skills who may lack independence, confidence, internal motivation, or resources.

      there can be reasons why some learners might not prefer the self-directed learning approach, or know how to make the most use of it - instead of dismissing them as 'non-learners', it'd be a good idea to figure out what their expieriences around learning are, what learning looks like to them - and how to support them.

    1. During the evaluation phase, learners can ask, How well did I do? What did I learn? Did I get the results I expected? What could I have done differently? Can I apply this way of thinking to other problems or situations? Is there anything I don’t understand—any gaps in my knowledge? Do I need to go back through the task to fill in any gaps in understanding? How might I apply this line of thinking to other problems?
    2. During the monitoring phase, learners can ask, How am I doing? Am I on the right track? How should I proceed? What information is important to remember? Should I move in a different direction? Should I adjust the pace because of the difficulty? What can I do if I do not understand?
    3. Recommended Instructional Strategies Instructors can encourage ABE learners to become more strategic thinkers by helping them focus on the ways they process information. Self-questioning, reflective journal writing, and discussing their thought processes with other learners are among the ways that teachers can encourage learners to examine and develop their metacognitive processes. Fogarty (1994) suggests that Metacognition is a process that spans three distinct phases, and that, to be successful thinkers, students must do the following: Develop a plan before approaching a learning task, such as reading for comprehension or solving a math problem. Monitor their understanding; use “fix-up” strategies when meaning breaks down. Evaluate their thinking after completing the task.

      metacognition spans thjree phases

      • develop a plan
      • monitor their understanding and fix up broken mental models / etc
      • evaluate their thinking after completing the task --- reflection for learning
    4. Some instructional programs encourage students to engage in “metacognitive conversations” with themselves so that they can “talk” with themselves about their learning, the challenges they encounter, and the ways in which they can self-correct and continue learning.
      • how could this be used to help facilitate learning in public / social learning? I've often learned things through asking myself questions / writing notes / etc, and it then makes it easier to combine and share

      metacognitive conversations

    5. Learners “construct knowledge” using cognitive strategies, and they guide, regulate, and evaluate their learning using metacognitive strategies

      when learning - the thinking about thinking, and ability to evaluate their learning is important - it's un using metacognitive strategies that they are able to really learn, and also become stronger and more independent learners

    6. Flavell (1979) further divides metacognitive knowledge into three categories: Person variables: What one recognizes about his or her strengths and weaknesses in learning and processing information. Task variables: What one knows or can figure out about the nature of a task and the processing demands required to complete the task—for example, knowledge that it will take more time to read, comprehend, and remember a technical article than it will a similar-length passage from a novel. Strategy variables: The strategies a person has “at the ready” to apply in a flexible way to successfully accomplish a task; for example, knowing how to activate prior knowledge before reading a technical article, using a glossary to look up unfamiliar words, or recognizing that sometimes one has to reread a paragraph several times before it makes sense.
    7. Elements of Metacognition Researchers distinguish between metacognitive knowledge and metacognitive regulation (Flavell, 1979, 1987; Schraw & Dennison, 1994).

      metacognitive knowledge vs metacognitive regulation

      • Metacognitive knowledge refers to what individuals know about themselves as cognitive processors
      • Metacognitive regulation refers to adjustments individuals make to their processes to help control their learning, such as planning, information management strategies, comprehension monitoring, de-bugging strategies, and evaluation of progress and goal
    1. presentation, which is typically characterized by a “sage on the stage” delivering content to an audience, facilitation usually involves a “guide on the side” who asks questions, moderates discussions, introduces activities, and helps participants learn
      • sage on stage vs guide on the side - I like this framing of the role of facilitation for L&D leaders
    2. What Are the Differences Between Facilitation, Presentation, and Training? Trainers help others improve their performance by teaching, instructing, or facilitating learning. As such, facilitation and presentation are both tools in a trainer’s toolkit. In most cases, effective and engaging trainers will spend less time presenting content through lectures or lecturettes and more time facilitating learning around that content. Presentation vs. Facilitation

      Presentation

      • The presenter delivers information, usually through a lecture
      • The presenter is the expert sharing their knowledge of the subject matter.
      • The presenter spends most of the time talking.
      • The presenter is usually on a stage or at the front of the room.

      Facilitation

      • The facilitator enhances learning for everyone, usually through discussion or activities such as role plays.
      • The facilitator provides opportunities for members of the group to share knowledge and learn from one another.
      • The facilitator spends most of the time asking questions, encouraging others to speak, and answering learners’ questions during activities
      • The facilitator is usually moving around the classroom to help address learners’ questions or monitor how activities are progressing
    1. 2. Give your manager homeworkIf you’ve asked the questions above and your manager cannot give you an answer to those questions yet, give them homework. 
      • Keep your reminders frequent enough, but not unreasonable.
      • Keep your methods of communication unignorable
      • Don’t feel awkward or that you’re being annoying
    2. Whether you like to call it job hopping or you hate the term—and whether we like it or not—job hopping is on the rise. The majority of workers—64% favor job hopping, according to a new survey by staffing firm Robert Half. That’s up 22% from a similar survey four years ago. Of course, Millennial workers felt the most favorably about changing jobs often, with 75% of employees under 34 surveyed agreeing that job hopping could benefit their careers. 
      • next to salary and benefits, L&D opportunities are important for millennials
      • millennials are likely to switch jobs if they don't feel they are getting the L&D opportunities at their current job

      Imgur

    1. Scale your learning processes through the entire organizationLearning isn’t something you contain in one department. A Learning Organization should foster learning and growth across the entire company (otherwise, it’s just a Learning Department).

      while my current focus is a bit more on eng due to my background, having an eye of how this can be org wide is also important for scaling a learning culture

    2. Identify and leverage internal experts early onThe first step toward becoming a Learning Organization is to turn to your internal experts. This process is a must, as it allows you to get allies early on who can help you speed up the Learning Organization transformation process.
      • SME's can help avoid bottlenecks
      • helps move away from top-down
      • provides growth paths for SMEs
    3. How to become a Learning Organization
      • Identify and leverage internal experts early on
      • Create opportunities for active learning
      • Continuously optimize learning content and training
      • Make learning-oriented paths to tangible career growth
      • Scale your learning processes through the entire organization
    4. Learning Organizations provide clear paths for growthAs a Learning Organization, learning is a core part of your company and team growth. A Learning Organization will work with employees to set concrete goals around learning and create paths for professional growth.

      if learning is aligned with growth - both for the company, and personal growth - it helps ensure people are getting the skills that they need to succeed.

      Feedback conversations should be ongoing, and be used to help driving the career development conversations, and not saved for a yearly or quarterly review.

      Some of this can be enabled by helping managers become better career coaches for their direct reports

      Imgur

    5. The accessibility and convenience of learning in the Learning Organization model are crucial, as a majority of employees cite a lack of time as their reason for not learning more at work. When you put employees in control of finding time to chat with a mentor or take a self-guided course, you’re allowing learning to adapt to their schedule, not the other way around.

      with lack of time being one of the main reasons

      • how to signal the value of learning
      • how to fit learning into the flow of work
    6. Learning Organizations make learning more convenientIn a traditional learning model, learning happens at a pre-determined time—quarterly training or mandatory meetings. This translates to disruptions for your team, as a blanket time will rarely fit everyone’s schedule.

      in the traditional model of L&D - things tend to be top-down, iin-class, synchronous, and difficult to fit into the flow of work

    7. Learning Organizations maintain institutional knowledgeInstitutional knowledge is proprietary information within your company—how to do a specific task or ways to communicate with your clients, etc. Without any kind of institutional knowledge retention in place, this knowledge walks out your door when someone leaves the company.
      • helps prevent knowledge from walking out the door
      • ensures we continually have the information needed to onboard and upskill people
    1. 3. Keep it interactiveScience tells us that passive learning—dull lectures, pages of written text—don’t work nearly as well as when learners interact in one way or another with the learning material or instructor. You should use opportunities to build interaction into your in-person, online, synchronous, and asynchronous courses:

      Learning needs to move past the the one-way information model of learning.

      The upskilling Imperative talks about this a bit when talking about

      • instructivist model of learning vs constructionist model of learning

       instructivist model of learning vs constructionist model of learning

    2. 2. Don’t just copy-paste in-person training to an online environmentHowever, it isn’t just as easy as hitting control C on an hour-long in-person lecture and pasting it as notes for your Zoom-based training. You need to have a virtual classroom strategy. Here are a few ideas to get you started:A full day of training ≠ a full day of synchronous training online‘Read the room’ with polls Identify and fix issues quickly with post-classroom surveys Align content with expectations using pre-classroom surveysHow social do you want this experience to be? Webcam, microphone, chat, moderators...Include alternative voices, even in the instructor-led sessionsEncourage people to use the chat so that they put what they learn into writing ⌨️ Make sure everyone speaks at least once, even if it’s just for a brief intro 🗣️Encourage participants to become facilitators themselves to change the power distribution of the call 👩👵🏽👨

      trying to copy-paste what worked into the office into the zoom-working-during-pandemic world is where many companies struggled during the pandemic.

      First, working during a pandemic is not the same as working from home / remote work - and letting this overly influence us over how things will be is not a great idea.

    3. Now, since managers are scrambling to figure out seating arrangements and schedules that can accommodate a hybrid workforce—Samantha comes in on Mondays and Fridays, Tim only one week out of the month, and Arjuna leaves by 5pm—throwing in-person training in the mix is doubly difficult

      this is where it becomes important to be able to fit learning into the flow of work, and when employees need it.

      While there can still be room for more traditional cohort based classes and group sessions, being able to have a democratized and decentralized learning ecosystem can help, and then building a community around that that can allow employees to engage when they have time.

    4. 1. It’s not about physical vs. digital, but synchronous vs asynchronousIn L&D teams’ minds, the big split used to be between training that happened in-person and training that happened online. 

      In general, being able to adapt to asynchronous styles of working and learning will be important

    1. Having explicit techniques in the workflow not only improves the problem solving process, but also creates a KCS article as a by-product of the problem solving process. The structured problem solving process in KCS includes two simple, yet powerful, concepts: Seek to understand before we seek to solve (a Core Concept) Search early, search often (a Solve Loop technique)

      what is a KCS - The KCS article is the content, or knowledge, created by using the KCS methodology. Articles can be used for many different types of content including a simple question, a complex problem, or a procedure

    1. Knowledge translation encompasses all of the activities that aim to close the gap between research and implementation.

      turn research into action

    1. Sometimes, though, you might want to have an object be garbage collected even sooner. For example, we might want to have a cache that we want to have the garbage collector clear out more frequently, just in case that cache fills up with big objects that consume all of the browser’s memory. For that, we use a WeakRef. We can create a WeakRef with its constructor, which takes an object of some kind. // This is a regular Object const blogPostCache = {}; // This is a WeakRef Object. const weakBlogPostCache = new WeakRef({});

      weakref allows us to flag something to be cleaned up by the garbage collection - pratical uses for this?

    2. Just last year we were introduced to Promise.allSettled, which runs all of the promises, regardless of whether any of them fulfill or reject. Once all of them are resolved one way or the other, it returns an array describing the results of each promise.

      TIL: about allSettled - didn't know this got added

    3. Promise.any()

      when one of them finishes - different from all, which requires them to all finish (and with .all - if one fail, all fail)

    1. . Brett Wolfson-Stofko, a research associate at the National Development and Research Institutes who is currently researching public drug injection, tells Inverse that blue lights may only deter people from injecting into certain veins, like those in the arms.“It won’t stop other types of injection, such as groin injections, where it’s all done by feel, as well as jugular injections in the neck,” he says. “Neck and groin injections can be much more risky.”

      while it may deter people from shooting in veins since they are harder to see, they might opt for other areas that don't require a vein and can go more by feel, but these areas are higher risk

    2. The idea behind this approach, which involves switching out normal light bulbs for blue-tinted ones, is that the blue light makes it hard to see a vein and inject into it. But there are some huge problems with this approach. Research has shown that drug users will still try to inject drugs in a blue-lit bathroom, even if it means they could accidentally miss their vein, which increases the risk of infection or soft tissue damage.

      while the intent is to reduce drug use, and minimize harm - the impact is, people are still taking drugs in these environments - and putting them at greater risk of injury.

      good example of impact over intent

  8. Jun 2021
    1. Tweet Post Share Save Get PDF Buy Copies Print Idea in Brief The Situation The fast-changing nature of business today means that employees’ continual learning is vital for organizational success. The Response Chief learning officers are assuming a more expansive role, aiming not only to train employees but also to transform their organizations’ capabilities and make learning an integral part of the company’s strategic agenda. The Specifics Extensive interviews at 19 large companies revealed that “transformer CLOs”—those who are embracing this expanded role—are driving changes in their enterprises’ learning goals, learning methods, and learning departments. In today’s dynamic business environment, workplace learning has become a key lever for success. And with that shift, the traditional role of the chief learning officer is changing. No longer are CLOs responsible just for training—making skills-based and compliance-oriented courses available to employees and perhaps running leadership-development programs. Instead, they’re embracing a more powerful role in which they reshape capabilities and organizational culture. We call this new type of leader the transformer CLO. Transformer CLOs are strong senior managers whose mission is to help their companies and their employees thrive, even as technologies, business practices, and whole industries undergo rapid change. The transformer CLO role is not reserved for the lucky few whose CEOs see learning and development as essential; any CLO can take steps to fundamentally change the nature of learning in an organization. We recently conducted extensive interviews with 21 senior learning officers at 19 large companies to find out how they conceive of their roles and organizations. This research, which builds on our prior work on digital leadership and culture, revealed that transformer CLOs are driving three principal types of change in their enterprises. They’re transforming their organizations’ learning goals, shifting the focus from the development of skills to the development of mindsets and capabilities that will help workers perform well now and adapt smoothly in the future. They’re transforming their organizations’ learning methods, making them more experiential and immediate, and atomizing content for delivery when and where it’s needed. And they’re transforming their organizations’ learning departments, making them leaner, more agile, and more strategic. Transforming Learning Goals The need for organizations to become more adaptable means changing the goals of corporate learning. Instead of narrowly focusing on job- or compliance-related training for all but their high-potential leaders, organizations should cultivate every employee’s ability to explore, learn, and grow. The objective is not only to train people but also to position the company for success. To achieve this, CLOs should strive to do the following: Reshape leadership development. Creating a true learning organization starts at the top, with preparing executives to lead in new ways. One company that has done this well recently is Standard Chartered, a multinational financial-services company. Three years ago, under a new CEO, Standard Chartered launched a strategy that fundamentally changed the way it does business—and required its leaders to build new strengths. “We’d been doing executive development for years,” said Ewan Clark, the company’s global head of leadership effectiveness and organizational development. “But a lot of it had been about either pure self-actualization or aspects of coaching. This time we’ve put the organizational agenda right in the center of executive development, and we’ve said that leadership is about developing the skills, capabilities, and value behaviors to lead this agenda.” As part of that effort, the company began teaching leaders to augment their experience and intuition with investigation, experimentation, and data-driven analysis when making decisions about their parts of the organization. Their instructions, according to Clark, were straightforward: “Articulate a hypothesis. Go out and experiment. And if it doesn’t work, then why not? What did you learn? Add to it. Capture your learning. Share it with other people.” This new approach required changes in the leaders’ mindsets, not just their skills and procedures. Organizations should cultivate every employee’s ability to learn and grow. It’s not enough, though, to improve leadership capabilities at the very top of the organization. To effect widespread change, organizations need strong leadership to cascade down. Cargill, a privately held food and agriculture business, achieved this by democratizing learning. As Julie Dervin, the company’s global head of corporate learning and development, told us, “We really only had the capacity to reach about 10% to 15% of the total relevant population in a given year when delivering a particular learning program. Unintentionally, we were creating a learning culture where only a select few got access to high-quality training.” Dervin and her team resolved to fix that problem. “We’ve been fundamentally changing how we design, deliver, and shape those learning experiences to be able to reach exponentially more learners with high-impact learning,” she said. Concentrate on capabilities, not competence. In their change programs, transformer CLOs focus less on teaching currently needed skills and more on developing mindsets and behaviors that can enable employees to perform well in tasks that may not yet be defined. This shift may also mean moving away from comprehensive skills inventories and competency maps, which can lead people to check boxes rather than build capabilities. “We don’t really know enough about what the world will look like in the next couple of years to be able to predict exactly what skills we will need,” said Amelie Villeneuve, the head of the corporate university at UBS, the multinational financial-services firm. “If you focus on building individual microskills, you may be missing the bigger picture.” Emphasize digital thinking. The transformer CLOs we interviewed have sought to develop digital awareness and aptitude in their employees. Singapore-based DBS Bank, for example, created a learning curriculum that aims to build seven priority skills for digital-business success. “While not everyone needs to be an expert at each of these,” said David Gledhill, who served as the company’s chief information officer until August 2019, “we want them to know enough so that they understand the transformation we’re driving and contribute great ideas.” Vital Skills for a Digital World To equip its employees for success in today’s digital business environment, DBS Bank focuses on imparting skills ... One priority, for instance, is to get people more comfortable using data in decision-making. Data-driven thinking is key for almost everyone in an organization, but in different ways. Frontline sales and service reps need to be aware of information about customer preferences and behaviors. Executives must learn to trust and value data even when it contradicts their past experiences and gut feelings. Leaders often don’t know what to do with all the data that digital innovations are making available to them, said Nancy Robert, who, as the executive vice president of the American Nurses Association, led the design and delivery of training for millions of the organization’s members. As Robert put it, nurses don’t necessarily have the “digital-data competency” to answer the questions that confront them. “How am I going to interpret that data and integrate it into the rest of the care?” she said. “That takes a very different cognitive skill.” Cultivate curiosity and a growth mindset. CLOs can amplify their teams’ energies and capabilities by fostering a “pull” model of learning, in which employees set their own agendas for gaining knowledge and skills. Doing that, however, requires an environment that sparks employees’ curiosity and ignites in them the desire to learn and grow. Villeneuve has worked on this at UBS and previously at Google, where, she said, she learned how it is possible to “accelerate wisdom more effectively by providing a series of contexts where people can play and learn at the same time.” Leaders at DBS Bank launched a number of programs to find out what would inspire curiosity among their employees. One notable success is GANDALF Scholars, in which employees can apply to receive grants of $1,000 toward training on any work-related topic, as long as they agree to teach what they learn to at least 10 other people. When you engage employees in teaching, as DBS is doing, you expand and deepen learning. Rahul Varma, the senior managing director for talent at Accenture, calls this a “leaders teaching leaders” philosophy. “You learn the most,” he said, “when you actually have to teach somebody what you learn.” This approach turns the natural curiosity and energy of any single employee into learning opportunities for many others. It certainly seems to be working at DBS: As of early 2019, 120 grant recipients had gone on to train more than 13,500 people—4,000 in person and the rest through digital channels. According to Gledhill, many GANDALF Scholars report that the teaching component of the program is their favorite part. “What they enjoyed most,” he said, “was the empowerment.” Transformer CLOs are personalizing, digitizing, and atomizing learning. UBS, DBS, Accenture, and other companies that have embraced a growth mindset subscribe to two beliefs: that everyone’s abilities can and must be developed if the organization is to thrive in a fast-moving environment, and that innate talent is just the starting point. But for a growth mindset to become part of the company’s culture, all employees must internalize those beliefs. That won’t happen unless learning is pervasive, available to everybody who might benefit from it. And that requires rethinking the way learning is delivered. Transforming Learning Methods Until recently, providing learning to all employees was too expensive, and there weren’t enough trainers. Employees almost always had to be physically present at training sessions, which often meant traveling and missing time at work. That naturally limited the number of participants, making learning an exclusive rather than a democratic opportunity. Now things have changed. Peer teaching greatly expands the number of trainers and expert content developers. And digital instruction expands the reach of learning opportunities to more employees without the company’s having to worry about enrollment numbers, scheduling conflicts, or travel costs. Employees can access learning when and where they need it, often from colleagues who live the topic every day. Transformer CLOs are taking advantage of all these developments. Perhaps most visibly, they are moving away from traditional classroom training in which people are exposed to the same content for the same amount of time regardless of their particular needs and levels of understanding. Instead, these CLOs are personalizing, digitizing, and atomizing learning. They are shifting their attention from specific courses to the whole learning experience. To accommodate the different preferences employees have for how they consume and absorb information, a growing number of companies now make training available through a variety of media—text, audio, video, and more. Transformer CLOs go even further. They’re introducing innovations such as programs that set aside learning time on people’s calendars, and mobile apps that pose leadership questions to managers during their day. They’re offering games and simulations and encouraging the company’s own subject-matter experts to produce YouTube-type instructional videos. They’re even exploring the use of artificial intelligence to develop recommendation engines that, guided by individual and peer behavior, will suggest tailored learning activities to employees. In short, transformer CLOs do everything possible to create engaging and effective experiences that meet employees wherever they happen to be, geographically, temporally, or intellectually. Optimize the inventory of learning resources. CLOs need to be selective about what learning materials to stock and how to supply them. At GE Digital, Heather Whiteman, the company’s former head of learning, used analytics with her team to study hundreds of courses taken by thousands of employees—and then systematically rooted out those found lacking, not just in terms of usage and ratings but in their effects on employee growth. “If a course didn’t move the dial for capabilities that lead to performance,” she told us, “we would drop it in favor of one that did.” Similarly, Villeneuve and her team at UBS used analytics to optimize the learning inventory. The bank had a wealth of training materials online, but analysis showed that many employees who searched for those materials gave up before finding what they needed. Armed with that knowledge, Villeneuve and her team focused on developing a core of fewer but better resources. Then, applying principles of behavioral science, they designed a user interface that put no more than six items on a page, with no more than three clicks needed to get to any item. The results have been remarkable: Ten times more employees now engage with the materials on the company’s core learning shelf. Balance face-to-face and digital learning. CLOs should experiment to get the right mix of face-to-face and digital learning. Cargill, which until recently allocated 80% of its budget to in-person training and only 20% to digital training, is in the process of flipping that ratio around. Dervin and her team have redesigned the company’s leadership-development programs to put some of the coursework online. Senior leaders initially had reservations about the effectiveness of digital instruction and worried about losing opportunities to network and build relationships. But those misgivings were short-lived. The first three cohorts who tried the online learning ended up enjoying the experience so much that they engaged in more training than was required. “What we’re seeing,” Dervin said, “is that this goes hand in glove with the pace and the rhythms of their day-to-day, and they’re loving the flexibility it provides.” Deutsche Telekom, for its part, has developed a matrix to help determine whether a given offering might be better handled with face-to-face instruction, a purely digital approach, or a blend of the two. The matrix helps leaders weigh multiple factors: the type of content, the target audience, and development and delivery considerations. Digital or Face-to-Face Training? Deutsche Telekom considers a number of factors when deciding how best to present specific learning programs. FORMAT CONTENT TARGET AUDIENCE DEVELOPMENT AND DELIVERY CONSIDERATIONS Purely digital formats Best suited for: Hard skills Mandatory training Simple topics Durable, reusable material Larger groups Geographically dispersed or mobile employees, such as those in sales and field service More time required to produce nonstandard material Higher up-front cost to produce nonstandard material Lower cost to deliver per user No need for trainers or videoconferencing facilities at the location Face-to-face or blended formats Best suited for: Soft skills Ad hoc training Complex topics Material that changes frequently Smaller groups Geographically concentrated employees Employees being onboarded Less time required to produce nonstandard material Lower up-front cost for course preparation Potential higher cost to deliver, but possibility of using existing staff as trainers Need for training rooms or videoconferencing at the location   Source: Adapted from company documents © HBR.org Rethink face-to-face learning. As engaging and effective as digital learning experiences can be, face-to-face learning is still important—although it may take new forms. Accenture employs some very sophisticated digital learning platforms and tools and has a vast library of online content, but Varma’s experience is that digital learning goes only so far. “What we’ve found,” he said, “is that there is no substitute for getting people together in cohorts that are cross-cultural and cross-functional.” To achieve that without requiring employees to be in the same physical space, Accenture has created more than 90 “connected classrooms” around the world. These enable the company to offer all employees some types of training—classes in design thinking, for example—that are taught by in-house experts in several different locations. “One facilitator could be in Bangalore, another could be in Manila, and another in Dalian, China,” Varma told us. People are still learning from people, but thanks to videoconferencing and other interactive technologies, along with more-collaborative approaches to learning, traditional geographic constraints no longer apply. Teams all over the world now coach one another and solve problems together. “That is how we do learning, every single day,” Varma said. Some companies have pursued another approach for their face-to-face learning: They’ve created hands-on simulations in which participants must solve real-life problems. At UBS, employees take part in “three-dimensional case studies” in order to develop key capabilities, such as the ability to influence stakeholders or rethink a company product. The interactive case studies test not only their knowledge and intellectual skills but also how they engage with others and react as the situation unfolds. As Villeneuve told us, “They have to do it all together, and they get feedback on everything at the same time.” Face-to-face learning is still important—although it may take new forms. Similarly, operational professionals at DBS spend three days in a simulation exercise that involves transforming a hypothetical old-school bank into a full-fledged digital bank. They work with trainers and colleagues from other parts of the business to tackle staffing and resourcing issues and handle crisis situations unique to the digital world. An element of competition heightens the intensity and engagement. Go beyond instruction. Transformer CLOs believe that instruction alone is not sufficient for meaningful learning. Accenture’s Varma anchors his approach in what he calls the three I’s: instruction, introspection, and immersion. Instruction comes first, of course. But then trainees need to engage in reflection—the introspection part of Varma’s three I’s. This might involve giving employees time to privately mull over what they’ve learned, having them talk it over with a fellow trainee on a walk, or providing a formal opportunity during class to discuss it with a whole cohort.

      This is something I've thought about before - is that often people are continually learning on the job, but there is not enough slack-time in the day to allow for people to engage with reflection

    1. At the second Wall Street action, "over a hundred people got arrested," Barr says. Many of them were people who had never contemplated civil disobedience before. "It was such a terrific feeling to be arrested with my yoga teacher," Petrelis recalls with a chuckle. And it was profoundly affirming. "All those men and women screaming at the top of their lungs — I felt they were taking my anger and putting it out there to the world."

      queer people try and get heard in so many ways, at times the only way we get noticed is when we stop being polite and start screaming.

    2. But as central as anger was to ACT UP's success, it would also prove a force for division. "It was a war zone" All this was unimaginable to Petrelis back in 1985. As furious as he was with the government, he was just as indignant that so few other gay men around him seemed to echo his rage. "I just thought because I was so angry that there should have been more angry people," he recalls.

      anger can be useful to spark the fire, but it can not sustain the flame - but that anger we feel is very real, and needs to be recognized.

  9. May 2021
    1. Talk Abstract:Your job title says "software engineer", but you seem to spend most of your time in meetings. You'd like to have time to code, but nobody else is onboarding the junior engineers, updating the roadmap, talking to the users, noticing the things that got dropped, asking questions on design documents, and making sure that everyone's going roughly in the same direction. If you stop doing those things, the team won't be as successful. But now someone's suggesting that you might be happier in a less technical role. If this describes you, congratulations: you're the glue. If it's not, have you thought about who is filling this role on your team?Every senior person in an organisation should be aware of the less glamorous - and often less-promotable - work that needs to happen to make a team successful. Managed deliberately, glue work demonstrates and builds strong technical leadership skills. Left unconscious, it can be career limiting. It can push people into less technical roles and even out of the industry.Let's talk about how to allocate glue work deliberately, frame it usefully and make sure that everyone is choosing a career path they actually want to be on.

      ooh, great examples of the types of things that goes into glue wrok

    1. Some examples of deficiencies: new employees being unable to navigate in the organization, or unaware of protocols or company guidelines. A good onboarding process can reduce “Team Debt” and ensure that new employees are additive rather than subtractive.

      this can be especially important in remote environments, when a lot of the physical cultural broadcast signals are not as present - and takes a lot more intention

    2. It’s the idea that when employees aren’t properly trained, integrated, or managed, they are operating at less than optimal efficiency and “team debt” is accrued. Each new employee that is added without being sufficiently trained and integrated increases that debt. If unchecked, team debt can reach a point where expansion must be halted in order to address the deficiencies of the existing system.

      really like the idea of Team Debt

      this also connects a bit to the talk that Rehana gave on how adding people to a team doesn't always increase velocity.

    1. Purpose for the Mentor:Develop leadership skills‍Being put in the position of a role model can help mentors become better leaders and instill confidence in their leadership ability. The responsibility of helping guide someone’s career and goals requires the senior employee to teach, to motivate and to offer honest feedback in difficult conversations. All these skills are at the top of the required list for a leader.

      This is something that I've been thinking about in terms of career growth, and how one of the things we expect of engineers as they become more senior - is that they can take on leadership roles, level up other people, etc - but we often don't provide them with the tools or opportunity to work on these skills, or go into what skills are required to go into this tk.

    2. Being recognized as an advisor‍After a good mentoring session, mentees are likely to mention it to others in the organization. In little time, people will come to you for advice and doors will open for you to be inserted into leadership positions or projects. 
      • the upskilling imperative - think like a marketer - how can this be used?
      • this can help surface who the SME's are over time as well
    3. An important point to note is that there's a difference between coaching and mentoring. A coach's job is to improve a particular skill, but a mentor plays a more holistic role in helping a mentee improve

      Mentoring and Coaching are different, and being able to identify the differences between the two is important.

      For managers, sometimes they need to wear a coaches hat, or a mentors hat - but these are roles that a manager can have but not their only job.

      Considerations for L&D programs

      • how can mentoring fit in with L&D?
      • how can coaching fit in with L&D?
    1. Collaborative exams allow students the opportunities to learn from and teach each other. Open-book and self-graded exams are not as good at sorting or ranking students, but they are often just as good (if not better) tools for learning.

      I like the use of [[collaborative exams to enable peer-to-peer learning]].

      One of the challenges with L&D at work is the knowledge / skills transfer if someone does a course on their own, or if people are taking the same course at their own times.

      wondering how this idea could translate to professional learning & development

    2. I know quite a few STEM folks who ungrade in various ways. Some specific stuff I’ve seen work in STEM classes: project-based learning with self-assessment, process notebooks (like a lab notebook but with an emphasis on metacognition), and collaborative exams.

      to help grow a learning culture / learning environment / peer-to-peer-learning - things like process-note-books could be used as a light-weight way to capture information as people are working.

      same with better tracking of work that people do for projects, etc.

      • [[collaborative exams]]
      • [[metacognition]]
    3. I haven’t seen a college mission statement with any of these:• Pit students and teachers against one another• Rank students competitively• Reduce the humanity of students to a single low-resolution standardized metric• Frustrate learning with approaches that discourage intrinsic motivation• Reinforce bias against marginalized students• Fail to trust students’ knowledge of their own learningMost assessment mechanisms in higher education simply do not assess what we say we value most.

      I really like the idea of how we assess should reflect what we value.

    4. Learning is not linear, and meaningful learning resists being quantified. Our assessment approaches should create space for learning not arbitrarily delimit it.
      • how does this relate to how companies approach learning and development?
      • often, companies get caught up in linear training, compliance based, top-down
      • L&D can then be 'take X, then Y, then Z' - but does not account for the fact that [[learning is not linear]]
    5. I'm increasingly struck by the degree to which we approach grades and grading as inevitable. If we can’t “imagine the world as though it might be otherwise,” as Maxine Greene would say, we are stuck with the bizarre customs and habits our institutions have adopted.

      We are so conditioned to the idea of grading, report cards, the 'one and done' transactional approach - that for many, trying to imagine another way is difficult, or people say "can't be done"

    1. The best course of action is to be intentional and systematic from the get-go. That is, rather than seeing the development, communication, and management of knowledge as “nice-to-haves” within your organization, start building these processes into your organization’s standard routine: Include knowledge management in your project descriptions and timelines. Set a “shelf life” for your knowledge documents (the maximum amount of time that can pass before revisiting said documents in some way). Perform scheduled maintenance to your knowledge documentation on a monthly, quarterly, and yearly basis.

      This is basically Knowledge Management in The Flow Of Work, similar to Learning in the Flow of Work

    2. The knowledge coursing through your organization today can—and often will—become outdated, and even obsolete, as time goes on. This can happen for a variety of reasons: The development and release of a new product A shift within your organization’s processes A change in overall trends throughout your industry That being the case, you’ll want to remain absolutely vigilant in terms of keeping your knowledge as robust and up-to-date as possible.

      thinking of things like Guru that had a way to flag out of date content.

      • spaced repetition - naturally surface stuff for review?
      • make it easy for people to flag things as out of date
      • in the 360 Learning demo - it showed how they let people flag things
      • GitBook - allowed comments (although our follow through on that was kinda poor)
    3. One of the first issues you’re likely to face when spearheading a new (or improving your current) knowledge-management initiative is that some of your employees may not be so open to the change. In some cases, you’ll have employees who can’t see why they need to teach other people in the organization how to do their job. In other cases, you’ll have people who don’t understand why they need to learn how to do other people’s jobs. And, of course, you’ll have some employees who fit into both categories.

      Thinking about how this relates to what I'm reading in The Upskilling Imperative, and the advice to "Think Like a Marketer to Drive Learning and Development"

      Like L&D - Knowledge Management at organizations has it's own hurdles, and things like Notion, Confluence, Jira, Sharepoint, Google Drive, etc --

      L&D and KM are closely related - what are the similarities / differences in

      • Think like a Marketer to Drive KM
      • Better explain how KM and L&D are related
  10. Apr 2021
    1. Executive summary The fast-changing and unpredictable challenges of work may seem unsurmountable. But the learning behaviors of thousands of international businesses on the Udemy for Business platform and a survey of over 500 global professionals offer a glimpse of the bright future that lies ahead. In this report, you'll learn: Why your organization needs to think beyond job-related skills How your workforce can “crack the code on collaboration” Why data science isn't just for data scientists anymore What skills will reshape software engineering and IT roles
    1. But decentralized learning goes farther than that: in a decentralized, Collaborative Learning environment, each team member participates in the learning process. They can identify their learning needs, request courses, give feedback on existing courses, and create courses themselves. We call this a bottom-up approach
      • push vs pull for learning - create an environment that enables learning to happen, and let the people doing the work surface what they need to learn, and then help facilitate and amplify that process
    2. 1. Embrace decentralized learningCentralized learning flows out from a single point: instructors teach and employees learn. But many businesses are shifting towards a more decentralized approach, making this system obsolete. More employees are working remotely and asynchronously, and they need to break learning into small chunks that fit into their daily work schedule. The first step in decentralizing learning is to shift to online classes that can be completed in micro-sessions throughout the week.
      • with remote work, more and more learning is being done async - having the instructor lead / cohort based learning, while still an option - we need to expand beyond that, and find ways to create async learning opportunities, and create the ability to learn in the flow of work
    1. Here are the economics: The cost of recruiting a midcareer software engineer (who earns $150,000- 200,000 per year) can be $30,000 or more including recruitment fees, advertising, and recruiting technology. This new hire also requires onboarding and has a potential turnover of two to three times higher than an internal recruit. By contrast, the cost to train and reskill an internal employee may be $20,000 or less, saving as much as $116,000 per person over three years.  The net savings: it can cost as much as 6-times more to hire from the outside than to build from within.
      • the cost of hiring talent vs upskilling talent
    1. Leaders from Accenture and DBS Bank told Harvard Business Review that encouraging employees to teach newly-acquired skills to their colleagues expanded and deepened learning for all. The training of a single employee results in learning opportunities for dozens of others. Collaborative approaches to training ripple through an organization, where ideas and methodologies cross-pollinate from one part of the business to another

      by investing in a learning organization, and learning eco-systems, we can turn learning into an active, social collaborative activity - which can benefit everyone, adn help break down silos between departments and teams.

    2. Losing highly skilled employees can be a significant drain on company resources. Gallup estimatesa 100-person company with average attrition rates spends between $660,000-$2.6 million per year on turnover and replacement

      skills gap comes at a real cost, and being able to show the ROI / value on it can help get buy-in from buisness leaders

    1. To transform L&D into a key strategic partner, it’s not enough to simply oversee learning operations; you need to integrate them with the organization’s goals.

      Strategic CLO vs CLO

    2. Many companies view L&D as a service provider for employees instead of a strategic partner for growth

      I've talked about this before when brain storming on how to teach companies to become teaching organizations, and partnering more closely than one-off training that is very off the shelf.

    1. You can’t force learners to participate in your training courses (and if you can, they are likely rebelling internally), but you can help them see the benefits of the learning experience you are providing by sharing the big-picture vision and purposes driving the need for the training. When you strategically align your training and techniques to the company goals and core values, you reinforce the purpose and culture of the company while transferring the knowledge that employees need to be successful.

      When I was doing the training for Ceridian - there started to be word of mouth about the sessions, and people asking their managers if/when they could join.

      While some people were forced to be there, and didn't want to be - there was enough people that wanted to be there and were engaged.

    2. I’m not saying that SMART goals are wrong; I just want to help you think bigger and dig deeper into your vision of what you’re building. Look at your goals again. Which mindset do they fit into? Is there a variation of your goals that better explains why you want to achieve them? Document not only the goals that you want to achieve but the reasons you want to achieve them.

      there was a varation on SMART goals that was talked about in the raw signal training

      • Significant
      • Measurable
      • Agreed
      • Time bound

      Instead of 'Attainable' - who do I need to get in agreement with to make this happen?

    1. Learning Organization Learning organizations invest in and facilitate the ongoing growth of their employees

      [[learning organizations invest in facilitating the growth of employees]]

    2. Any organization can begin the journey to a continuous learning culture by focusing its transformation along three critical dimensions, as shown in Figure 1.

    1. Enable Continuous Learning Employees at every level are lifelong learners. Changes in technology, as well as changes to method and practice, are routine; opportunities for continuing education, however, are far less frequent. Also, the initial move to Lean-Agile requires many new techniques and skills, including: Feature and Story writing Building in quality Automated testing Collective ownership Agile Architecture Continuous Integration Pair work Mastering Product Owner and Scrum Master roles Team building

      having an innovation iteration can be one of the ways to help enable a learning organization / enable continuous learning

    1. Organizing a Community of Practice CoPs are highly organic, and like most living organisms they have a natural life cycle, beginning with an idea for a new community and ending when the community members feel the group has achieved its objectives or is no longer providing value. Figure 4 shows the typical life cycle of a CoP.

      CoPs have a lifecycle - and a winding down / shutting down phase is normal - how does this relate to guilds? should guilds take more of a CoP approach?

    2. That is what drives craftsmanship and continuous learning (see the Continuous Learning Culture competency article), facilitating the adoption of new methods and techniques

      continuous learning culture - learning organizations - learning maturity

    1. Types of communities of practice Today, communities of practices are increasingly being used to improve knowledge management and connect people within business, government, education, and other organizations.

      Community of Pratice can be a bit of an umbrella term, and can also include

      • Helping Communities
      • Best Practice Communities
      • Knowledge Stewarding Communities

      • question - what is the difference between Knowledge Sharing and Knowledge Stewarding?

  11. Mar 2021
    1. trying to get there before the 6pm start to establish ourselves in our preferred place in the hall means leaving ours around 5:20pm… it should not take half an hour to travel 6.5 miles, but it does and it just takes any energy I had out of me. You know The Spoon Theory? Let’s say by 5pm I have about 3 spoons left for the day; 30 minutes of rush hour traffic can easily take away all 3 of those spoons, leaving me susceptible to meltdown.

      even knowing that something isn't that much time, or 'effort', or that hard - but it still drains the spoons. Even things I know that should only take 30 minutes, like default allocate a day in my head at times in terms of energy cost.

    2. Another area of regression is going shopping at the grocery store or being out in town. It’s not like I particularly enjoy either of these things, but I could certainly just about cope for enough time to get done what I need to and then leave without incident. Now, I will actively wait to go grocery shopping until a guaranteed quiet time (usually around 7pm Friday or Saturday and either 10am or 2pm on a Sunday) and sometimes have had to resort to putting in my earplugs or headphones in order to minimise sensory overload (noisy kids or the rickety stock trolleys staff drag along with squeaking wheels and rattling metal!). The only time we go into town now is when we get haircuts. Whereas before we would wander amongst the shops and look around for a while, our routine now is to go for an early lunch at Jane’s Pantry, maybe nip into Boots first to pick up a few items, then go home.

      i relate to this so much

    1. physically shutting down, including the loss of speech.  

      I've had days where words are hard, gone non-verbal, or stutter gets alot worse.

    1. had access to computers for almost as long as I can remember. When my parents got an IBM Aptiva when I was in grade school, they

      test

  12. Feb 2021
    1. Books and videos rarely deliver here: Mass mediums are typically bad at helping people translate ideas to practice.
      • question - how does this relate to the learning hub ⁉️
      • how does this relate to peer to peer teaching and learning ecosystems ⁉️
    1. Their self-evaluations (which I sometimes call “process letters”), and my responses to them, become a space of dialogue,

      I really like the idea of this form of self-evaluation, I think people are so used to feedback being a one-way street and not a conversation.

      From a young age, we are usually trained to have this "hand it in, get a grade, move on" type of mindset - instead of having a dialog, and how to improve.

      This mindset can then carry over into the workplace - both in the expectations of how to receive feedback from managers, and how managers approach giving feedback - as some sort of quarterly grade and not much dialog in between.

    1. In his review in 2014, his manager said that the company had already bumped him up 14 percent, and “with bonuses, company-paid health insurance and other perks the total compensation package easily puts Angelo well on the way, if not already in excess of, his $80K/year long term goal.” He refused to further increase Ragin’s pay. Ragin was then chided for advocating for himself.

      we encourage people to speak up, advocate for themselves - but depending on our privilege, and the other person - what can be seem normal for a white person, can be seen as greedy, self serving, etc if asked by other groups

    2. One of the key metrics on the IT team was how many tickets agents solved. Mailchimp employees would write in with technical issues, and it was up to the team to resolve them as quickly as possible.

      measure the wrong metrics for the wrong things - get results you don't want. Don't confuse metrics for goals

    3. “The support team was treated like the custodians,” a former staffer says. “Everyone loves and respects the custodian. They’re a friendly face when you walk in the door. But no one has any interest in promoting the custodian.” “It feels like you’re the lowest rung on the ladder,” a current employee adds. “When you see people of color, women, LGBTQ people in this department it feels really shitty. We’re hidden away.”
      • hiring people / inviting people in is one thing
      • that does not mean that they feel included, or that they belong
    4. In response to this allegation, Mailchimp said no formal HR complaints have been filed against the manager in question.

      if people fear that raising issues will impact their growth, lack of reporting does not mean lack of a problem

    5. Dale remembers that once, a manager shushed her when she responded to a question she’d been asked directly during a meeting with him and another male colleague. He then asked her male counterpart to answer the question. She says that when she went to HR to tell them about the behavior, nothing seemed to change. “Leadership at Mailchimp clearly knows about this and doesn’t do anything about it,” she says.
      • being aware, but not caring, or not believing it's a problem
      • can lead to people not reporting if they feel nothing will be done
    6. Group chats and Slack groups filled with former Mailchimp employees were set ablaze by the news. Workers began discussing their own experiences with alleged discrimination and unequal pay, wondering whether what they viewed as the open secret of Mailchimp’s company culture would finally be brought into the open. “They’re going to have to acknowledge the problems that are being raised, and respond with something other than, ‘we have investigated ourselves and found we did nothing wrong,’” one said in an alumni Slack. “I wish more people would speak out but I wont for the same reasons (NDA, fear of retaliation),” another responded.

      often the people not being harmed, are not aware that there is a problem - operating from a position of privilege, and then gaslighting victims

    7. Mailchimp told employees that it had investigated Ellis’ claims and found them to be unsubstantiated. But CEO Ben Chestnut also said that he knew the company needed to do better. “I’m hearing loud and clear that we have work to do, including needing greater transparency around pay equity and an intentional focus on inclusion,” he wrote in a letter to staffers, which was first reported in Business Insider. “I want to address these issues head-on, and I know we’ll be stronger for it. I’m asking our leadership team to prioritize these issues and work with me to fix them. What we do needs to match what we say.”

      saying and doing are different things.

    8. In a statement emailed to The Verge, a Mailchimp spokesperson said: “We’ve always wanted Mailchimp to be a place where everyone feels included, respected, and empowered to do their best work. But that hasn’t been the experience for all of our employees. Over the past four years we’ve doubled in size, and while we worked hard to foster an inclusive culture as we grew, we fell short in some important areas.” The company declined to comment on The Verge’s questions about individual personnel matters.

      Guiding Principles - Lack of Inclusion is a Risk / Crisis Management issue

    9. Employees say the company’s position as one of the premier startups in Atlanta allows it to view workers as disposable, as there are fewer tech jobs to choose from than if the company were located in San Francisco or New York City. They also say that because the organization is private and has never taken on outside investment, executives can operate without the specter of more public accountability. Many feel they’ve exhausted every option internally and are only speaking to the press as a last resort.

      "If you don't like it, just leave" is something I'll hear people say - being unaware that

      • leaving may not be a valid option
      • other opportunities may not be there
      • just leaving allows the toxic culture to continue
    10. After they returned to Atlanta, Oliver sent her a message saying he’d thought they were going to hook up on the trip. Luaces responded that she didn’t think it was a good idea. Shortly after, the offer to move to his team seemingly evaporated. Luaces’ role was being eliminated in the reorg, and she was told she could either take a lower-level position or leave the company.

      power dynamic and imbalance - give into sexual advances, or be penalized for it - neither are appropriate.

    11. AlejandraAlejandra Luaces had only worked at Mailchimp for four months when she got a surprising anonymous email. “Oliver* is in an open marriage and is fair game,” the message read, referring to a senior engineering manager. “Serena* also knows so you can ask her to confirm.”

      when we encourage to bring their 'whole selves to work' - but then gets weaponized against them in a rumour mill - people don't feel safe

    1. The teacher was the Brazilian educator and thinker Paulo Freire. As Raff Carmen, a scholar and practitioner of adult education, would write decades later in an obituary of Freire, the confrontation “stood out as the cathartic moment shaping Freire’s thinking about progressive education: even when one must speak to people, one must convert the ‘to’ into a ‘with’ the people.” The moment captured something vital about knowledge: it comes from lived experience

      The moment captured something vital about knowledge: it comes from lived experience

    1. All hallmarks of a disability frequently written off as over-exaggeration or attention-seeking

      this can make it challenging for people to self advocate, be open about it - for fear that we will be dismissed as wanting to make excuses.

    2. The greatest insistence that I can somehow power through my disability comes from the people that claim that my brain would simply work if capitalism was eradicated.CW/TW: Ableist language, eugenicsI don’t know who decided that “Attention Deficit Hyperactivity Disorder” was an accurate or effective description of what ADHD does to a person, but I think they should be stripped of all medical credentials, even if it’s posthumously. It is a woefully insufficient title, incapable of fully describing the laundry list of physical, emotional, and mental symptoms that come with some quirk of brain chemistry. Issues with attention span and regulation of one’s limbs are certainly on that list, but there’s so much more.

      This is why I've come to appreciate the term DREAD Pirate

      D - Difficulty R - Regulating E - Emotion & A - Attention D - Divergence

    1. Microsoft’s LinkedIn said it avoids gendered pronouns in its year-old predictive messaging tool, Smart Replies, to ward off potential blunders.

      other companies are already making considerations like this

    2. Agolo, a New York startup that has received investment from Thomson Reuters, uses AI to summarize business documents.

      this type of bias appears in other places.

      There are other problematic tools that try and guess gender like

    3. A system shown billions of human sentences becomes adept at completing common phrases but is limited by generalities. Men have long dominated fields such as finance and science, for example, so the technology would conclude from the data that an investor or engineer is “he” or “him.” The issue trips up nearly every major tech company.

      based on the informationw e provide, and who is providing it - we cans start to encode biases, and if we train it on data that generally assumes that an engineer is "he", that is where the potential harm in features like Smart Compose canc ome from

    1. Your ability to change your Environment variables is dependent on where you sit in the org. If you are a manager, you have a higher ability to change things like resources and team culture.But if you are an individual contributor, you have less ability to change these things. Your manager is typically the one in control. That is why when all else is equal, you should always choose a situation with the best manager.

      as an IC - learning to manage up, advocate for yourself - and a manager that can then control and work in your favour is something to consider

    2. Making a decision isn't just about where the variable is today, but what you are able to do about it. Your ability to change each variable is not evenly distributed. Some are harder to change than others.Your Ability To Change Environment Variables
      • some things you can control, some you can't, some youc an influence - be aware of your sphere of control / influence
    3. These variables work in concert with each other so you need to dig to the root cause.

      don't look at them as discrete independent things, they are impacted by other things - get curious and dig into the why and the root cause

    4. Evaluating The Manager Variable

      evaluating the manager

    5. Major Amplifier = A manager that is a major amplifier is a sponsor for you. They have a fundamental belief in you and are actively investing in getting you to the next level. They seek out opportunities for you internally and externally,

      a good manager is a major amplifier of effort, not a friction and reduction

    6. Slightly Hurting = Your manager is creating some light friction to getting your work done. They may be sharing context, light feedback, but not helping unblock constraints.

      role of a manager - helping unblock can be a big part of things

      • who / what needs help unblocking?
      • what support do I need in helping get things unblocked?
    7. Hurting A Lot = ****Your manager might be doing one of the thing (context, feedback, tradeoffs, unblocking constraints) but none of the others.

      manager is doing one or two, but missing many of the others

    8. Major Bottleneck = Your manager isn't sharing the proper context you need to do your best work. They also aren't recognizing tradeoffs, and just keep piling work on. Not helping to unblock constraints. No useful feedback or conditions of satisfaction. You don't feel like they believe in you or are actively investing in your success.
      • examples of how a manager can be a bottleneck
    9. What is happening with this variable?Which ones are in flux?Where are there weaknesses?Which ones are most important?

      Step 1 - spell out your variables,

    10. Step by Step On How To Use The FrameworkLets walk through a step-by-step of how to use the framework. We'll go through 6 steps:Spell Out Your VariablesGive Each Variable A ScoreIdentify What Matters MostEvaluate Your Ability To Change The VariableUnderstand The Time Horizon Of ChangeMap Your Variables to Decisions and Areas of Development
      • what are the steps in the framework
      • explain in your own words
    11. Strategic Thinking - Strategic thinking is your ability to see the forest through the trees. As an IC you learn to do the work. As you grow in your career, you need to learn how you anticipate the work. You need to understand the bigger system, the needs of the system, and where you and your team align with that system.

      challenge I can find at times - is shifting between strategic thinking and execution.

      Being able to understand the bigger picture is important, and as a manager - being able to convey that to the team, and to the individual is important as well.

    12. Influence/Leadership - As an IC, you are responsible for influencing your peers on your direct team. As you become a manager, you need to influence the people you directly manage, but also indirectly influence people you don't manage. Then as you move up in management, you do less direct downward influencing and more indirect influencing across the company. Influence is the hardest skill, because it depends on the characters around you. You can be great at it, but perhaps the people around you aren't.

      reminds me a bit of managing up / managing across.

      I also remember before I became a manager, I was in a spot where it felt like I had 'lots of influence, but little authority' - which was an interesting but useful spot to be in. expand on tk

    13. Communication - In any function, a key part of progression is your ability to get better at what you convey, how you convey it, and whom you convey it to.

      communication is a very broad skill - question: what are the sub skills that make this up?

    14. The exact skills will vary from function to function and role to role. But there tend to be four common areas of skills:
      • question: What are the four areas of skills
      • question: Why do they matter?
      • question: How can you improve them?
      • question: Where am I at with them?
    15. Skills are the things that are within your direct control that enable your success.

      things that are in your control: skills

    16. Company Culture - The culture of the company needs to align with your beliefs and working style. Things like work-life balance are included in culture. The more misaligned the working culture is, the less motivated or enthusiastic you will be about the work.

      each team within a company can have it's own subculture - how does that fit in?

    17. Scope - Your scope is the runway you have to do your best work. You need to evaluate how your scope aligns to what the company needs and what you are capable of handling. You want scope that is a little bigger than what you are currently capable of, but not so big that you have a hard time executing. You want to look for situations where the immediate scope is clear, with more on the horizon.

      scope - increase it a bit, but not so much that you can't handle it.

    18. Manager - Your manager isn't just someone you report to. It is the person responsible for growing your career and shaping your output. This person should be invested in helping you do your best work. This variable can only be evaluated by talking to the people they currently and formerly managed.

      Your manager is responsible for growing your career, and helping shape your output - talk to other people managed by them, what do they say?

      • question: How am I effectively growing peoples careers, shaping their output - what could I be doing better or differently?
    19. What I'd like to do for the rest of this post is break down the following:The variables in the frameworkWhy the variables are importantStep-by-step on how to evaluate each variableCommon scenarios and situations

      what are the variables in the framework? expand on each

      • The variables in the framework
      • Why the variables are important
      • Step-by-step on how to evaluate each variable
      • Common scenarios and situations
    20. It's Not About A Spreadsheet of InputsThe goal of the framework is not to try and boil a decision like this down to a set of spreadsheet inputs that spits out a "right" answer. Instead, the goal of the framework is to:Be able to name the individual variables that are inputs into the decision.Evaluate each individual variable in a structured way.Understand the relationship between each variable.Narrow the decision down to the true problem (or most important variable) so that you can focus your energy on grappling with that piece.

      Don't confuse this with a checklist, it's an analysis

    21. The framework I’ve used is Impact = Environment x Skills. What this means is: We need to solve for is Impact. Impact is the product of our Environment and our Skills. If our skills are great, but the environment is wrong (or vice versa), then we aren't set up for success.

      impact framework equation

    22. “After a few years of working on the Ads & Pages team at Facebook, I had the opportunity to interview with other teams as I looked for a new role. The best advice I received was to think about the kind of environment I wanted to work in - who I wanted to work with, what I wanted to work on, and what I wanted to learn from that experience. It helped me realize that the skills I wanted to learn would be a lot harder to cultivate in that environment because the teams were so large that I needed to play a specific role, one that only accounted for a fraction of what I wanted to learn. Ultimately, it helped me realize that the best thing for me was to leave Facebook and join a company that had a better environment for what I was looking for at the time.” - Behzod Sirjani (Reforge Partner, ex-Slack, FB)

      consider - what does the best environment look like for you? can you describe it? - can you communicate it?

    23. Leaving this out of the equation when making career decisions leads to navigating yourself to very frustrating situations where you feel like you are getting better but that isn't translating to impact and career progression. Remember, the variables of your environment are just as important as the variables of you.

      Remember, the variables of your environment are just as important as the variables of you.

    24. A second trap is thinking that you just need to work on yourself in order to grow your career. For example, "To progress, I just need to get better at [insert skill.]" But you are only one part of the equation.There is a whole other part of the equation, which is your environment. Your environment either limits or amplifies your own ability to get better at a skill.
      • Trap: "I just need to work on myself more"
      • Assumption: You need to focus on improving X
      • Impact: You need to consider the environment. if you don't, you could end up in a place that limits your ability to work on that skill instead of amplify it.
    25. Evaluating impact isn't easy. It is complicated by a few factors:Impact is the result of multiple other variables.Those variables are interrelated and have confounding factors.Impact can be subjective to the individual.A lot of times you aren't even aware of what is holding you back, or what to evaluate on.

      If impact is the input that powers career progression, what are the complicating factors and why?

    26. When thinking through these situations, people often solve for the wrong things. Most often, people think about career advancement as increases in compensation. Compensation and career advancement are correlated, but not the same.

      compensation is not the main motivator, they are related but not the same. You can progress without it being directly tied to a promotion or raise - even though they are closely related.

    27. Impact Powers Career Progression

      🔍 Impact Powers Career Progression

    28. "Should I leave my current role?""How do I compare or choose between two or more opportunities?""What is preventing me from moving forward?"
      • do we switch projects?
      • teams?
      • career paths?
      • what projects do we take on, vs not, and why?
    29. At the end of their rotation, I would always initiate the same conversation:"How are you going to choose your next rotation?""How are you thinking about full-time placement after you finish your rotations?"After a number of these conversations, I realized that many struggled with the decision. But it is a key one to understand how to make. We all face this type of decision multiple times throughout our careers.

      Figuring out what you want to do next in your career can always be tricky - even if it's not within the context of an RPM cycle.

      Everyone faces similar choices multiple times.

    30. During my time at Facebook, I was fortunate to manage a lot of Rotational Product Managers (RPMs). RPMs would do multiple 6-month stints in different parts of the org, then at the end of the rotation, they would choose a full-time placement.

      Haven't heard the term Rotational Project Manager (RPMs) before - but I have talked about having people rotate between teams, and also having that process be smoother - can this apply to more than RPMs?

    1. Lead Time includes analysis and design phases, whose duration can vary a lot based on the breadth of the initiative.

      lead time includes the design phase, which can be unpredictable. Ideally, once the design phase is done - we should have a good enough understanding, shared context, etc - that once we execute, that the delivery lead time should be smaller.

      If there is a lot of rework during the delivery time - it could be a sign of unclear requirements, skill gaps, scope creep, hitting road blocks, etc.

      • question - how to ensure a smooth design phase to delivery phase hand over?
      • question - how to still allow for iteration, feedback and incorporating it in a smooth way
    1. Cycle Time hits the sweet spot by covering Coding, Review and Deploy.Cycle Time is defined as the time that goes from the first commit to the release in production.

      don't forget the time to review, and make changes based on review as part of cycle time.

      • PR / code review
      • testing
      • design review

      If there is rework that's needed - why? and what can we do to improve those.

      Simply pushing for faster may not get the results that we want.

    2. The time that goes from Design to Deploy is called Lead Time.Agile's main teaching, with respect to Waterfall, is to keep Lead Time short.Lead Time, however, is an all-in-one metric — it includes everything. It's not easily actionable, because it's the sum of very different steps.

      lead time is from design to deploy, cycle time focuses in on the coding - first commit, to deploy.

      • what are some of the things that can impact cycle time?
    3. Over the last couple of years, several analytics tools rose to support a data-driven approach to Software Engineering.You may (or may not) know a few of them: LinearB, Code Climate, Waydev, Flow.

      I've briefly looked into a few of these, but none super in depth. Been wondering if they are worth further investigation.

    4. Last week we explored software delivery metrics and how they predict overall engineering efficiency.This week I follow up, with a broader scope, to discuss my favorite metric of all: Cycle Time.

      there are quite a few metrics that we can use, but cycle time can be pretty revealing. Although, need to consider the why behind that number - pushing for faster but lower quality. isn't a good trade off.

    1. Interviewer training: There are scenarios specific to hiring within each set. Pick those out to review with your interview panel prior to your recruitment process. This can help you accomplish a more equitable hiring process.

      I think this is an important part to look at.

      I find that we often focus DEI training on people in leadership roles, however often when doing interviews - people outside of leadership / management roles are also involved in the process.

    2. When hiring managers believed a woman had children because “Parent-Teacher Association coordinator appeared on her resume, she was 79% less likely to be hired. If she was hired, she would be offered an average of $11,000 less in salary.

      I recall when learning how to do interviews once, the person who was helping me made a comment along the lines of -

      one of the things I look for is an engagement ring, as it's a sign that they are getting married soon - and want the job just to get mat leave

      I remember being rather shocked by that statement, and I didn't speak up about it at that time directly - although did push back against it a bit, but it's one of those memories that really stood out as 'wow, that is kind of messed up'

    3. When a woman’s name was replaced with a man’s name on a resume, evaluators were 60% more likely to say they would hire the applicant. 

      note to self: I recall reading a twitter thread recently of someone that had an interesting way to try and combat bias with reviewing candidates, look this up again.

    4. A woman of color will often experience more discrimination in the workplace than a white woman.

      when considering DEI efforts, we need to consider race - I've read a few things before on how if focusing on Women, it tends to default to white women, and can end up implementing things that exclude Black women - even if it's not intentional, it can undermine DEI efforts

    5. A colleague asks a woman to pick up food for an office gathering, even though that’s not her job. Suggest a solution that distributes the work more fairly, like a potluck or a team rotation.

      a common challenge can be women getting assigned 'non-promotable work', stuff that is additional work/effort that take away the time from their main responsabilities.

      This can also include note taking during meetings, being asked to plan social events, etc ---

    6. Your hiring committee rules out a woman of color because she’s not a good culture fit. Ask them to be more specific, and point out that “different” can be a culture add.

      culture fit is a bit of a red flag, and digging into why can be revealing.

      Looking for culture add, and what we hope they can bring to the team is important. Culture fit is often a way that URM get excluded from the hiring process

    7. Someone from another department incorrectly assumes that the man on your team is the leader. Gently correct the assumption and underscore your leader’s accomplishments. For example, “[Name] is our team lead. She heads all our biggest sales efforts.”

      I've seen this happen before - assuming that the male is the leader, or the one that had the idea - and can diminish the recognition of the right people.

      Correcting this on the spot can be done quickly

    8. “Gender bias holds women back from being hired and advancing in their careers. It’s important to be aware of how that manifests,” says Raena Saddler from Lean In. That’s why Lean In created an activity that helps you combat gender bias at work. It’s called 50 Ways to Fight Bias, and the digital versions are free. Raena explains, “This activity is an engaging way to think through your own biases and call out and navigate bias when you see it in the wild.”

      we all have biases, conscious and unconscious - being aware of these, and knowing at what points to look out for them is important.

    1. Each of these incorrect answers is a plausible distractor with diagnostic power. A distractor is a wrong or less-than-best answer; “plausible” means that it looks like it could be right, while “diagnostic power” means that each of the distractors helps the teacher figure out what to explain next to that particular learner.

      this has been such useful advice when considering lesson design, and even designing interview questions, etc.

      This has also made me consider how I setup questions - if they get something wrong, is it because of a wrong answer, or something in the setup got in their way?

      are they getting stuck on the rigth problems

    1. In practice it was not uncommon to see import chains dozens of files long, with thousands of nodes rendered, but with options like exclude, focus, and doNotFollow you can prune the tree into something legible. An unexpected benefit of this exercise was trimming the size of our JS bundles (particularly the preload, which runs on every page navigation) by relocating unexpected code or removing unused code.

      execution time can be a big performance impact, especially if there are full page reloads.

      I've seen the webpack bundle analyzer used to help sort some of this out - but another tool in the performance toolbox could be useful.

    2. Breaking the Chain In making the move to sandbox, the first area we stumbled on was the organization of our code. Although we weren’t often referencing Node in our renderer bundles, we had a common folder of utilities that, theoretically, could be shared across main and renderer processes. Over the years, that folder had accumulated all kinds of methods: not just ones that were genuinely reusable. They were often grouped into overly large and ambiguous files: e.g., a logging-helpers file with both (reusable) string utilities and (non-reusable) fs utilities. Renderer code might import one of those files to get at a string utility and take a dependency on fs as a side effect. Untangling this web of dependencies was no small feat, but one tool that made it more manageable was dependency-cruiser.⁷ It let us visualize import chains to see how code was getting pulled in, and, once rearranged, prevented similar imports with validation rules: like a linter for code organization.

      I want to look into dependency-cruiser more,

      common 'util' libraries can quickly become a catch-all mess, and any tool that can help untangle them would be useful.

    3. But if a bad actor has control of the webpage, via something like a cross-site scripting (XSS) vulnerability, its Node powers can be co-opted for evil: // Example of XSS in a naïve notifications window window.store.dispatch({ type: 'NEW_NOTIFICATION', payload: { content: `<img src=x onerror="${getPayload()}" />` } }); // Since nodeIntegration is enabled, this escalates any XSS // to remote code execution (RCE)! function getPayload() { return `require('child_process').exec(${ 'open /Applications/Calculator.app' })`; }

      haven't thought much before about XSS vulnerabilities in electron apps - TIL

    1. Try to only break items into components where it makes sense rather than creating a lot of smaller components.

      I've noticed a trend with components, depending on the team where they can fall onto two extremes

      • page-like thinking, and everything is a page
      • trying to break things down too small

      there isn't a fast set rule on when to break things up, but can consider - is this component doing too much? what are the logical boundaries? etc

    2. This allows us to provide context for our selectors so they aren’t impacted by JS/CSS changes

      when tests fail for reasons that have nothing to do with the thing you are testing, confidence drops - tests should pass, or fail for expected and related reasons.

    3. To make it easier to read, write, and maintain our end-to-end tests, we created a number of Slack-specific methods and bundled them up in a library.

      start building a common language, a domain specific language for your tests that makes sense to you and others, and be able to communicate that.

    4. But where there is a problem, there is always an opportunity! The QE team decided to look for a better way to solve some of the pain points we were having within cypress. Our solution is a variation of the Page Object Model: We created a layer of abstraction between user interface and the actual test. We time-boxed the effort to one month and worked on using the proof of concept on a set of tests.

      the pain point needs to be felt at times to better understand what the correct abstraction is.

      Too often people try and abstract too much too soon in the name of staying DRY - and end up fighting their own abstractions.

    5. Since there were no guardrails on how to add these tests, the framework ended up with a lot of duplicate code and flaky tests. This led to random test failures and longer triage shifts.

      test suites can accumulate technical debt also, as they start to become flakey - confidence in the test suite drops, and can start to become a pain point and something that people think is slowing them down, instead of enabling faster and more reliable delivery.

    1. The Quality Engineering team is focused on creating a culture of testing, increasing test coverage, and helping the company ship high-quality features faster. We encourage all our developers to write and own end-to-end (E2E) tests. In turn, Quality Engineering (QE) is responsible for the frameworks used and provides best practices for writing reusable, scalable, and maintainable tests.

      I like this idea of "creating a culture of x", and think it helps lead to more autonomy within teams

    1. If you want to create a healthy learning ecosystem, you need to facilitate a continuous, autonomous flow of learning. Otherwise, you won’t have a learning ecosystem at all, but a regular, L&D-dependent structure. How do you achieve that flow of learning? Peer-driven tools, which give employees the power to learn from one another.

      we want to facilitate and enable learning, not be barriers to it.

    2. The major responsibility of employees in a learning ecosystem is to learn. But they can’t just aimlessly surf through learning content; they must pursue measurable learning goals that align with personal and business OKRs. And they must pay attention to gaps in their learning content and communicate them to managers and L&D — this kind of communication helps L&D perpetually assess and fulfill training needs.

      I've seen learning courses in a way, that is 'here is a budget, and go watch some video's

      and when it's not suited to their needs, or able to apply it to what they are working on right now, it's more like edutainment - learned a thing, but now back to my real work.

    3. Creating harmony and balance in workplace learning takes an organized, concerted effort. In order to achieve the learning ecosystem vision, you must build, implement, and maintain it.

      At a smaller scale, a-lot of this can happen organically - but it needs dedicated effort to maintain and scale, we can't just hope it happens.

    1. To do this, you’ll need to introduce new technology and learning methods that help the L&D department work more efficiently. For example, adopting Collaborative Learning can help you decentralize the learning process by allowing employees to use their unique institutional knowledge to create training courses.

      This is kind of what I've meant when I've been saying having a culture of teaching, instead of a culture of learning.

      and/or - needing to invest in helping people learn how to teach better.

    2. As CLO, you’ll need to develop a method for rapidly assessing gaps in employee knowledge and a mechanism for quickly providing employees with the content they need to improve their performance and build new skills.

      I've done a bit of this before, and tailored learning towards what I learned.

      Being able to find those gaps, mental model differences, and have education account for things like that.

      these gaps can also be within the specific context of work, and needing to address it like that.

      this is where relying on 'off the shelf' learning all the time isn't going to work.

    3. Most L&D teams operate reactively. They respond to training needs as they arise, but they don’t proactively plan strategic learning initiatives. Emerald Works’ study shows that fewer than 50% of L&Ds believe their team’s goals align with larger company business objectives

      need to understand the roadmap, the skills the current teams have, the current trends - and be able to get ahead of things.

    4. L&D teams that don’t tie their departmental goals to large company initiatives and strategies will find it almost impossible to obtain the C-suite buy-in they need to grow.
      • have learning engrained
      • align with org goals / KPI's
      • metrics like retention, etc
      • talent brand - how can it impact that?
    5. For too long, Learning and Development teams have been seen as extraneous. Nice to have, but not vital. Many companies view L&D as a service provider for employees instead of a strategic partner for growth.

      I think this is because of the way that it seems to be more HR lead usually, and not as integrated with how teams work.

    1. Microaggressions strain those insecurities, and contribute to a culture where not everyone feels included.

      If we are trying to build a culture of inclusiveness, belonging, and safety - we need to take microaggressions seriously and not dismiss them.

    2. Microaggressions—subtle, indirect, and sometimes unintentional acts of prejudice

      the fact that they are unintentional, does not reduce the harm that they can cause.

    3. “A senior partner asked to ‘touch my hair’ in order to confirm it was ‘all mine.’”“An older male colleague interrupted me in a meeting and said, ‘now young lady…’ and then told me how I was incorrect in his opinion.”“My hearing disability was described in a written evaluation by the board of trustees as ‘making communication difficult for my co-workers.’”

      Micoaggressions can surface in many ways, and have an impact both on the person, but also in how they are perceived by others.

    1. Good intentions are important, but the impacts of people’s actions are the true measure of goodness. By channeling intentions into learning about biases and the ways that they manifest into microaggressions, work relationships can be strengthened and harm to marginalized groups can be reduced.

      we can challenge each other, and grow to be more understanding - and work to reduce harm

    2. If someone holds a bias that a given population is not articulate, they might “compliment” a person for being well spoken.

      I have a stutter, and there is so much ableism around fluent speech.

    1. Marginalized people already know that we’re supposed to “assume good intent” in others. We are told every day that we’re “paranoid,” “overreacting,” or just plain “crazy” if we don’t feel good about being treated badly. This process is called ‘gaslighting,’ and it’s a way of making marginalized people distrust our own perceptions so we won’t object to being mistreated.

      assume good intentions plays into corporate gaslighting

  13. Dec 2020
    1. Two-way Computed Property Admittedly, the above is quite a bit more verbose than v-model + local state, and we lose some of the useful features from v-model as well. An alternative approach is using a two-way computed property with a setter: <input v-model="message"> // ... computed: { message: { get () { return this.$store.state.obj.message }, set (value) { this.$store.commit('updateMessage', value) } } }

      Handling forms in vuex - use computed properties with a getter and a setter,

      the getter - pulls the value from the store the setter - commits the value to the store

    2. Components Can Still Have Local State Using Vuex doesn't mean you should put all the state in Vuex. Although putting more state into Vuex makes your state mutations more explicit and debuggable, sometimes it could also make the code more verbose and indirect. If a piece of state strictly belongs to a single component, it could be just fine leaving it as local state. You should weigh the trade-offs and make decisions that fit the development needs of your app.

      This is a common pattern I've seen with people adopting tools like [[redux]] or [[Vuex]] for [[state management]] without understanding the [[problems that state management tools aim to solve]]

      • [[Its ok to have local state]]
      • [[Not all state needs to be app state]]

      Not only does putting all of the state into the store cause extra indirection, it can make things complicated if you are putting in state that is tied to the lifecycle of a component - needing to clear / reset the state the next time it loads.

      It can also add complications when you have multiple instances of a component - and trying to make all of it's state got into Vuex - for example, if you had multiple carousel components on a screen - would there be value in trying to manage that state in vuex?

    1. As we advocate in our Agile Product Management overview, the more involved that a product manager is with the development team, the better. That involvement should be along the lines of a product owner who champions customer needs, the "why" of the product. When the involvement blurs into tasking, the "how" for a team, then there is a problem. Even with the best of intentions, this kind of utilization mindset tends to hide problems: defects, hand-offs, and unknowns. Interleaving scope and process tends toward locking scope, schedule, and quality. That's a recipe for failure.
      • The [[Product Manager answers the why]]
      • The [[Scrum Master answers the how]]