Stephen David-Williams
Stephen's blog

Stephen's blog

Follow
homebadgesnewsletter
Tag

dataengineering

#dataengineering

More content

Read more stories on Hashnode


Articles with this tag

How to pretty print JSON files in Python

Aug 1, 20233 min read

PrefacešŸ“ƒ JSON is a powerful data format that machines and API endpoints use to talk to each other with. But JSON in its raw form can be difficult to...

How to pretty print JSON files in Python

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

SOLID principles in data engineering - Part 1

Apr 15, 202315 min read

SOLID principles are a set of principles that guide the software engineering process aiming to make code easier to read, test and maintain. This is a...

SOLID principles in data engineering - Part 1