From ea47237bd54f2b4e734c4b1ab5584bd1155ef1dc Mon Sep 17 00:00:00 2001 From: Sasha Vincic Date: Wed, 3 Jul 2024 05:30:15 +0200 Subject: [PATCH] Publish post The art of effective programming /blog/2024/07/art-of-effective-programming 2024-07-03 --- .../2024/07/2024-07-03-art-of-effective-programming.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 _posts/2024/07/2024-07-03-art-of-effective-programming.md diff --git a/_posts/2024/07/2024-07-03-art-of-effective-programming.md b/_posts/2024/07/2024-07-03-art-of-effective-programming.md new file mode 100644 index 0000000..dc06761 --- /dev/null +++ b/_posts/2024/07/2024-07-03-art-of-effective-programming.md @@ -0,0 +1,10 @@ +--- +layout: post +tags: [code,productivity] +date: 2025/07/03 +title: The art of effective programming +permalink: /blog/2024/07/art-of-effective-programming +--- +Becoming a great programmer is about more than just writing code. It's about problem-solving, continuous learning, and refining your craft. In "[The Pragmatic Programmer](/blog/2024/06/the-pragmatic-programmer)", Andy Hunt and Dave Thomas share timeless advice that transcends languages and platforms. They emphasize the importance of versatility, encouraging developers to adapt and evolve. + +*Code is poetry, and like any art, it requires passion, dedication, and a touch of pragmatism.*