From 991e5bb67c0452369568ea42bd3b95a7ef148966 Mon Sep 17 00:00:00 2001 From: Klaus Breyer Date: Wed, 1 Nov 2023 09:01:15 +0100 Subject: [PATCH] chatgpt article and css fonts --- assets/sass/main.scss | 15 +++++++++------ .../index.md | 12 ++++-------- 2 files changed, 13 insertions(+), 14 deletions(-) diff --git a/assets/sass/main.scss b/assets/sass/main.scss index fe748bc..46b2679 100644 --- a/assets/sass/main.scss +++ b/assets/sass/main.scss @@ -21,13 +21,14 @@ body { background: none; } // https://github.com/system-fonts/modern-font-stacks - font-family: Rockwell, "Rockwell Nova", "Roboto Slab", "DejaVu Serif", - "Sitka Small", serif; + font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, + helvetica neue, helvetica, Cantarell, Ubuntu, roboto, noto, arial, + sans-serif; color: var(--text); @media print { color: var(--bg); } - font-size: 1rem; + font-size: 20px; margin: 0; @media print { font-size: 14px; @@ -37,12 +38,12 @@ body { p, li { // text-indent: 1em; - line-height: 1.7; word-break: break-word; overflow-wrap: break-word; font-weight: 200; - letter-spacing: 0.03em; - word-spacing: 0.1em; + line-height: 1.6; + letter-spacing: 0.02em; + word-spacing: 0.05em; margin-top: 0; font-feature-settings: "onum"; margin-bottom: 0.5em; @@ -135,6 +136,7 @@ em { strong { font-variant: small-caps; letter-spacing: 0.05em; + font-weight: 800; } ul { @@ -143,6 +145,7 @@ ul { div.breadcrump { font-size: 0.85em; } + main, footer { div.container { diff --git a/content/posts/2023-chatgpt-development-productivity-sorcery/index.md b/content/posts/2023-chatgpt-development-productivity-sorcery/index.md index d398f40..d425406 100644 --- a/content/posts/2023-chatgpt-development-productivity-sorcery/index.md +++ b/content/posts/2023-chatgpt-development-productivity-sorcery/index.md @@ -1,10 +1,7 @@ --- -title: "The Development Productivity Sorcery You Never Knew You Needed" +title: "How I Use ChatGPT to Enhance My Productivity for Software Development" author: Klaus Breyer -# date: 2023-09-08T10:56:00+02:00 -# lastmod: 2023-03-17T08:17:00+01:00 - -draft: true +date: 2023-11-01 tags: - AI - Development @@ -12,11 +9,10 @@ tags: - Strategy - Org categories: ["Code"] -image: "2023-09-09-ai-enhanced-product-development.png" # social: "https://www.linkedin.com/posts/klaus-breyer_shape-ups-organizational-impact-klaus-activity-7105845252837498880-YFVg" --- -In the ever-evolving world of software development, staying productive is of the essence. It's not just about efficiency, but also about unlocking new potentials previously obscured by syntax's intricacies and the tech landscape's vastness. +I recently found out that not everyone in tech is using ChatGPT daily. That surprised me. Software development is a fast-paced game. It's not just about cranking out code; it's about solving problems efficiently. And ChatGPT has been a game-changer for me in that regard. Here are the examples with the most impact in my daily development and product work: @@ -42,4 +38,4 @@ Here are the examples with the most impact in my daily development and product w **11. Code Architecture:** When I ventured to develop a project in Go, sans a framework, I encountered challenges in template organization. I aspired for a structure reminiscent of React with a child parameter. ChatGPT not only illuminated the path but also inspired innovative ideas. -To sum it up, ChatGPT transcends being a mere tool; it's a trusted companion. A magical entity that every developer, manager, or tech aficionado should have in their quiver. Its prowess doesn't just amplify productivity but also unveils new vistas in the expansive world of technology. +In short, ChatGPT isn't just another tool. It's a reliable sidekick that makes my work better and easier. It's not just about doing more; it's about understanding more and creating better solutions. If you're in tech, you should give it a try. It could change the way you work.