diff options
| author | a73x <[email protected]> | 2024-12-01 13:27:00 +0000 |
|---|---|---|
| committer | a73x <[email protected]> | 2024-12-01 13:27:00 +0000 |
| commit | 8358c0765be412b1616aa978667f5d582e9e4901 (patch) | |
| tree | acb2e9efb40bb4b92f45020f96b269c89a0827ce /public/posts | |
| parent | 013d56b78002dec56d8426b24b3a31107f22c7a7 (diff) | |
feat(css): centered content
Diffstat (limited to 'public/posts')
| -rw-r--r-- | public/posts/2024-08-25-01.html | 53 | ||||
| -rw-r--r-- | public/posts/2024-08-25-02.html | 53 | ||||
| -rw-r--r-- | public/posts/2024-08-25-03.html | 53 | ||||
| -rw-r--r-- | public/posts/2024-08-26-01.html | 53 | ||||
| -rw-r--r-- | public/posts/2024-08-31-01.html | 53 | ||||
| -rw-r--r-- | public/posts/2024-09-04-01.html | 53 | ||||
| -rw-r--r-- | public/posts/2024-09-08-01.html | 53 | ||||
| -rw-r--r-- | public/posts/2024-11-09-01.html | 53 |
8 files changed, 224 insertions, 200 deletions
diff --git a/public/posts/2024-08-25-01.html b/public/posts/2024-08-25-01.html index 4bd4371..91f5a84 100644 --- a/public/posts/2024-08-25-01.html +++ b/public/posts/2024-08-25-01.html @@ -14,26 +14,27 @@ </head> <body> - <h1>a73x</h1> - <sub>high effort, low reward</sub> - <nav class="nav"> - <ul> - - - <li><a class="no-decorations" href="/">home</a></li> - - - - <li><a class="no-decorations" href="/posts">posts</a></li> - - - - <li><a class="no-decorations" href="/ethos">ethos</a></li> - - - </ul> - </nav> - + <main> + <h1>a73x</h1> + <sub>high effort, low reward</sub> + <nav class="nav"> + <ul> + + + <li><a class="no-decorations" href="/">home</a></li> + + + + <li><a class="no-decorations" href="/posts">posts</a></li> + + + + <li><a class="no-decorations" href="/ethos">ethos</a></li> + + + </ul> + </nav> + <h1>Go Benchmarking</h1> <nav> @@ -106,11 +107,13 @@ </ul> - <footer> - <br /> - <hr /><br /> - <p>see something you disagree with? email: <a href="mailto:[email protected]">[email protected]</a></p> - </footer> + <footer> + <br /> + <hr /> + <br /> + <p>see something you disagree with? email: <a href="mailto:[email protected]">[email protected]</a></p> + </footer> + </main> </body> </html> diff --git a/public/posts/2024-08-25-02.html b/public/posts/2024-08-25-02.html index 81e8f77..541697b 100644 --- a/public/posts/2024-08-25-02.html +++ b/public/posts/2024-08-25-02.html @@ -14,26 +14,27 @@ </head> <body> - <h1>a73x</h1> - <sub>high effort, low reward</sub> - <nav class="nav"> - <ul> - - - <li><a class="no-decorations" href="/">home</a></li> - - - - <li><a class="no-decorations" href="/posts">posts</a></li> - - - - <li><a class="no-decorations" href="/ethos">ethos</a></li> - - - </ul> - </nav> - + <main> + <h1>a73x</h1> + <sub>high effort, low reward</sub> + <nav class="nav"> + <ul> + + + <li><a class="no-decorations" href="/">home</a></li> + + + + <li><a class="no-decorations" href="/posts">posts</a></li> + + + + <li><a class="no-decorations" href="/ethos">ethos</a></li> + + + </ul> + </nav> + <h1>Go Project Layouts</h1> <p>Do you lay awake at night and consider how to optimally layout your Go project? No…? what about recommending Windows to a friend or colleague?? @@ -142,11 +143,13 @@ I can’t be bothered rewriting my example, so here’s a random one I f <p>My vague summary is that clean code gives you a north star to follow, an idea of how you want to separate and reason about the packages you create. You don’t need to create the entities of abstraction that are also presented. Think about what things do or relate to and create packages for them. You should allow your project to grow organically but don’t expect architecture to appear without following a north star.</p> - <footer> - <br /> - <hr /><br /> - <p>see something you disagree with? email: <a href="mailto:[email protected]">[email protected]</a></p> - </footer> + <footer> + <br /> + <hr /> + <br /> + <p>see something you disagree with? email: <a href="mailto:[email protected]">[email protected]</a></p> + </footer> + </main> </body> </html> diff --git a/public/posts/2024-08-25-03.html b/public/posts/2024-08-25-03.html index 07e48a0..d3fa17c 100644 --- a/public/posts/2024-08-25-03.html +++ b/public/posts/2024-08-25-03.html @@ -14,26 +14,27 @@ </head> <body> - <h1>a73x</h1> - <sub>high effort, low reward</sub> - <nav class="nav"> - <ul> - - - <li><a class="no-decorations" href="/">home</a></li> - - - - <li><a class="no-decorations" href="/posts">posts</a></li> - - - - <li><a class="no-decorations" href="/ethos">ethos</a></li> - - - </ul> - </nav> - + <main> + <h1>a73x</h1> + <sub>high effort, low reward</sub> + <nav class="nav"> + <ul> + + + <li><a class="no-decorations" href="/">home</a></li> + + + + <li><a class="no-decorations" href="/posts">posts</a></li> + + + + <li><a class="no-decorations" href="/ethos">ethos</a></li> + + + </ul> + </nav> + <h1>Levels of Optimisation</h1> <nav> @@ -67,11 +68,13 @@ Also, if you have long-running calls that are chained together, a 30-second snap It’s also just lowkey fun to look at the exposed data and understand what your system is doing.</p> - <footer> - <br /> - <hr /><br /> - <p>see something you disagree with? email: <a href="mailto:[email protected]">[email protected]</a></p> - </footer> + <footer> + <br /> + <hr /> + <br /> + <p>see something you disagree with? email: <a href="mailto:[email protected]">[email protected]</a></p> + </footer> + </main> </body> </html> diff --git a/public/posts/2024-08-26-01.html b/public/posts/2024-08-26-01.html index acf51a6..547e86c 100644 --- a/public/posts/2024-08-26-01.html +++ b/public/posts/2024-08-26-01.html @@ -14,26 +14,27 @@ </head> <body> - <h1>a73x</h1> - <sub>high effort, low reward</sub> - <nav class="nav"> - <ul> - - - <li><a class="no-decorations" href="/">home</a></li> - - - - <li><a class="no-decorations" href="/posts">posts</a></li> - - - - <li><a class="no-decorations" href="/ethos">ethos</a></li> - - - </ul> - </nav> - + <main> + <h1>a73x</h1> + <sub>high effort, low reward</sub> + <nav class="nav"> + <ul> + + + <li><a class="no-decorations" href="/">home</a></li> + + + + <li><a class="no-decorations" href="/posts">posts</a></li> + + + + <li><a class="no-decorations" href="/ethos">ethos</a></li> + + + </ul> + </nav> + <h1>Writing HTTP Handlers</h1> <p>I’m sharing how I write handlers in Go.</p> @@ -269,11 +270,13 @@ The handler functions accept a <code>context</code> param and their expected str <p>You can extend this to all the other request types. If you have query or path parameters, you could either pass in the request, write a custom struct tag parser, or find someone else who has already done it: <a href="https://github.com/gorilla/schema">https://github.com/gorilla/schema</a>.</p> - <footer> - <br /> - <hr /><br /> - <p>see something you disagree with? email: <a href="mailto:[email protected]">[email protected]</a></p> - </footer> + <footer> + <br /> + <hr /> + <br /> + <p>see something you disagree with? email: <a href="mailto:[email protected]">[email protected]</a></p> + </footer> + </main> </body> </html> diff --git a/public/posts/2024-08-31-01.html b/public/posts/2024-08-31-01.html index 68d8563..955c4d0 100644 --- a/public/posts/2024-08-31-01.html +++ b/public/posts/2024-08-31-01.html @@ -14,26 +14,27 @@ </head> <body> - <h1>a73x</h1> - <sub>high effort, low reward</sub> - <nav class="nav"> - <ul> - - - <li><a class="no-decorations" href="/">home</a></li> - - - - <li><a class="no-decorations" href="/posts">posts</a></li> - - - - <li><a class="no-decorations" href="/ethos">ethos</a></li> - - - </ul> - </nav> - + <main> + <h1>a73x</h1> + <sub>high effort, low reward</sub> + <nav class="nav"> + <ul> + + + <li><a class="no-decorations" href="/">home</a></li> + + + + <li><a class="no-decorations" href="/posts">posts</a></li> + + + + <li><a class="no-decorations" href="/ethos">ethos</a></li> + + + </ul> + </nav> + <h1>Go's unique pkg</h1> <p><a href="https://pkg.go.dev/unique">https://pkg.go.dev/unique</a></p> @@ -85,11 +86,13 @@ </div> - <footer> - <br /> - <hr /><br /> - <p>see something you disagree with? email: <a href="mailto:[email protected]">[email protected]</a></p> - </footer> + <footer> + <br /> + <hr /> + <br /> + <p>see something you disagree with? email: <a href="mailto:[email protected]">[email protected]</a></p> + </footer> + </main> </body> </html> diff --git a/public/posts/2024-09-04-01.html b/public/posts/2024-09-04-01.html index 2e1abae..248ec34 100644 --- a/public/posts/2024-09-04-01.html +++ b/public/posts/2024-09-04-01.html @@ -14,26 +14,27 @@ </head> <body> - <h1>a73x</h1> - <sub>high effort, low reward</sub> - <nav class="nav"> - <ul> - - - <li><a class="no-decorations" href="/">home</a></li> - - - - <li><a class="no-decorations" href="/posts">posts</a></li> - - - - <li><a class="no-decorations" href="/ethos">ethos</a></li> - - - </ul> - </nav> - + <main> + <h1>a73x</h1> + <sub>high effort, low reward</sub> + <nav class="nav"> + <ul> + + + <li><a class="no-decorations" href="/">home</a></li> + + + + <li><a class="no-decorations" href="/posts">posts</a></li> + + + + <li><a class="no-decorations" href="/ethos">ethos</a></li> + + + </ul> + </nav> + <h1>Kubernetes Intro</h1> <nav> @@ -154,11 +155,13 @@ You’re welcome.</p> <p>The typical workflow involves a user creating a PersistentVolumeClaim to request storage. The CSI controller picks up this request and, based on the associated Storage Class, dynamically provisions a PersistentVolume that meets the user’s specifications. This PersistentVolume is then bound to the PersistentVolumeClaim, making the storage available to the Pod that needs it.</p> - <footer> - <br /> - <hr /><br /> - <p>see something you disagree with? email: <a href="mailto:[email protected]">[email protected]</a></p> - </footer> + <footer> + <br /> + <hr /> + <br /> + <p>see something you disagree with? email: <a href="mailto:[email protected]">[email protected]</a></p> + </footer> + </main> </body> </html> diff --git a/public/posts/2024-09-08-01.html b/public/posts/2024-09-08-01.html index 72cde61..ade7fdf 100644 --- a/public/posts/2024-09-08-01.html +++ b/public/posts/2024-09-08-01.html @@ -14,26 +14,27 @@ </head> <body> - <h1>a73x</h1> - <sub>high effort, low reward</sub> - <nav class="nav"> - <ul> - - - <li><a class="no-decorations" href="/">home</a></li> - - - - <li><a class="no-decorations" href="/posts">posts</a></li> - - - - <li><a class="no-decorations" href="/ethos">ethos</a></li> - - - </ul> - </nav> - + <main> + <h1>a73x</h1> + <sub>high effort, low reward</sub> + <nav class="nav"> + <ul> + + + <li><a class="no-decorations" href="/">home</a></li> + + + + <li><a class="no-decorations" href="/posts">posts</a></li> + + + + <li><a class="no-decorations" href="/ethos">ethos</a></li> + + + </ul> + </nav> + <h1>Building a Static Site with Hugo and Docker</h1> <nav> @@ -254,11 +255,13 @@ <p>Congratulations on creating and running your first static website with Hugo and Docker!</p> - <footer> - <br /> - <hr /><br /> - <p>see something you disagree with? email: <a href="mailto:[email protected]">[email protected]</a></p> - </footer> + <footer> + <br /> + <hr /> + <br /> + <p>see something you disagree with? email: <a href="mailto:[email protected]">[email protected]</a></p> + </footer> + </main> </body> </html> diff --git a/public/posts/2024-11-09-01.html b/public/posts/2024-11-09-01.html index e825118..a79f7e4 100644 --- a/public/posts/2024-11-09-01.html +++ b/public/posts/2024-11-09-01.html @@ -14,26 +14,27 @@ </head> <body> - <h1>a73x</h1> - <sub>high effort, low reward</sub> - <nav class="nav"> - <ul> - - - <li><a class="no-decorations" href="/">home</a></li> - - - - <li><a class="no-decorations" href="/posts">posts</a></li> - - - - <li><a class="no-decorations" href="/ethos">ethos</a></li> - - - </ul> - </nav> - + <main> + <h1>a73x</h1> + <sub>high effort, low reward</sub> + <nav class="nav"> + <ul> + + + <li><a class="no-decorations" href="/">home</a></li> + + + + <li><a class="no-decorations" href="/posts">posts</a></li> + + + + <li><a class="no-decorations" href="/ethos">ethos</a></li> + + + </ul> + </nav> + <h1>Refactoring</h1> <nav> @@ -75,11 +76,13 @@ <p>Refactoring done right is a powerful way to keep your codebase healthy. It reduces complexity, mitigates technical debt, and prepares your code for future change. It may not be glamorous, but it’s one of the most impactful ways to ensure that your codebase is something you—and others—can work with for the long haul.</p> - <footer> - <br /> - <hr /><br /> - <p>see something you disagree with? email: <a href="mailto:[email protected]">[email protected]</a></p> - </footer> + <footer> + <br /> + <hr /> + <br /> + <p>see something you disagree with? email: <a href="mailto:[email protected]">[email protected]</a></p> + </footer> + </main> </body> </html> |
