07 / Journal

Thoughts from buildingreal AI systems.

Notes on LLM and RAG systems, MLOps, data engineering and the craft of shipping software that has to keep working.

27
Articles published
17
Topics covered

02 / All articles

Everything I’vewritten down.

Filter by topic or search for a specific problem.

2 articles of 26

Mobile Application Architecture: React Native vs. Native
React5 min read

Mobile Application Architecture: React Native vs. Native

When it comes to mobile app architecture, React Native and Native development offer distinct approaches. Coming from an iOS and Android development background, I initially faced challenges transitioning to React Native. This new environment marked a significant shift, having primarily focused on mobile development. However, I viewed this change as an opportunity to expand my…

Read article
Efficient Unit Testing with Jest for Gatsby, TypeScript, and React Testing Library
Mobile App Development2 min read

Efficient Unit Testing with Jest for Gatsby, TypeScript, and React Testing Library

The task to set up Jest and React Testing library for TDD using Gatsby is an easy one.Its tricky as i planned to use Typescripts in my test. Firstly, i installed jest, babel-jest and babel-preset-gatsby ensuring the presence of babel preset(s) which can be used internally for Gatsby site. npm install --save-dev jest babel-jest babel-preset-gatsby identity-obj-proxy tslint-react…

Read article

Discuss an idea

Working on somethingyou want to talk through?

If one of these posts is close to a problem you have, tell me about it - I’m happy to compare notes.

Let’s chat