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.

7 articles of 26

Building Real-Time Web applications with tRPC: A Comprehensive Guide
TypeScript11 min read

Building Real-Time Web applications with tRPC: A Comprehensive Guide

In today's digital world, real-time web applications have become increasingly popular, enabling users to experience instant updates and seamless interactions. One powerful tool that developers can leverage to build real-time web apps is tRPC. With tRPC, developers can create fully type-safe APIs using TypeScript, Next.js, Chakra UI, and Prisma ORM. This comprehensive guide will walk…

Read article
Building a Powerful GraphQL Server with Node.js: A Comprehensive Guide
JavaScript8 min read

Building a Powerful GraphQL Server with Node.js: A Comprehensive Guide

Next.js is thought of as a frontend React framework. It provides server-side contribution, built-in routing process and many features related to performance. As Next.js supports the API routes, so it provides the backend and frontend to React, in the same package and setup. We will dive into the process of setting up a GraphQL Server with…

Read article
Challenges and Best Practices in Docker Container Security
DevOps7 min read

Challenges and Best Practices in Docker Container Security

Docker Security: A Comprehensive Guide Docker containers have become increasingly popular in recent years, but with this popularity comes increased security concerns. Containers are more complex than traditional virtual machines, and securing them can be challenging. In this article, we will discuss the importance of Docker security, the reasons for the complexity of Docker containers,…

Read article
5 Ways to Instantly Improve Your Angular Codebase
Angular10 min read

5 Ways to Instantly Improve Your Angular Codebase

Angular is not that easy. It requires deep learning. Building easy to read and maintain apps is no doubt an art. This article shares 5 ways to improve your Angular codebase quality. It includes everything from naming your file, complicated topics such as redux to state management. Learn how you can use all these tips…

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
Remote Typescript Developer: GraphQL, TypeScript and PostgreSQL API
Artificial Intelligence8 min read

Remote Typescript Developer: GraphQL, TypeScript and PostgreSQL API

The go-to stack in recent times for developers, especially Remote Typescript Developers, revolves around GraphQl and Typescript. While I have utilized Vanilla JavaScript in a recent project, my experience with Typescript has been extensive. Despite not having direct hands-on experience initially, I found great assistance through a tutorial that guided me effectively. In this article,…

Read article
How TypeScript can be used with Node and Express?
JavaScript4 min read

How TypeScript can be used with Node and Express?

At the onset of my career, I embraced strong-typed languages as a web developer. However, the allure of JavaScript and Python's dynamic features captivated me. The flexibility of not declaring variables enhanced my productivity and fueled my passion. Initially skeptical about TypeScript, a pivotal shift occurred in my mindset. What prompted this change? I adopted…

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