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