Skip to content

Commit

Permalink
chatgpt article and css fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
klausbreyer committed Nov 1, 2023
1 parent 2ca6664 commit 991e5bb
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 14 deletions.
15 changes: 9 additions & 6 deletions assets/sass/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -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;
Expand Down Expand Up @@ -135,6 +136,7 @@ em {
strong {
font-variant: small-caps;
letter-spacing: 0.05em;
font-weight: 800;
}

ul {
Expand All @@ -143,6 +145,7 @@ ul {
div.breadcrump {
font-size: 0.85em;
}

main,
footer {
div.container {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,22 +1,18 @@
---
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
- Product
- 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:

Expand All @@ -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.

0 comments on commit 991e5bb

Please sign in to comment.