#software-development
Read more stories on Hashnode
Articles with this tag
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...
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...
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...
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...
Preface🚀 💡In part 1 of our "Functional programming in data engineering with Python" series, we explored some of the principles and techniques that...
The Functional Programming (FP) version · Preface🚀 This blog aims to explore the question “Can functional programming comply with SOLID principles...