Advertisement · 728 × 90

Posts by Vik

Post image

LLMs are magic.

6 months ago 1 0 0 0

It will still probably be goth.

6 months ago 0 0 0 0

Some good discussion there, would love to respond - but the invitation only model prevents me from doing so :(

6 months ago 0 0 0 0

I'd go with Rust, since I use Go daily. It all depends on your goals though.

6 months ago 1 0 0 0
Preview
It's survey time! How has Go has been working out for you? - The Go Programming Language Help shape the future of Go

Hey all go devs. Last two days to fill the annual Go Developer Survey. This is one of the best ways to impact the future trajectory of the language. It takes around 10-20 minutes to complete. Let's get involved.

go.dev/blog/survey2...

#golang

6 months ago 2 1 0 0

Yes, it's quite verbose.

6 months ago 0 0 0 0
Preview
Redis is fast - I'll cache in Postgres There are books & many articles online, like this one arguing for using Postgres for everything. I thought I’d take a look at one use case - using Postgres instead of Redis for caching. I work with AP...

Redis wins on speed but I'll still cache in PostgreSQL

dizzy.zone/2025/09/24/R...

#postgres #redis #golang #postgresql

6 months ago 1 0 0 0

This is a question I'm yet to find an answer to, please ping me if you do.

6 months ago 1 0 0 0

It depends on your architecture and what you are going for. I mostly cache specific objects in dedicated k/v stores such as redis. If a full response can be cached for a long time doing so on the reverse proxy might be an easy way to go, but I usually keep things cached app side.

6 months ago 0 0 0 0
Advertisement

Yes, mostly redis. Sometimes postgres.

6 months ago 1 0 1 0

Today I fell victim to a cache invalidation bug

6 months ago 1 0 1 0
Preview
How I, a non-developer, read the tutorial you, a developer, wrote for me, a beginner - annie's blog “Hello! I am a developer. Here is my relevant experience: I code in Hoobijag and sometimes jabbernocks and of course ABCDE++++ (but never ABCDE+/^+ are you kidding? ha!)  and I like working with ...

"How I, a non-developer, read the tutorial you, a developer, wrote for me, a beginner" by Annie Mueller 😅 😂 😭

anniemueller.com/posts/how-i-...

7 months ago 326 96 15 31

Welcome!

6 months ago 0 0 0 0
Preview
Dizzy zone A blog about IT, programming, my career and life

A short post on wrapping Go errors

dizzy.zone/2025/07/10/W...

9 months ago 1 0 0 0

It's not really an ORM though is it?

1 year ago 1 0 1 0

They do come in handy but I feel like they tend to be a bit overused. I personally rarely use them.

1 year ago 1 0 0 0

I have been liking it for a while now too!

1 year ago 1 0 0 0
Preview
State of my Homelab 2025 For many years now I’ve had at least one machine at home which would work as a server to host some apps. In the last couple of years I’ve been getting more into it which has led me to purchase additio...

I wrote up what my #homelab looks like.

If you're curious:

dizzy.zone/2025/03/10/S...

1 year ago 1 0 0 0
Advertisement

It's simple to read and understand.

1 year ago 1 0 1 0

care to share the blacklist?

1 year ago 0 0 0 0
Preview
My homelabs power consumption My homelab consists of 4 machines currently. When choosing them I tried to be energy conscious - using hardware which would not consume too much electrical power, while still trying to maintain the up...

My homelab consumes 36kWh of electricity a month.

dizzy.zone/2025/03/01/M...

1 year ago 3 0 0 0

You can never have too many Ethernet cables in a home.

1 year ago 1 0 0 0

I've been doing golang almost exclusively for quite a few years now, and the format still eludes me. I'm confident I'll never memorize it.

1 year ago 3 0 0 0

I've used both moq and mockery. I'm not too opposed to either, but if your interfaces are small then you don't really need them. Write an implementation for tests yourself. If you find your interfaces are too complex, perhaps a different design is an option?

1 year ago 3 0 0 0

Thank you for the valuable insights on this topic.

1 year ago 0 0 0 0

Are you paid by the code line?

1 year ago 2 0 1 0
Advertisement

Definitely looking forward to this as well. Expecting significant improvements across my test suites!

1 year ago 3 0 0 0

It depends on what you're after. If just starting out, use the std lib. It will get you pretty far.

1 year ago 0 0 1 0

I do. Sort of, anyway. Not by choice. Inherited it as part of an existing codebase.

1 year ago 1 0 1 0

Why not just pass the dependencies to a New(), what's the benefit here?

1 year ago 0 0 2 0