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

Jun 8, 2020

-

12 min read

Python and Go : Part I - gRPC

go python grpc golang

Series Index Python and Go: Part I - gRPC Python and Go: Part II - Extending Python With Go Python and Go: Part III - Packaging Python Code Python and Go: Part IV - Using …

Published

May 15, 2020

-

15 min read

Dgraph, GraphQL, Schemas, and CRUD

dgraph graphql go training golang

Introduction In most of the reviews for this post, I was asked why choose a graph database over something else? This is a hard question to answer since my experience …

Published

Apr 16, 2020

-

8 min read

Getting Started With Dgraph and GraphQL+-

dgraph graphql+- go training golang

Introduction I have spent a career building business applications that work with databases, starting with SQL and then moving to No-SQL. I’ve been curious how Graph …

Published

Apr 13, 2020

-

12 min read

Modules Part 06: Vendoring

go Training golang

Series Index Why and What Projects, Dependencies and Gopls Minimal Version Selection Mirrors, Checksums and Athens Gopls Improvements Vendoring Introduction It’s no …

Published

Apr 8, 2020

-

10 min read

Modules Part 05: Gopls Improvements

go Training golang

Series Index Why and What Projects, Dependencies and Gopls Minimal Version Selection Mirrors, Checksums and Athens Gopls Improvements Vendoring Prelude This is a guest …

go Training golang docker

Series Index Reducing Image Size Details Specific To Different Languages Going Farther To Reduce Image Size Introduction In the first two parts of this series, we covered …

go Training golang docker

Series Index Reducing Image Size Details Specific To Different Languages Going Farther To Reduce Image Size Introduction In the first part, we introduced multi-stage …

Published

Feb 10, 2020

-

17 min read

Modules Part 04: Mirrors, Checksums and Athens

go Training golang

Series Index Why and What Projects, Dependencies and Gopls Minimal Version Selection Mirrors, Checksums and Athens Gopls Improvements Vendoring Introduction One of the …

Published

Feb 4, 2020

-

14 min read

Docker Images : Part I - Reducing Image Size

go Training golang docker

Series Index Reducing Image Size Details Specific To Different Languages Going Farther To Reduce Image Size Introduction When getting started with containers, it’s …