Skip to content

Commit 61fc800

Browse files
authored
Merge pull request #31 from weirdion/revert-30-feature/27-add-email-subscribe-option
Revert "[#27] Add email newsletter option"
2 parents b2cad12 + 9984db0 commit 61fc800

15 files changed

Lines changed: 3 additions & 56 deletions

File tree

  • content/posts
    • 2024-05-26-deploying-cdk-lambda-w-docker-gitlab-ci
    • 2024-11-11-how-i-automatically-backup-gdrive-documents-to-s3
    • 2024-12-28-automating-unraid-array-decryption
    • 2025-01-03-understanding-git-divergences
    • 2025-01-15-when-cors-requests-turn-into-an-unexpected-costs
    • 2025-03-11-avoid-business-email-mistakes-to-keep-emails-secure-and-trustworthy
    • 2025-04-04-managing-mental-energy-in-tech-with-spoon-theory
    • 2025-04-12-optimizing-your-git-config-my-developer-setup
    • 2025-04-21-supercharging-your-git-aliases-my-developer-setup
    • 2025-07-01-why-does-iac-feels-broken-in-2025
    • 2025-07-16-building-serverless-agentic-ai-strands
  • docs
  • layouts/shortcodes

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ Personal blog
88
- Theme: [`themes/blowfish`](./themes/blowfish) (git submodule)
99
- Built with [Hugo](https://gohugo.io/), and the [Blowfish](https://blowfish.page/) theme.
1010
- Site uses [Umami](https://umami.is/) hosted in the US.
11-
- Email newsletter is generated with [Email Octopus](https://emailoctopus.com/).
1211

1312
## Quick start
1413

content/posts/2024-05-26-deploying-cdk-lambda-w-docker-gitlab-ci/index.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@ which allows us to use a base image with the right dependencies to build a docke
3636

3737
Talk is cheap, show me the code!
3838

39-
{{< subscribe >}}
40-
4139
# Basic Lambda (non-Docker)
4240

4341
OK, enough background, let’s get started with a basic Python Lambda with CDK
@@ -293,5 +291,3 @@ This makes the CDK diff and deploy re-create
293291
all docker layers on each execution, increasing our build times.
294292
If we can leverage `--cache-from` build argument in CDK image building, we can
295293
reduce those times down.
296-
297-
{{< subscribe >}}

content/posts/2024-11-11-how-i-automatically-backup-gdrive-documents-to-s3/index.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ Google Drive and S3 Bucket. For added convenience, the entire operation is
3434
scheduled to run as a GitHub workflow, ensuring regular backups with minimal
3535
user intervention, but we can circle back to that.
3636

37-
{{< subscribe >}}
38-
3937
## Key Components
4038

4139
**RClone reads from Google Drive** :
@@ -168,5 +166,3 @@ issue!_
168166
found this useful_ 🙂 _._
169167

170168
_Connect with me on_ [_LinkedIn_](https://www.linkedin.com/in/ankitpatterson/) _._
171-
172-
{{< subscribe >}}

content/posts/2024-12-28-automating-unraid-array-decryption/index.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ retrieve it temporarily on boot for decryption.
3232
* Leverages Unraid’s event system for reliable automation
3333
* Balances security with convenience while following best practices
3434

35-
{{< subscribe >}}
36-
3735
# The Implementation
3836

3937
## Setting up a new LUKS Key-file
@@ -169,4 +167,4 @@ secure backups of your encryption credentials.
169167
_I’m trying to get better about writing about things I do. Let me know if you
170168
found this useful_ 🙂 _._
171169

172-
{{< subscribe >}}
170+
_Connect with me on_ [_LinkedIn_](https://www.linkedin.com/in/ankitpatterson/) _._

content/posts/2025-01-03-understanding-git-divergences/index.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,6 @@ nothing to commit, working tree clean
5252
Interesting, right? We had a clean working tree, yet Git is telling us our
5353
branches diverged.
5454

55-
{{< subscribe >}}
56-
5755
# Common Scenarios Where Divergence Happens
5856

5957
* Someone pushed new commits to `origin/develop`
@@ -222,4 +220,4 @@ exactly what’s going on and how to handle it. Happy coding! 🎉
222220
_I’m trying to get better about writing about things I do. Let me know if you
223221
found this useful_ 🙂 _._
224222

225-
{{< subscribe >}}
223+
_Connect with me on_ [_LinkedIn_](https://www.linkedin.com/in/ankitpatterson/) _._

content/posts/2025-01-15-when-cors-requests-turn-into-an-unexpected-costs/index.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,6 @@ Access-Control-Max-Age: 300
5555

5656
* Browser sends the actual request
5757

58-
{{< subscribe >}}
59-
6058
## Why This Matters 💰
6159

6260
Here's the kicker - in this dance, you've made TWO API Gateway requests:
@@ -205,5 +203,3 @@ Monitoring Tip: Keep an on your API Gateway metrics to track those OPTIONS reque
205203
_Connect with me on_ [_LinkedIn_](https://www.linkedin.com/in/ankitpatterson/) _._
206204

207205
[AWS Docs - API Gateway CORS Request Types]: <https://docs.aws.amazon.com/apigateway/latest/developerguide/how-to-cors.html#apigateway-cors-request-types>
208-
209-
{{< subscribe >}}

content/posts/2025-03-11-avoid-business-email-mistakes-to-keep-emails-secure-and-trustworthy/index.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ Authentication-Results:
2828
```
2929
Headers have been trimmed to highlight the key parts for the blog.
3030

31-
{{< subscribe >}}
32-
3331
### Content
3432

3533
![Screenshot of email content showing a brief message with a View Statement button, followed by details of the clinic.](featured.jpg)
@@ -124,5 +122,3 @@ FTC Compliance Guide: [CAN-SPAM Act](https://www.ftc.gov/business-guidance/resou
124122
Email security issues can make even legitimate businesses look untrustworthy. By taking steps to authenticate emails, align sender domains, and ensure compliance with best practices, you can improve email deliverability and maintain customer trust.
125123

126124
If your business relies on email for communication, now is a great time to review your settings and make any necessary adjustments. A few small changes can go a long way in ensuring your emails reach your customers — and don’t end up in spam!
127-
128-
{{< subscribe >}}

content/posts/2025-04-04-managing-mental-energy-in-tech-with-spoon-theory/index.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ Imagine you have 12 spoons in your hands. Every meaningful action you take -
2424

2525
Now, imagine your co-workers don't see these spoons. They think you have the same mental energy as they do and keep asking you for more. You feel pressure to push through, even though you know you're running on empty. Where does more spoons to fill the gap come from? You borrow from your personal life and give it to your work instead. That's the invisible drain.
2626

27-
{{< subscribe >}}
28-
2927
## The Hidden Costs
3028

3129
The tech industry demands a lot of mental energy, and many of those energy drains go unseen or unacknowledged.
@@ -93,5 +91,3 @@ We are not one-dimensional characters whose sole purpose is to build and ship pr
9391
In tech, where the demand for mental effort is relentless, understanding our limits is crucial for long-term sustainability. Whether you're coding, managing, or just trying to survive another sprint, remember: **your spoons matter**.
9492

9593
If you haven't read it, I highly recommend reading the original [Spoon Theory by Christine Miserandino](https://butyoudontlooksick.com/articles/written-by-christine/the-spoon-theory/).
96-
97-
{{< subscribe >}}

content/posts/2025-04-12-optimizing-your-git-config-my-developer-setup/index.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,6 @@ When you run any of the commands, the commands are stored like this —
6262

6363
This is more copy-paste friendly, so I’m going to use this for the rest of the article.
6464

65-
{{< subscribe >}}
66-
6765
# Making Workflow Improvements
6866

6967
If you are just here for copy-paste solution, here is the consolidated improvements.
@@ -436,5 +434,3 @@ This post didn’t even touch **git aliases** (which deserve their own spotlig
436434
If you have any favorite Git config settings I didn’t cover, I’d love to hear them. Or if you’re curious about how to craft a legendary `.gitconfig` alias section, stay tuned for part two. 👀
437435
438436
Happy committing!
439-
440-
{{< subscribe >}}

content/posts/2025-04-21-supercharging-your-git-aliases-my-developer-setup/index.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ to show you how they help.
3030

3131
And as always, if you want to grab-and-go, copy-paste away my friends.
3232

33-
{{< subscribe >}}
34-
3533
```ini
3634
[alias]
3735
# Essential Shorthands
@@ -470,5 +468,3 @@ For infrastructure developers, see how to handle [Git branch divergences](/posts
470468
4. **Share with your team** to standardize productivity
471469

472470
Connect with me on [LinkedIn](https://www.linkedin.com/in/ankitpatterson/) to share your favorite Git aliases!
473-
474-
{{< subscribe >}}

0 commit comments

Comments
 (0)