schmonz.com is a Fediverse instance that uses the ActivityPub protocol. In other words, users at this host can communicate with people that use software like Mastodon, Pleroma, Friendica, etc. all around the world.

This server runs the snac software and there is no automatic sign-up process.

Search results for tag #extremeprogramming

[?]TheLambdaDev » 🌐
@thelambdadev@mastodon.social

This involves guiding the team in adopting best practices and fostering a culture where technical debt is acknowledged and managed proactively.

Read more 👉 lttr.ai/At57e

    [?]TheLambdaDev » 🌐
    @thelambdadev@mastodon.social

    This principle protects your business and future-proofs your codebase.

    Read more 👉 lttr.ai/At5lS

      [?]TheLambdaDev » 🌐
      @thelambdadev@mastodon.social

      One key insight from the book is how technical debt accumulates when suboptimal technical decisions are made.

      Read more 👉 lttr.ai/At3Vc

        [?]TheLambdaDev » 🌐
        @thelambdadev@mastodon.social

        Software architecture isn’t just about designing robust systems; it’s about ensuring that software is always in a releasable state.

        Read more 👉 lttr.ai/At3O0

          [?]TheLambdaDev » 🌐
          @thelambdadev@mastodon.social

          By championing robust deployment pipelines and effectively managing technical debt, you empower teams to deliver high-quality software quickly while safeguarding long-term health.

          Read more 👉 lttr.ai/At1Nb

            [?]TheLambdaDev » 🌐
            @thelambdadev@mastodon.social

            As a Staff Engineer, you can play a pivotal role by identifying and addressing sources of technical debt.

            Read more 👉 lttr.ai/At1Fu

              [?]TheLambdaDev » 🌐
              @thelambdadev@mastodon.social

              [?]TheLambdaDev » 🌐
              @thelambdadev@mastodon.social

              As a Staff Engineer, you can lead by example by introducing DIP in critical areas of the codebase and mentoring your team to adopt this mindset.

              Read more 👉 lttr.ai/AtjPC

                [?]TheLambdaDev » 🌐
                @thelambdadev@mastodon.social

                Staff Engineers can lead efforts to mitigate this by implementing regular code reviews, prioritizing refactoring during sprints, and setting realistic goals.

                Read more 👉 lttr.ai/AteWk

                  [?]TheLambdaDev » 🌐
                  @thelambdadev@mastodon.social

                  By modeling humility and demonstrating that the mission’s success is more important than individual accolades, Tech Managers set the standard for their teams to follow.

                  Read more 👉 lttr.ai/AtXyp

                    [?]TheLambdaDev » 🌐
                    @thelambdadev@mastodon.social

                    Applying DIP in the PDF library case means designing an abstraction layer—a generic interface for PDF generation—on which your codebase depends.

                    Read more 👉 lttr.ai/AtHO5

                      [?]TheLambdaDev » 🌐
                      @thelambdadev@mastodon.social

                      As highlighted in Extreme Ownership by Jocko Willink and Leif Babin, ego must be balanced with humility to unlock true leadership potential.

                      Read more 👉 lttr.ai/As5iB

                        [?]TheLambdaDev » 🌐
                        @thelambdadev@mastodon.social

                        For a Staff Engineer, embracing this expanded role is not about abandoning their technical roots but leveraging them to create value at scale.

                        Read more 👉 lttr.ai/AsriN

                          [?]TheLambdaDev » 🌐
                          @thelambdadev@mastodon.social

                          Adaptability and security are crucial in software development, especially in a rapidly changing ecosystem of libraries and frameworks.

                          Read more 👉 lttr.ai/Aso2C

                            [?]TheLambdaDev » 🌐
                            @thelambdadev@mastodon.social

                            Encourage developers to think about the lifecycle of third-party libraries and design systems with flexibility.

                            Read more 👉 lttr.ai/Asc2m

                              [?]TheLambdaDev » 🌐
                              @thelambdadev@mastodon.social

                              Imagine the time and effort saved when switching libraries, which involves implementing a new adapter for the abstraction rather than refactoring the entire application.

                              Read more 👉 lttr.ai/Ascr1

                                [?]TheLambdaDev » 🌐
                                @thelambdadev@mastodon.social

                                Regularly reinforcing the “why” behind the work and fostering open dialogue can help individuals see beyond their interests.

                                Read more 👉 lttr.ai/Asaf1

                                  [?]TheLambdaDev » 🌐
                                  @thelambdadev@mastodon.social

                                  Decoupling your core logic from external dependencies reduces technical debt, legal risks, and the time to market for future changes.

                                  Read more 👉 lttr.ai/AsMhS

                                    [?]TheLambdaDev » 🌐
                                    @thelambdadev@mastodon.social

                                    As a Staff Engineer, embracing and promoting DIP can elevate your team’s architecture, ensuring adaptability and resilience.

                                    Read more 👉 lttr.ai/AsMhF

                                      [?]TheLambdaDev » 🌐
                                      @thelambdadev@mastodon.social

                                      A perfect example is when a commonly used library changes its licensing terms—say, a PDF generation library switching to AGPL-3, which introduces legal complexities.

                                      Read more 👉 lttr.ai/AsMhB

                                        [?]TheLambdaDev » 🌐
                                        @thelambdadev@mastodon.social

                                        The result is a resilient architecture capable of weathering changes in technology and licensing landscapes, giving your organization a competitive edge.

                                        Read more 👉 lttr.ai/AsMgz

                                          [?]TheLambdaDev » 🌐
                                          @thelambdadev@mastodon.social

                                          The Dependency Inversion Principle states that high-level modules (business logic) should not depend on low-level modules (libraries); both should depend on abstractions.

                                          Read more 👉 lttr.ai/AsMgv

                                            [?]TheLambdaDev » 🌐
                                            @thelambdadev@mastodon.social

                                            The Dependency Inversion Principle (DIP), a core tenet of SOLID principles, provides a pathway to safeguard your business from disruptions.

                                            Read more 👉 lttr.ai/AsMgj

                                              [?]TheLambdaDev » 🌐
                                              @thelambdadev@mastodon.social

                                              The role of a Staff Engineer has expanded far beyond technical excellence.

                                              Read more 👉 lttr.ai/AsMgh

                                                [?]TheLambdaDev » 🌐
                                                @thelambdadev@mastodon.social

                                                Applying the Dependency Inversion Principle (DIP) empowers your team to build more secure, adaptable, and aligned systems with long-term business goals.

                                                Read more 👉 lttr.ai/AsMgN

                                                  [?]TheLambdaDev » 🌐
                                                  @thelambdadev@mastodon.social

                                                  Building Resilient Systems with Dependency Inversion Principle
                                                  lttr.ai/AsCyF

                                                    [?]TheLambdaDev » 🌐
                                                    @thelambdadev@mastodon.social

                                                    Conversely, when unchecked, it can cloud judgment, disrupt collaboration, and derail projects.

                                                    Read more 👉 lttr.ai/AsCx0

                                                      [?]TheLambdaDev » 🌐
                                                      @thelambdadev@mastodon.social

                                                      As a Staff Engineer, championing principles like DIP will enhance your team’s technical excellence and strengthen the foundation of your software systems.

                                                      Read more 👉 lttr.ai/AsCxy

                                                        [?]TheLambdaDev » 🌐
                                                        @thelambdadev@mastodon.social

                                                        This foundation of trust and transparency creates an environment where ideas can flow freely, and the best solutions prevail rather than the loudest voices.

                                                        Read more 👉 lttr.ai/AsCxm

                                                          [?]TheLambdaDev » 🌐
                                                          @thelambdadev@mastodon.social

                                                          On one hand, it can drive ambition and excellence, pushing individuals and teams to surpass expectations.

                                                          Read more 👉 lttr.ai/AsCxi

                                                            [?]TheLambdaDev » 🌐
                                                            @thelambdadev@mastodon.social

                                                            Avoiding complacency isn’t just about maintaining momentum; it’s about staying competitive and prepared for unforeseen challenges.

                                                            Read more 👉 lttr.ai/AsAqg

                                                              [?]TheLambdaDev » 🌐
                                                              @thelambdadev@mastodon.social

                                                              Tech Managers must instill a mindset of humility and curiosity, encouraging their teams to see challenges as opportunities to learn and grow.

                                                              Read more 👉 lttr.ai/Ar3Te

                                                                [?]TheLambdaDev » 🌐
                                                                @thelambdadev@mastodon.social

                                                                Simple practices, such as celebrating collective wins and highlighting cross-functional contributions, shift the focus from “I” to “we.”

                                                                Read more 👉 lttr.ai/Ar3Ko

                                                                  [?]TheLambdaDev » 🌐
                                                                  @thelambdadev@mastodon.social

                                                                  This involves honest assessments of successes and failures and ensuring the team remains adaptive to changing demands.

                                                                  Read more 👉 lttr.ai/Ar09f

                                                                    Back to top - More...