article thumbnail

LLMs Demand Observability-Driven Development

Honeycomb

Our industry is in the early days of an explosion in software using LLMs, as well as (separately, but relatedly) a revolution in how engineers write and run code, thanks to generative AI. You can’t really write unit tests for this (nor practice TDD). It’s important to understand this, and why. 100% debuggable?

article thumbnail

Apiumhub is delighted to support YOW! LONDON 2022

Apiumhub

Clare Sudbery – Independent Technical Coach specialized in TDD, refactoring, continuous integration, and other eXtreme Programming (XP) practices. Dave Farley – Pioneer of Continuous Delivery & Author of the books “Continuous Delivery” and “Modern Software Engineer”.

Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

article thumbnail

Frontend developer based in Barcelona, join us!

Apiumhub

We follow strict agile principles and always use TDD & CI. Bachelor Degree in computer sciences, software engineering or similar. Experience in working with TDD & CI. Focus on “continuous delivery”. You will work hand in hand with the in-house software team, project managers and remote team members.

article thumbnail

Our book “Software Architecture Metrics: Case Studies to Improve the Quality of Your Architecture” is published!

Apiumhub

He is a former practitioner of Agile methodologies, particularly extreme programming, with experience in practices like TDD, continuous integration, build pipelines, and evolutionary design. He is a speaker at many international conferences, including the O’Reilly Software Architecture Conference.

article thumbnail

Talks with Software Development Experts Initiative

Apiumhub

These interviews are a valuable resource that can be helpful for those interested in starting a career in software development or in listening to expert advice. Inma started working as a software developer back in 2012, and now she works as a backend competence lead at Mango.

article thumbnail

LLMs Demand Observability-Driven Development

Honeycomb

Our industry is in the early days of an explosion in software using LLMs, as well as (separately, but relatedly) a revolution in how engineers write and run code, thanks to generative AI. You can’t really write unit tests for this (nor practice TDD). It’s important to understand this, and why. 100% debuggable?

article thumbnail

How to Execute Effective Automated Tests

Modus Create

Tests that should not be automated: Test cases that are newly designed and not executed manually at least one time, except when you have TDD or BDD styles. What is Continuous Integration and Continuous Delivery? It is not possible to talk about CI without mentioning Continuous Delivery (CD).

Testing 98