Remove 2018 Remove Software Development Remove Test-Driven Development
article thumbnail

5 Ways to Live and Study Web Development in Great Britain Next Summer

The Crazy Programmer

In Module 01: Programming Fundamentals and Web Development, you’ll cover everything from OO programming in Python, to SQL database basics. You’ll also explore Web dev framework, Test Driven Development and Version control. You’ll also use Webpack / Express and use React.js

article thumbnail

My Best Essays

James Shore

I've been writing about agile software development for nearly 20 years, and most of it is available on this blog. The Agile Fluency™ Model: A Brief Guide to Success with Agile - 6 Mar 2018. Testing Without Mocks: A Pattern Language - 27 Apr, 2018. Test-driven development in a nutshell.

Insiders

Sign Up for our Newsletter

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

article thumbnail

My Best Essays

James Shore

I've been writing about agile software development for nearly 20 years, and most of it is available on this blog. The Agile Fluency™ Model: A Brief Guide to Success with Agile - 6 Mar 2018. Testing Without Mocks: A Pattern Language - 27 Apr, 2018. Test-driven development in a nutshell.

article thumbnail

Notes on our first-ever o11ycon (2018 SF)

Honeycomb

Observability is still young; these are the very early days of a movement that has the potential to change software development as we know it, making observability-driven development as ordinary and dominant as test-driven development has been for the past decade.

article thumbnail

AoAD2 Practice: No Bugs

James Shore

These folks had everything stacked against them—except their coach and her approach to software development. QSM Associates is a well-regarded company that performs independent audits of software development teams. It’s a matter of building quality in, rather than testing defects out, as “Key Idea: Build Quality in” on p.XX

article thumbnail

How I use React and Redux

Silk and Spinach

Recently I wrote a couple of tweets about React/Redux that attracted some interest and simultaneously divided opinion down the middle: Henceforward my @ reactjs #redux code will use new naming conventions: reducers -> read models actions -> events actionCreators -> commands — kevin rutherford (@kevinrutherford) April 05, 2018.

article thumbnail

AoAD2 Practice: Zero Friction

James Shore

Test-Driven Development. Inside the script, use a compiler or linter to tell you when you make syntax errors, and tests to tell you when you make semantic errors. Bache 2018]. You still need to be able to run your tests locally, though, for both reproducibility and speed. And learn the keyboard shortcuts.