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