Skip to content

Commit 1fc5cea

Browse files
committed
Change publication dates
1 parent 3f95a50 commit 1fc5cea

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

content/snippets/articles/s/tech-stack-refactoring-problems.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ tags: [webdev,career,programming]
66
cover: laptop-hands
77
excerpt: Infinite flexibility in your tech stack can lead to refactoring headaches and technical debt. Here's how to avoid the trap.
88
listed: true
9-
dateModified: 2025-09-16
9+
dateModified: 2025-09-20
1010
---
1111

1212
Ever feel like your codebase is fighting you at every turn? **The tools you choose**, your programming language of choice, frameworks, and overall stack, shape how you build, refactor, and maintain software. Sometimes, the very flexibility that drew you in becomes the root of your biggest headaches. Let's dig into why your tech stack might be the silent culprit behind those endless refactoring sessions and mounting technical debt.

content/snippets/articles/s/virtues-of-pair-programming.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ tags: [webdev,career,programming,jobs]
44
cover: coffee-table-setup
55
excerpt: Pair programming can be valuable for junior and senior developers alike, fostering collaboration and knowledge sharing.
66
listed: true
7-
dateModified: 2025-09-11
7+
dateModified: 2025-09-14
88
---
99

1010
I've got to admit, we did not expect **pair programming** to reshape the way we work initially. But, after months of trying it with my team, the impact is obvious.

content/snippets/git/s/fix-incorrect-line-endings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ tags: [configuration,repository]
66
cover: laptop-off
77
excerpt: Have you ever encountered an issue with incorrect line endings in your git repository? Let's fix it!
88
listed: true
9-
dateModified: 2025-09-07
9+
dateModified: 2025-09-08
1010
---
1111

1212
A little while back, while working on a Ruby repository, a colleague of mine encountered an issue where they **couldn't run a Ruby script**. The error was a little odd, leading us down a rabbit hole of trying to figure it out:

content/snippets/html/s/speculation-rules-api-first-look.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ tags: [metadata,link,javascript]
66
cover: orange-coffee-3
77
excerpt: The new Speculation Rules API aims to deliver across the board performance optimizations with little developer effort. Let's see how!
88
listed: true
9-
dateModified: 2025-09-20
9+
dateModified: 2025-09-26
1010
---
1111

1212
If **page performance** is important to you, you may already be familiar with **resource prefetching**, using a `<link>` tag and the `rel="prefetch"` attribute. In fact, we've covered this topic in the past, so, if you're not familiar, I'd suggest starting there.

content/snippets/js/s/best-time-to-buy-and-sell-stock.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ tags: [algorithm,math,array]
66
cover: workhard-laptop
77
excerpt: Have you tried solving "Best Time to Buy and Sell Stock" on LeetCode? Let's take a couple of approaches to tackle it in JavaScript.
88
listed: true
9-
dateModified: 2025-09-25
9+
dateModified: 2025-10-02
1010
---
1111

1212
As I was fooling around with LeetCode problems, I stumbled upon one that I found quite interesting. The problem in question is [Best Time to Buy and Sell Stock](https://leetcode.com/problems/best-time-to-buy-and-sell-stock/). The task is to find the **maximum profit you can achieve by buying and selling a stock on different days**, given an array of prices where the index represents the day.

0 commit comments

Comments
 (0)