Daniel Vigueras's Avatar

Daniel Vigueras

@vigueras.dev.bsky.social

Minimalist · Building & Bootstrapping Deckrun.com · Go & Kubernetes

113 Followers  |  123 Following  |  34 Posts  |  Joined: 28.08.2023  |  2.0544

Latest posts by vigueras.dev on Bluesky

Preview
Where my Container Images live (and why) Which container registry is the best?. There are several variables to consider when deciding the best place to store your container images.

📦 Which container registry is the best?

There are several variables to consider when deciding the best place to store your container images.

I've just published a new edition of my newsletter.
Check it out here: open.substack.com/pub/deploysf...

20.05.2025 12:47 — 👍 0    🔁 0    💬 0    📌 0
Preview
Deploys for Devs | Daniel Vigueras | Substack Improving how developers build, deploy, and scale. Click to read Deploys for Devs, by Daniel Vigueras, a Substack publication. Launched 8 days ago.

🚀 Just launched Deploys for Devs, a newsletter for developers who want to build, deploy, and scale apps more efficiently.

I’ll be sharing lessons learned from real projects and, practical tips.

👉 Subscribe for free: deploysfordevs.substack.com

14.05.2025 13:29 — 👍 2    🔁 1    💬 0    📌 0

Two fresh updates in Deckrun:

– You can now deploy to @scaleway.com (not just @digitalocean.com)
– "deck logs" streams your app logs live from the CLI

Update the CLI and give it a spin

01.05.2025 09:56 — 👍 2    🔁 0    💬 0    📌 0
Preview
a group of cartoon characters holding up signs that say judges . ALT: a group of cartoon characters holding up signs that say judges .
30.03.2025 12:13 — 👍 1    🔁 0    💬 0    📌 0
Deckrun - Simplify Deployments, Maximize Productivity Shift focus to robust development by automating configuration and releases, reducing deployment complexity.

The SaaS I developed with this stack is Deckrun: deckrun.com, which helps you deploy applications easily. It's currently in beta, and I'm gathering feedback.

If you want to share your stack too reply to this thread!

26.03.2025 07:17 — 👍 0    🔁 0    💬 0    📌 0

7. Other services:

- Sentry to report and view any error/exception produced in my App.

- PostHog for Product Analytics

- MailerLite to manage and send the newsletter

- MailerSend to send transactional emails (account activation, password lost, etc.)

26.03.2025 07:17 — 👍 1    🔁 0    💬 1    📌 0

6. App Deployments:

- Docker to build container images
- Helm to deploy new versions of the apps

26.03.2025 07:17 — 👍 0    🔁 0    💬 1    📌 0

5. Infrastructure management:

- Terraform to create/update the provider resources

26.03.2025 07:17 — 👍 0    🔁 0    💬 1    📌 0

4. Cloud Providers:

- Cloudflare Pages (to host the landing page)
- DigitalOcean Kubernetes (DOKS) to deploy all the apps.
- DigitalOcean Container Registry to store Docker images.
- DigitalOcean Managed Databases to avoid running databases by myself.

26.03.2025 07:17 — 👍 0    🔁 0    💬 1    📌 0

3. Databases:

- MySQL for storing relational data.
- Redis for the worker queues.

26.03.2025 07:17 — 👍 1    🔁 0    💬 1    📌 0

2. Languages and Frameworks:

- NextJS for the Landing Page and Documentation (TailwindUI templates).
- Laravel for the Dashboard. I used JetStream Starter Kit with Livewire.
- Gin (Go framework) for the main service.
- Cobra for building the CLI.

26.03.2025 07:17 — 👍 1    🔁 0    💬 1    📌 0

1. IDEs:

I’m a big fan of JetBrains IDEs. I use PHPStorm and GoLand.

26.03.2025 07:17 — 👍 0    🔁 0    💬 1    📌 0

I just launched a SaaS I thought it would be useful to share my stack of tools, languages, and frameworks:

26.03.2025 07:17 — 👍 0    🔁 0    💬 1    📌 0
Deckrun - Simplify Deployments, Maximize Productivity Shift focus to robust development by automating configuration and releases, reducing deployment complexity.

Visit deckrun.com to join the beta!

20.03.2025 15:21 — 👍 1    🔁 0    💬 0    📌 0

Deckrun’s public beta is now open! After valuable feedback from early adopters, it’s ready to simplify your deployments. Try it for free, deploy with ease, and share your thoughts.

20.03.2025 15:20 — 👍 10    🔁 9    💬 1    📌 0
I receive many emails trying to sell me web development services for Deckrun or other types of services. For each message I share with you, I want you to generate a response that I can send to the person offering those services. The response should politely state that I am not interested in their services since my product has just been launched and is still in a very early stage. Additionally, I want you to try to sell them Deckrun—convince them to try it and see if it could be useful for their organization.

I receive many emails trying to sell me web development services for Deckrun or other types of services. For each message I share with you, I want you to generate a response that I can send to the person offering those services. The response should politely state that I am not interested in their services since my product has just been launched and is still in a very early stage. Additionally, I want you to try to sell them Deckrun—convince them to try it and see if it could be useful for their organization.

I receive too many spam emails trying to sell me web development services for Deckrun and other kind of services. So I am using ChatGPT in a automated way to reply to those emails and try to sell them my product.

10.03.2025 11:48 — 👍 0    🔁 0    💬 0    📌 0

Free health care, rehab and education programs.

21.01.2025 11:08 — 👍 1    🔁 0    💬 0    📌 0

Yo creía que monorepo era porque programaban monos.

12.01.2025 16:05 — 👍 1    🔁 0    💬 1    📌 0
Preview
Lean Startup Methodology and Techniques: a re-interpretation for 2025 The “Lean Startup” that makes it worthy for the newest generations of entrepreneurs and techniques that, instead, are outdated and need a bit of re-interpretation.

For God’s sake, follow the Lean Startup Method www.june.so/blog/lean-st...

08.01.2025 07:06 — 👍 1    🔁 0    💬 0    📌 0

Compro en el super.

02.12.2024 07:09 — 👍 2    🔁 0    💬 0    📌 0

TIL: go.mod can automatically upgrade the version of Go and the toolchain by running a command:

go mod edit go@latest
go mod edit toolchain@latest

#golang

01.12.2024 15:48 — 👍 53    🔁 10    💬 3    📌 0

About 1kg (2.2 pounds) / month. I add it to my oatmeal breakfast.

01.12.2024 18:18 — 👍 2    🔁 0    💬 1    📌 0

That would be nice.

27.11.2024 20:47 — 👍 1    🔁 0    💬 0    📌 0
Deckrun - Seamless Deployments for any business Ever felt like deploying your apps should be as easy as ordering pizza? 🍕 We did too.

Hi 👋 I’m Daniel from Spain.

I’ve been following your journey with Snapshooter on Twitter and your Podcast.

I’m working on Deckrun.com, a SaaS to create your own PaaS on top of managed providers. I’m starting with DigitalOcean. On January I’ll launch a public beta.

24.11.2024 10:54 — 👍 1    🔁 0    💬 0    📌 0

This is all the Go code needed to subscribe to the firehose of all Bluesky events (likes, posts, follows, ...). Completely free and doesn't even require any auth.

23.11.2024 07:42 — 👍 53    🔁 7    💬 1    📌 0
CS193p - Developing Apps for iOS

Para iOS hice hace años este curso gratis (que van actualizando año a año) y me gustó mucho como está planteado cs193p.sites.stanford.edu

22.11.2024 20:16 — 👍 3    🔁 0    💬 1    📌 0

In short, the right people are working on this, they're not out to build a Twitter clone, they're out to reshape the web, and help us return to the original promise of an open platform, a sense of ownership, and the ability to share with each other on our own terms.

20.11.2024 18:32 — 👍 1626    🔁 216    💬 30    📌 20

They call it the AWS “console” because you only go there for grief and disappointment

20.11.2024 04:28 — 👍 168    🔁 21    💬 6    📌 1
Preview
GitHub - digitalocean/godo: DigitalOcean Go API client DigitalOcean Go API client. Contribute to digitalocean/godo development by creating an account on GitHub.

DigitalOcean managed Kubernetes via their Go client github.com/digitalocean...

18.11.2024 17:01 — 👍 3    🔁 1    💬 1    📌 0

Me recuerda a Elon Musk 😂

18.11.2024 11:08 — 👍 0    🔁 0    💬 0    📌 0

@vigueras.dev is following 19 prominent accounts