aboutsummaryrefslogtreecommitdiff
path: root/content/posts/2023-05-16-rekindling-my-love-for-programming.md
diff options
context:
space:
mode:
Diffstat (limited to 'content/posts/2023-05-16-rekindling-my-love-for-programming.md')
-rw-r--r--content/posts/2023-05-16-rekindling-my-love-for-programming.md73
1 files changed, 0 insertions, 73 deletions
diff --git a/content/posts/2023-05-16-rekindling-my-love-for-programming.md b/content/posts/2023-05-16-rekindling-my-love-for-programming.md
deleted file mode 100644
index fb8add2..0000000
--- a/content/posts/2023-05-16-rekindling-my-love-for-programming.md
+++ /dev/null
@@ -1,73 +0,0 @@
1---
2title: Rekindling my love for programming and enjoying the act of creating
3url: rekindling-my-love-for-programming.html
4date: 2023-05-16T12:00:00+02:00
5draft: false
6---
7
8Programming can be a challenging and rewarding experience, but sometimes it's
9easy to feel burnt out or disinterested. I have lost the passion for coding over
10the past couple of months and it looked like I will never enjoy the coding as
11much as I did.
12
13I was feeling burnt out with programming. I thought taking a break from it and
14focusing on other activities that I enjoy might be helpful. This way, I could
15come back to programming with a fresh perspective and renewed energy. I also
16thought about learning a new programming language or technology to keep things
17interesting and challenging.
18
19However, what I didn't realize was that learning a new language or technology
20wasn't going to solve the underlying issue. I needed to take a step back and
21re-evaluate why I had lost my passion for programming in the first place. This
22involved taking a deep look into what I was doing that resulted in this rut.
23
24Sometimes, it's easy to get caught up in the hype of new technologies or
25languages, and we can feel like we're missing out if we're not constantly
26learning and experimenting. However, it's important to remember that the latest
27and greatest isn't always the best fit for our projects or our
28interests. Instead of constantly chasing the next big thing, it can be helpful
29to focus on what truly interests us and what we're passionate about. This can
30help us stay motivated and engaged with our work, rather than feeling like we're
31just going through the motions.
32
33I expressed that I had lost my passion for coding over the past couple of
34months, and I realized that the reason behind it was my tendency to spread
35myself too thin and not focus on completing interesting projects. In order to
36regain my passion for coding, I need to focus on projects that truly interest me
37and give me a sense of purpose and motivation.
38
39Recently, I have been playing World of Warcraft more frequently and have become
40interested in developing addons for the game.
41
42This quickly resulted in me creating three addons that improve the quality of
43life, and I subsequently developed a more useful add-on that encapsulates all
44the others I made.
45
46I found it interesting that this action sparked a new interest in me.
47Additionally, I discovered the Lua language, which reminded me that coding
48should be fun rather than just a struggle with a language. It should be pure,
49unadulterated fun.
50
51I wasn't fighting the syntax, nor was I focused on finding the most optimal
52solution. I simply created things without the pressure of making them the best
53they could possibly be.
54
55This made me realize that I actually adore simple languages that get out of the
56way and let you express what you want to do. It forced me to rethink a lot about
57what I use and what I actually enjoy.
58
59I have decided to stick to the basics. For a scripting language, I will use
60Lua. For networking, I will use Golang. And for any special needs, I will rely
61on C. I do not require Rust, Nim, or Zig. This selection is more than sufficient
62for my needs. I have to stay true to this simplicity. There is something to the
63Occam's Razor.
64
65I've been struggling with a lack of creativity lately, but now I'm experiencing
66a real change. I realized I needed to take a step back and stop actively trying
67to address the issue. I needed to stop worrying and overthinking it. I simply
68needed some time. Looking back, I don't think I've taken any significant time
69off in the last 10 years.
70
71Suddenly, I find myself with the energy and passion to complete multiple small
72projects. It doesn't feel like a chore at all. Who knew I needed WoW to
73kickstart everything. Inspiration really does come from the strangest places.