Stefan Feissliengineering.amberdata.com·Jan 24, 2025Engineering Challenges of a Scale-Up: Transitioning Amberdata from Product-Market Fit to a Growth CompanyI love startups. They embody the essence of entrepreneurship, innovation, and disruption. It’s fascinating how a simple idea can change the world. However, transforming an idea into a successful business requires tremendous work, many iterations, per...41 readsAmberdata
Eleftherios D.codinginsights.hashnode.dev·Jan 17, 2025Updating Records: A Cautionary TaleI was working on a new project where we need to show users what’s changed with the contacts they follow. Users want to see when and where their contacts changed roles—whether it’s within the same organization or at a different one. The Surprise Disco...Databases
Niels Humbeckbuilding-data-products.com·Dec 18, 2024From Data Lifecycle to DataOps ArchitectureData is a valuable asset for the most companies in the 21st century. Like other assets data needs to be managed over the whole lifecycle. Mismanagement of data can result in many risks like: data losses or breaches resulting in disclosure of private ...Building Data Products with DataOps MethodologyTeamDataScienceProcess
Thomas Johnsontomjohnson3.hashnode.dev·Dec 6, 2024Technical Debt Demystified: What It Is and How to Manage ItTechnical debt represents the future costs and complications that emerge from compromises made during software development. While often mischaracterized as the result of poor development practices, technical debt typically stems from complex organiza...technical-debt
Brunobrunobuddy.hashnode.dev·Dec 4, 2024From DEV to CTO: Embracing technical DebtHow can I have a debt if I didn't borrow any money ? This is the first question that technical debt brings to mind. But let's approach technical dept with an example: Bob had to paint his flat, he spent all Saturday doing it. He was invited to a real...technical-debt
Nicole Gathanynicolegathany.hashnode.dev·Nov 11, 2024Should Your Team Focus on Technical Debt or New Features?As software engineers, especially those of us working with legacy code, we often find ourselves caught in a familiar tug-of-war: should we focus on shipping new features or address our mounting technical debt? Recently, I experienced this firsthand w...tech-debt
Saurabh Mahajanwww.saurabhmahajan.blog·Nov 2, 2024Technical Debt : Pay Now OR Pay (Heavy Price) LaterWhat is Technical Debt ? Technical debt refers to the implied cost of additional work caused by choosing a quick, easy, or temporary solution over a better approach that may take more time or resources. Essentially, it’s a compromise in the code or s...32 reads"Management is doing things right; Leadership is doing right things" - P.Druckertechnical-debt
TECHcommunity_SAGtechcommsag.hashnode.dev·Oct 29, 2024Using enterprise architecture to beat the technical debt trapAbout this video Every business eventually accumulates technical debt, and yours is no exception. IT starts to make concessions in order to reach delivery targets within schedule and budgetary restrictions, but these concessions eventually turn into ...enterprise
NaveenKumar VRclaybrainer.com·Oct 20, 2024SonarQube Essentials: Why It’s Crucial in CI PipelinesHello and welcome, fellow DevOps enthusiasts! Thanks for joining this exploration. In the upcoming sections, we’ll dive into SonarQube, uncover its benefits, and discuss why it’s essential for your projects. Let’s jump in and get the code quality par...1 like·44 readsSonarQube Insights: Solving Code Quality Challenges TogetherStatic Application Security Testing (SAST
Dhiraj Khapangiclean-code.hashnode.dev·Sep 25, 2024RefactoringClean Code Clean code is achieved through refactoring to tackle technical debt. Refactoring converts messy code into clean and more readable code. Properties of Clean Code It's widely understandable among tech savvies Fewer classes Passes all test...53 readsclean code