Home
All Articles
Publications
Ebook
Contact
Home
All Articles
Publications
Ebook
Contact
Articles
5 Reasons Toyota Is Better At Lean Manufacturing Than You
1/17/2024
The Toyota Way from Jeff Liker is a great book with excellent ideas about how to run a manufacturing organisation. Many of the ideas are transferable and as effective for activities outside of manufacturing.
Software delivery management is a technical discipline
12/28/2023
When managers lack the skills to deliver.
Book Review: DevOps For The Modern Enterprise – Hering
9/17/2023
Read this book if you need to lead your team, organisation to become proficient software developers.
The Framework Is Out To Screw You
6/8/2023
Software engineers have access to an ocean of frameworks, but these frameworks have hidden costs that reveal themselves in the latter stages of an application's development.
Podcast Episode 2 - Dylan McCarthy
6/1/2023
Dylan McCarthy. We discussed the recent MS Build conference from Microsoft and the new AI frameworks and data products from Azure. Episode 2 of the Daniel Stojanov Podcast.
Podcast Episode 1 - Basarat Ali Syed
5/22/2023
Basarat Ali Syed. Interview on the Daniel Stojanov Podcast.
Book Review: The Decline and Fall of IBM – Robert Cringely
5/10/2023
A brutal characterisation of corporate mismanagement and the decline of IBM.
ZenUML: Sequence Diagrams as Code
4/27/2023
ZenUML is a useful and simple tool to create sequence diagrams with minimal effort.
VTK commands
3/29/2023
Important VTK methods and functions.
Colour models used in VTK
3/28/2023
Eighth article in a series on VTK, covering colour models.
VTK: Example plotting application
3/27/2023
An application created with VTK. We build on the previous topics covered in this series.
VTK: Transformations
3/26/2023
Sixth article in a series on VTK covers geometric transformations of models.
VTK: Lookup tables
3/24/2023
Fifth article in a series on VTK covers lookup tables.
Software engineering is craftsmanship, not manufacturing
3/23/2023
Why do the principles of manufacturing in the factory not apply to software engineering?
VTK Data: Creating polygon data
3/23/2023
Article 4 in a series on VTK covering different data models and creating polygon data in VTK.
VTK Example: Rendering a simply glyph
3/22/2023
This second article in a series on VTK covers how to get setup and an overview of VTK.
VTK: High-level overview
3/21/2023
This second article in a series on VTK provides an overview of VTK and covers how to get setup.
VTK Python Tutorial Series: What is VTK?
3/20/2023
A brief introduction to VTK, a library to create 3D visualisations. This is the first post in a series on the VTK toolkit.
Python Iterators
2/20/2023
We go in-depth on Python iterators, generators.
How To Beat AI In a ChatGPT World
2/13/2023
What does a 150 year old infographic have to teach us about the human mind and how it remains unsurpassed by AI.
Book Review: Linear Algebra – Shilov
2/8/2023
A great introductory book to linear algebra. Suitable for beginners, but lacking in some areas covered by more modern texts.
Learn the Python for Loop
2/5/2023
Learn the Python for loop. We cover the syntax, some of its inner workings, and useful auxiliary functions.