From 976e287e9f7c160fa92e69ed4fd81e639c7b7eec Mon Sep 17 00:00:00 2001 From: ishmum99 <76246622+ishmum99@users.noreply.github.com> Date: Sat, 25 Apr 2026 19:45:35 +0600 Subject: [PATCH 1/3] Add '3STF Tools' entry to resources Added a new tool entry for '3STF Tools' with relevant details. --- resources/0-9.ts | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/resources/0-9.ts b/resources/0-9.ts index d6341591..fc49b64a 100644 --- a/resources/0-9.ts +++ b/resources/0-9.ts @@ -44,6 +44,14 @@ export const resources: Resource[] = [ categories: ['Icon'], url: 'https://www.3dicons.com/', }, + { + name: '3STF Tools', + description: + 'A clean collection of free browser tools for developers, writers, and creators. No accounts. No ads. No data collected.', + categories: ['Tool', 'Productivity'], + url: 'https://www.3stf.com/', + keywords: ['json formatter', 'image converter', 'password generator', 'word counter', 'developer tools', 'free tools', 'privacy', 'client-side'], + }, { name: '4 day week', description: 'Software jobs with a better work / life balance.', From 3a768ffc543d266cfe9daaf4db0a71fb03adcd74 Mon Sep 17 00:00:00 2001 From: ishmum99 <76246622+ishmum99@users.noreply.github.com> Date: Sat, 25 Apr 2026 19:56:21 +0600 Subject: [PATCH 2/3] Change category from 'Tool' to 'Tooling' --- resources/0-9.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/0-9.ts b/resources/0-9.ts index fc49b64a..a7d8bb51 100644 --- a/resources/0-9.ts +++ b/resources/0-9.ts @@ -48,7 +48,7 @@ export const resources: Resource[] = [ name: '3STF Tools', description: 'A clean collection of free browser tools for developers, writers, and creators. No accounts. No ads. No data collected.', - categories: ['Tool', 'Productivity'], + categories: ['Tooling', 'Productivity'], url: 'https://www.3stf.com/', keywords: ['json formatter', 'image converter', 'password generator', 'word counter', 'developer tools', 'free tools', 'privacy', 'client-side'], }, From 68c20d41b0822b8fe274f2efc92764847211c2c6 Mon Sep 17 00:00:00 2001 From: Marcel Cruz <12413903+marcelscruz@users.noreply.github.com> Date: Tue, 30 Jun 2026 20:22:36 +0200 Subject: [PATCH 3/3] Apply suggestions from code review Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- resources/0-9.ts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/resources/0-9.ts b/resources/0-9.ts index a7d8bb51..2edd118b 100644 --- a/resources/0-9.ts +++ b/resources/0-9.ts @@ -45,12 +45,12 @@ export const resources: Resource[] = [ url: 'https://www.3dicons.com/', }, { - name: '3STF Tools', - description: - 'A clean collection of free browser tools for developers, writers, and creators. No accounts. No ads. No data collected.', - categories: ['Tooling', 'Productivity'], - url: 'https://www.3stf.com/', - keywords: ['json formatter', 'image converter', 'password generator', 'word counter', 'developer tools', 'free tools', 'privacy', 'client-side'], + name: '3STF Tools', + description: + 'A clean collection of free browser tools for developers, writers, and creators. No accounts. No ads. No data collected.', + categories: ['Tool', 'Productivity'], + url: 'https://www.3stf.com/', + keywords: ['json formatter', 'image converter', 'password generator', 'word counter', 'developer tools', 'free tools', 'privacy', 'client-side'], }, { name: '4 day week',