Logo
    Search

    Podcast Summary

    • Software Craftsmanship PrinciplesSoftware craftsmanship is about creating beautiful, maintainable, deployable, and monitored software by focusing on user experience, community, and continuous improvement, resulting in robust applications that meet user needs and bring joy.

      Software craftsmanship goes beyond just writing functional code. It's about creating beautiful, carefully crafted software that not only works but is also maintainable, deployable, and monitored. A software craftsperson takes a holistic approach, considering the user experience, community, and continuous improvement. This mindset results in robust applications that meet user needs and bring joy. The principles of software craftsmanship include not only responding to change but also steadily adding value, focusing on individuals and interactions as well as a community of professionals, and ensuring customer collaboration and productive partnerships. By embodying these principles, software craftspeople elevate their work beyond the role of a developer and become true artisans.

    • Software Craftsmanship MindsetJoining a software craftsmanship community provides hands-on learning opportunities and a supportive network, enabling individuals to fully embrace the craftsmanship mindset and improve their skills through continuous learning and testing.

      Software craftsmanship is a mindset and career path focused on creating high-quality, well-performing applications through continuous learning, testing, and community building. Software craftspeople prioritize quality over quantity and value the importance of a supportive community. One individual's journey to software craftsmanship began with a desire to improve their skills and incorporate test-driven development (TDD) into their daily work. Previously, they had learned TDD through code retreats but struggled to apply it effectively in their projects. Joining a software craftsmanship Dojo provided them with hands-on learning opportunities and a supportive community, helping them to fully embrace the craftsmanship mindset and overcome burnout from their previous software development experiences. Overall, software craftsmanship offers a fulfilling and collaborative approach to building software, allowing individuals to continually grow and contribute to the field.

    • Growth Mindset for Software CraftspeopleEmbrace a growth mindset to continuously improve skills, engage in daily coding exercises, use tools like DASA DevOps quick scan for insights, adopt methodologies like 12 Factor App, and focus on getting 1% better daily.

      Practicing a growth mindset is essential for continuous improvement as a software craftsperson. This means acknowledging that skills can be developed and incrementally improved over time, rather than viewing them as fixed. Daily coding exercises, using new methods, and benchmarking skills using tools like the DevOps Agile Skills Association (DASA) DevOps quick scan, can help in this journey. The quick scan assesses skills in various areas, providing insights into areas for improvement. Adopting a methodology like the 12 Factor App for building quality cloud applications can also contribute to growth, as it promotes scalability and adherence to best practices. Remember, the growth mindset doesn't just apply to individuals; it's crucial for building a community of software craftspeople. By focusing on getting 1% better each day, we can create a culture of continuous improvement. For further reading, explore the Software Craftsmanship Manifesto.

    • Software CraftsmanshipReading resources like 'The Software Craftsman', 'Apprenticeship Patterns', and 'The Pragmatic Programmer' and adopting a continuous improvement mindset can help transform us from developers to software craftspersons, leading to better software design and a significant impact on our work over time.

      Embracing the mindset of a software craftsperson can significantly improve the way we build applications. This transformation involves treating it as a continuous journey, where resources like "The Software Craftsman" by Sandro Mancuso, "Apprenticeship Patterns" by Dave Hoover and Adewale O'Shea, and "The Pragmatic Programmer" by David Thomas and Andrew Hunt can provide valuable insights. By focusing on self-improvement and the crafting of well-designed software, we can make a 1% improvement daily, leading to a substantial impact on our work over the course of a year. Remember, the goal is to shift our identity from a developer to a software craftsperson, and there are various resources and methodologies, such as the Manifesto for Software Craftsmanship, that can help guide us on this journey.

    Recent Episodes from Programming Tech Brief By HackerNoon

    Laravel Under The Hood - What Are Facades?

    Laravel Under The Hood -  What Are Facades?

    This story was originally published on HackerNoon at: https://hackernoon.com/laravel-under-the-hood-what-are-facades.
    Laravel offers an elegant method-calling feature called Facades. They resemble static methods, but well, they are not! What kind of magic is Laravel doing?
    Check more stories related to programming at: https://hackernoon.com/c/programming. You can also check exclusive content about #laravel, #laravel-framework, #php, #design-patterns, #what-are-facades, #laravel-tips-and-tricks, #hackernoon-top-story, #regular-facades-explained, and more.

    This story was written by: @oussamamater. Learn more about this writer by checking @oussamamater's about page, and for more stories, please visit hackernoon.com.

    Laravel ships with many Facades that we often use. We will discuss what they are, how we can create our own Facades, and also learn about real-time Facades.

    Bits to Qubits: Decoding my dive into the IBM Quantum Challenge 2024

    Bits to Qubits: Decoding my dive into the IBM Quantum Challenge 2024

    This story was originally published on HackerNoon at: https://hackernoon.com/bits-to-qubits-decoding-my-dive-into-the-ibm-quantum-challenge-2024.
    An insightful exploration of IBMs Quantum Challenge 2024, guiding readers through the challenges & learnings, from AI Transpilers to large-scale VQC simulation
    Check more stories related to programming at: https://hackernoon.com/c/programming. You can also check exclusive content about #developer-experience, #quantum-computing, #quantum-machine-learning, #future-of-technology, #artificial-intelligence, #quantum-engineer, #ibm-quantum-challenge-2024, #hackernoon-top-story, and more.

    This story was written by: @drpersadh. Learn more about this writer by checking @drpersadh's about page, and for more stories, please visit hackernoon.com.

    Darshani Persadh took part in the IBM Quantum Challenge 2024. The challenge was aimed at empowering problem-solvers with the skills and knowledge to leverage the power of quantum computing. Darshani Persadh says the challenge was a game changer for quantum engineers.

    Mastering User-Centric Software Documentation

    Mastering User-Centric Software Documentation

    This story was originally published on HackerNoon at: https://hackernoon.com/mastering-user-centric-software-documentation.
    Who reads your documentation? Understand the user to focus on their needs and make documentation useful.
    Check more stories related to programming at: https://hackernoon.com/c/programming. You can also check exclusive content about #technical-writing, #technical-documentation, #technical-writing-tips, #software-documentation, #user-experience, #user-centric-documentation, #effective-software-guides, #software-documentation-tips, and more.

    This story was written by: @akuznetsovaj. Learn more about this writer by checking @akuznetsovaj's about page, and for more stories, please visit hackernoon.com.

    The User is a human being, who represents the target group. Target group will use the documentation in their everyday work to find out how to use the piece of software to fulfill their professional needs. The documentation should look like a helpful advice provided by an experienced friendly professional – this is the popular requirement from corporate style guides.

    Node.js Tutorial: How to Build a Simple Event-Driven Application With Kafka

    Node.js Tutorial: How to Build a Simple Event-Driven Application With Kafka

    This story was originally published on HackerNoon at: https://hackernoon.com/nodejs-tutorial-how-to-build-a-simple-event-driven-application-with-kafka.
    Build a real-time event-driven app with Node.js and Kafka on Heroku. Follow this step-by-step guide to set up, deploy, and manage your application efficiently.
    Check more stories related to programming at: https://hackernoon.com/c/programming. You can also check exclusive content about #heroku, #kafka, #event-driven-architecture, #web-development, #javascript-tutorial, #nodejs-tutorial, #event-driven-application-guide, #hackernoon-top-story, and more.

    This story was written by: @alvinslee. Learn more about this writer by checking @alvinslee's about page, and for more stories, please visit hackernoon.com.

    Learn how to build a simple event-driven application using Node.js and Apache Kafka on Heroku. This guide covers setting up a Kafka cluster, creating a Node.js app to produce and consume events, and deploying the application on Heroku. By the end, you'll have a working example of an event-driven architecture with real-time data processing.

    Mastering User-Centric Software Documentation

    Mastering User-Centric Software Documentation

    This story was originally published on HackerNoon at: https://hackernoon.com/mastering-user-centric-software-documentation.
    Who reads your documentation? Understand the user to focus on their needs and make documentation useful.
    Check more stories related to programming at: https://hackernoon.com/c/programming. You can also check exclusive content about #technical-writing, #technical-documentation, #technical-writing-tips, #software-documentation, #user-experience, #user-centric-documentation, #effective-software-guides, #software-documentation-tips, and more.

    This story was written by: @akuznetsovaj. Learn more about this writer by checking @akuznetsovaj's about page, and for more stories, please visit hackernoon.com.

    The User is a human being, who represents the target group. Target group will use the documentation in their everyday work to find out how to use the piece of software to fulfill their professional needs. The documentation should look like a helpful advice provided by an experienced friendly professional – this is the popular requirement from corporate style guides.

    Node.js Tutorial: How to Build a Simple Event-Driven Application With Kafka

    Node.js Tutorial: How to Build a Simple Event-Driven Application With Kafka

    This story was originally published on HackerNoon at: https://hackernoon.com/nodejs-tutorial-how-to-build-a-simple-event-driven-application-with-kafka.
    Build a real-time event-driven app with Node.js and Kafka on Heroku. Follow this step-by-step guide to set up, deploy, and manage your application efficiently.
    Check more stories related to programming at: https://hackernoon.com/c/programming. You can also check exclusive content about #heroku, #kafka, #event-driven-architecture, #web-development, #javascript-tutorial, #nodejs-tutorial, #event-driven-application-guide, #hackernoon-top-story, and more.

    This story was written by: @alvinslee. Learn more about this writer by checking @alvinslee's about page, and for more stories, please visit hackernoon.com.

    Learn how to build a simple event-driven application using Node.js and Apache Kafka on Heroku. This guide covers setting up a Kafka cluster, creating a Node.js app to produce and consume events, and deploying the application on Heroku. By the end, you'll have a working example of an event-driven architecture with real-time data processing.

    6 Steps To Run Spin Apps on Your Kubernetes Cluster

    6 Steps To Run Spin Apps on Your Kubernetes Cluster

    This story was originally published on HackerNoon at: https://hackernoon.com/6-steps-to-run-spin-apps-on-your-kubernetes-cluster.
    Deploy and run serverless WebAssembly workloads on Kubernetes using SpinKube with these six simple steps.
    Check more stories related to programming at: https://hackernoon.com/c/programming. You can also check exclusive content about #webassembly, #wasm, #helm, #kubectl, #spin-apps, #kubernetes, #spinkube, #serverless-webassembly, and more.

    This story was written by: @thorstenhans. Learn more about this writer by checking @thorstenhans's about page, and for more stories, please visit hackernoon.com.

    With open source [SpinKube], you can run serverless WebAssembly workloads (Spin Apps) natively on Kubernetes. To follow along the instructions of this article, you must have the following in place: Access to a Kubectl cluster. The Helm CLI installed on your machine. Language specific tooling installed on yourmachine. A script to deploy SpinKube to the currently active cluster.

    How to Build a Web Page Summarization App With Next.js, OpenAI, LangChain, and Supabase

    How to Build a Web Page Summarization App With Next.js, OpenAI, LangChain, and Supabase

    This story was originally published on HackerNoon at: https://hackernoon.com/how-to-build-a-web-page-summarization-app-with-nextjs-openai-langchain-and-supabase.
    An app that can understand the context of any web page. We'll show you how to create a handy web app that can summarize the content of any web page
    Check more stories related to programming at: https://hackernoon.com/c/programming. You can also check exclusive content about #langchain, #large-language-models, #nextjs, #openai, #supabase, #productivity, #web-page-summarization, #hackernoon-top-story, and more.

    This story was written by: @nassermaronie. Learn more about this writer by checking @nassermaronie's about page, and for more stories, please visit hackernoon.com.

    In this article, we'll show you how to create a handy web app that can summarize the content of any web page. Using [Next.js] for a smooth and fast web experience, [LangChain] for processing language, [OpenAI](https://openai.com/) for generating summaries, and [Supabase] for managing and storing vector data, we will build a powerful tool together.

    How Order in iF Statement Impacts on Performance

    How Order in iF Statement Impacts on Performance

    This story was originally published on HackerNoon at: https://hackernoon.com/how-order-in-if-statement-impacts-on-performance.
    Explore how optimizing condition order in code led to a 50% performance boost in Skaffold's latest update. Learn practical tips for improving code efficiency.
    Check more stories related to programming at: https://hackernoon.com/c/programming. You can also check exclusive content about #go, #skaffold, #open-source, #contributing-to-open-source, #performance-optimization, #if-statements, #io-operations, #go-guide, and more.

    This story was written by: @idsulik. Learn more about this writer by checking @idsulik's about page, and for more stories, please visit hackernoon.com.

    Discover how reordering conditions in code significantly enhance performance. By prioritizing static checks over costly I/O operations, unnecessary computations will be avoided, reducing function calls by half during builds and updates. Practical insights on optimizing condition order in your own code are shared, emphasizing the importance of strategic placement for faster and more efficient executions.

    Steganography: How to Hide Text in Images Using JavaScript

    Steganography: How to Hide Text in Images Using JavaScript

    This story was originally published on HackerNoon at: https://hackernoon.com/steganography-how-to-hide-text-in-images-using-javascript.
    Steganography is a method of hiding secret messages in another, non-secret file. This article describes how to implement such an encoding engine using JS.
    Check more stories related to programming at: https://hackernoon.com/c/programming. You can also check exclusive content about #javascript, #steganography, #hiding-text-in-images, #what-is-stenography, #steganographic-engine-guide, #javascript-tutorial, #decoding-hidden-messages-guide, #hackernoon-top-story, and more.

    This story was written by: @andriiromasiun. Learn more about this writer by checking @andriiromasiun's about page, and for more stories, please visit hackernoon.com.

    Steganography is a method of hiding secret messages in another, non-secret file. Users can upload an image to read the hidden message in it, or to encode a message in an image themselves. This article describes how to implement such an encoding engine using JavaScript.