Skip to content

Commit 399f5f0

Browse files
committed
feat: add article about DX
1 parent 0e50e82 commit 399f5f0

File tree

4 files changed

+59
-0
lines changed

4 files changed

+59
-0
lines changed
Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
---
2+
title: Thoughts about Developer Experience
3+
lead: Do not forget about DX when choosing a technology.
4+
date: 2025-02-24
5+
image:
6+
src: /images/laptop_2.jpg
7+
badge:
8+
label: Essay
9+
tags:
10+
- thoughts
11+
- dx
12+
---
13+
14+
It's interesting how people often debate about the fastest framework, the most popular stack, the best programming language, or the most lightweight library, but they don't pay much attention to the developer experience 💻.
15+
16+
Set up an effective development environment, work with stacks that have a good developer experience, and you will:
17+
18+
* stay longer in the [flow](https://github.blog/developer-skills/career-growth/how-to-get-in-the-flow-while-coding-and-why-its-important/)
19+
20+
* focus more on business problems
21+
22+
* struggle less when issues occur
23+
24+
* enjoy more your day
25+
26+
27+
This will make you a more productive and happier developer, and your company might be [more successful as well](https://www.pulumi.com/blog/software-developer-experience-devex-devx-devops-culture/).
28+
29+
![Illuminated letters on the floor spell out "CODE HAPPY".](/posts/images/66.code_happy.jpg){.rounded-lg.mx-auto width=600}
30+
31+
I don’t think we should choose a technology only because the developer experience is great. Of course, we should consider features, adoption, support, community, performance, etc. However, even if it's not the main factor, developer experience should still be part of the decision-making process.
32+
33+
People won't always agree on what makes a good developer experience. There are many aspects to it, and not everything is equally important to everyone. A framework that I believe provides a good developer experience might not be as good for someone else, and that's fine. Everyone comes from different backgrounds, has experienced different technologies, has different tastes, and needs to find what suits them best.
34+
35+
I have always been interested in useful tools, nice IDE plugins, and interesting tips to improve my developer experience. I try to share some of that on this blog, and I plan to do so even more in the future. I also want to talk more about technologies I have been using that have a good developer experience.
36+
37+
For instance, I can mention:
38+
39+
::div{ .grid .grid-cols-3 .items-center .w-full .gap-x-8 }
40+
![Screenshot of the Nuxt website showcasing version 3.15. The text highlights "The Intuitive Vue Framework," describing Nuxt as an open-source framework for building web applications.](/posts/images/66.dx_nuxt.png){ width="400" height="400" .rounded-lg .col-span-1 }
41+
::div{ .col-span-2 }
42+
### Nuxt
43+
44+
The “Intuitive Vue framework” (as it’s called in the [Nuxt’s website](https://nuxt.com)) provides one of the best developer experience I have ever seen. There has been a real focus put on developer experience, which makes developing with Nuxt very enjoyable. It’s not only the framework but also the tools, check the [Nuxt DevTools](https://devtools.nuxt.com/) for instance, it’s just awesome. Of course, not everything is perfect but it’s nice framework and a good example of what a great developer experience can be. This blog is made with Nuxt by the way 😀.
45+
::
46+
::
47+
48+
::div{ .grid .grid-cols-3 .items-center .w-full .gap-x-8 }
49+
::div{ .col-span-2 }
50+
### Pulumi
51+
52+
With [Pulumi](https://www.pulumi.com/product/infrastructure-as-code/) you can author your infrastructure as code using programming languages like TypeScript/JavaScript, Python, Go, C#, or Java. The developer experience is nice because you don’t have to learn and use a clunky DSL (domain specific language) like HCL to write your infrastructure code. You can use a language your already know, benefit from its ecosystem and tooling, and . The developer experience is only [one of the reasons of using Pulumi instead of Terraform](https://techwatching.dev/posts/pulumi-vs-terraform#a-better-developer-experience) but I think it’s an important one because when doing IaC you don’t want to focus on the tools but on the complexity of configuring the infrastructure itself.
53+
::
54+
![Screenshot of Pulumi's website highlighting "Infrastructure as Code in any Programming Language" with a "Get Started" button. The page promotes authoring in any language for cloud deployment, featuring languages like TypeScript, Python, Go, C#, Java, and YAML.](/posts/images/66.dx_pulumi.png){width="400" height="400" .rounded-lg.mx-auto .col-span-1}
55+
::
56+
57+
I’m not saying you should use these technologies, it depends on your context and preferences. These are just 2 examples of technologies that I love, partly due to their developer experience and why it matters.
58+
59+
So, what’s next ? I want to start a new series of articles “.NET Aspirations” talking about [.NET Aspire](https://learn.microsoft.com/en-us/dotnet/aspire/get-started/aspire-overview). .NET Aspire primarily aims at improving the local development experience when developing modern .NET applications (distributed or not). That seems an interesting topic to keep talking about developer experience. See you in the next article, and keep learning.
575 KB
Loading

public/posts/images/66.dx_nuxt.png

353 KB
Loading
444 KB
Loading

0 commit comments

Comments
 (0)