← Back to home

Stories

Writing

Essays and notes on software engineering, AI, fintech, and building products.

31 Dec 2024

2024: Year in Review

As we close the chapter on 2024, this article reflects on the pivotal moments, milestones, and lessons that defined the year. From groundbreaking technological advancements to personal and professional growth, I’ll take you through the highlights of a transformative year. Join me on this journey as we celebrate progress and look ahead to the opportunities of the future.

12 Dec 2024

Building AI-Powered Web Apps With Vercel AI SDK

Discover how to seamlessly integrate AI capabilities into your web applications using the Vercel AI SDK. This article breaks down the tools, techniques, and best practices for building smarter, more interactive web apps. Whether you're enhancing user experiences or automating workflows, learn how to unlock the full potential of AI in modern web development.

14 Nov 2024

A Beginners Guide to Writing Clean Code

A beginner's guide to writing clean and readable code

14 Nov 2024

Hello World! I am Julius

The Hello World Program has become a traditional when learning a programming language. I write about it on my Medium platform.

2 Nov 2024

Using Pointers in Go

Pointers are one of the important features of Go. It enhances performance, manage memory effectively, and provide flexibility on how data structures and functions interact. But then, what are pointers?

11 Oct 2024

0s & 1s: The Language of the computer

Binary code, composed of 0s and 1s, is the foundational language of computers, enabling complex data processing and efficient operations.