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