Ardan Labs
Featured Post

Using Tools: A Meeting Scheduler

Published Mar 17, 2026 8 min read

Introduction LLM are great, but they are trained on public data sets. In some cases, you need the LLM to use data that’s not publicly available or that’s frequently changing. There are …

Subscribe to our Newsletter

By signing up you get access to our FREE Training Bundle, Technical Tuesday releases, Special Offers, & Notifications on our latest content.

All Blog Posts

Published

Oct 24, 2017

-

22 min read

The Behavior Of Channels

go Training golang

Introduction When I started to work with Go’s channels for the first time, I made the mistake of thinking about channels as a data structure. I saw channels as a queue …

Published

Jul 15, 2017

-

10 min read

Interface Semantics

go Training golang

Prelude If you want to put this post in some better context, I suggest reading the following series of posts, which lay out some other fundamental and relevant design …

Published

Jun 27, 2017

-

8 min read

For Range Semantics

go Training golang

Prelude These are good posts to read first to better understand the material presented in this post: Index of the four part series: Language Mechanics On Stacks And …

Published

Jun 8, 2017

-

14 min read

Design Philosophy On Data And Semantics

go Training golang

Prelude This is the final post in a four part series discussing the mechanics and design behind pointers, stacks, heaps, escape analysis and value/pointer semantics in …

Published

Jun 1, 2017

-

15 min read

Language Mechanics On Memory Profiling

go Training golang

Prelude This is the third post in a four part series that will provide an understanding of the mechanics and design behind pointers, stacks, heaps, escape analysis and …

Published

May 26, 2017

-

12 min read

Language Mechanics On Escape Analysis

go Training golang

Prelude This is the second post in a four part series that will provide an understanding of the mechanics and design behind pointers, stacks, heaps, escape analysis and …

Published

May 18, 2017

-

14 min read

Language Mechanics On Stacks And Pointers

go Training golang

Prelude This is the first post in a four part series that will provide an understanding of the mechanics and design behind pointers, stacks, heaps, escape analysis and …

Published

May 10, 2017

-

6 min read

Design Philosophy On Logging

go Training golang

Prelude This post is part of a series designed to make you think about your own design philosophy on different topics. If you haven’t read the following post yet, please …

Published

Feb 24, 2017

-

8 min read

Package Oriented Design

go Training golang

Updated on February 28th, 2017 Prelude This post is part of a series of posts designed to make you think about your own design philosophy on different topics. If you …