Stephen David-Williams
Stephen's blog

Stephen's blog

Follow
homebadgesnewsletter
Tag

software development

#software-development

More content

Read more stories on Hashnode


Articles with this tag

AI in data engineering  - Part 3

Jul 31, 202318 min read

Preface🎬 In part 2, we went over a few AI solutions with an architecture we can use to start building custom AI tools that generate commercial value...

AI in data engineering  - Part 3

AI in data engineering  - Part 2

Jul 17, 202318 min read

Preface 🎬 In part 1, we explored the common challenges faced by data engineers to provide context into how AI tools can help solve these problems. In...

AI in data engineering  - Part 2

AI in data engineering - Part 1

Jul 16, 202321 min read

Building custom AI tools for data engineering purposes · Preface 🎬 I try to avoid engaging in buzzwords and hype content, but I have to admit, my...

AI in data engineering - Part 1

Unit testing in data engineering with Python 🔧🐍

Jun 18, 202311 min read

What is unit testing?🤔🧪 Unit testing is an automated test that verifies an individual unit of code is operating as it’s expected to. This can mean...

Unit testing in data engineering with Python 🔧🐍

Functional programming in data engineering with Python - Part 2

May 23, 202316 min read

Preface🚀 💡In part 1 of our "Functional programming in data engineering with Python" series, we explored some of the principles and techniques that...

Functional programming in data engineering with Python - Part 2

SOLID principles in data engineering - Part 3

May 12, 202319 min read

The Functional Programming (FP) version · Preface🚀 This blog aims to explore the question “Can functional programming comply with SOLID principles...

SOLID principles in data engineering - Part 3