Posts Tagged "Engineering"
Building my own 'app'
Sharing a bit of my journey in a building an app for myself and my wife. This might help others aiming to build their own app, or find the app I'm building useful for themselves!
Read Post
JavaScript Tip - RegEx Instances Hold State
A lesson learnt in JavaScript and state where you least expect it - RegEx.
Read Post
On Cookies and the .NET HttpClient
I hope you never have to experience this, but in case you... Here's how you can use cookies to communicate in a server to server set up - but ONLY if you absolutely must!
Read Post
Building the right thing - Functional Suitability in Software Quality
We explore functional suitability as we delve into the quality characteristics in this instalment of my series on software quality. It's important to build software right, but arguably its more important to build the right thing.
Read Post
Software Quality - A rambling preamble
Software quality is crucial but often overlooked in favor of new features, leading to long-term costs and technical debt. The ISO/IEC 25010 model provides a framework for evaluating quality, covering security, performance, and usability, amongst other characteristics. This series will explore key characteristics, starting with defining what software quality entails!
Read Post