Skip to content

Commit 45f7514

Browse files
committed
- fix(redirects): Implemented 308 permanent redirects for trailing slash canonicalization.
- fix(seo): Addressed 404 errors by implementing a 301 redirect for `www` to non-`www` canonicalization.
1 parent 4c839fb commit 45f7514

5 files changed

Lines changed: 68 additions & 90 deletions

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ bun.lockb
5151
*.sublime-project
5252
*.sublime-workspace
5353
GEMINI.md
54+
generate_redirects.py
55+
analyze_404.py
5456

5557
# System
5658
Thumbs.db

src/content/blog/en/data-science-python.mdx

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
11
---
2-
title: "Data Science with Python: Essential Tools and Techniques"
3-
slug: "en/blog/data-science-python"
4-
lang: "en"
5-
categories: ["Blog"]
6-
description: "Master data science fundamentals using Python libraries like Pandas, NumPy, and Scikit-learn for data analysis and machine learning projects."
7-
keywords: ["data science", "python", "analytics", "machine learning"]
8-
author: "Dr. James Wilson"
9-
authorImage: "https://images.pexels.com/photos/220453/pexels-photo-220453.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1"
10-
authorURL: "https://astro-batavia.pages.dev/authors/dr-james-wilson"
2+
title: 'Data Science with Python: Essential Tools and Techniques'
3+
slug: 'en/blog/data-science-python'
4+
lang: 'en'
5+
categories: ['Blog']
6+
description: 'Master data science fundamentals using Python libraries like Pandas, NumPy, and Scikit-learn for data analysis and machine learning projects.'
7+
keywords: ['data science', 'python', 'analytics', 'machine learning']
8+
author: 'Dr. James Wilson'
9+
authorImage: 'https://images.pexels.com/photos/220453/pexels-photo-220453.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1'
10+
authorURL: 'https://astro-batavia.pages.dev/authors/dr-james-wilson'
1111
pubDate: 2023-12-28T00:00:00.000Z
1212
editDate: 2023-12-29T00:00:00.000Z
13-
heroImage: "https://images.pexels.com/photos/590022/pexels-photo-590022.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1"
14-
heroImageAlt: "Python code and data visualization charts"
15-
tags: ["data science", "python", "analytics", "machine learning"]
13+
heroImage: 'https://images.pexels.com/photos/590022/pexels-photo-590022.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1'
14+
heroImageAlt: 'Python code and data visualization charts'
15+
tags: ['data science', 'python', 'analytics', 'machine learning']
1616
draft: false
1717
comment: false
18-
robots: "index, follow"
19-
canonicalURL: "https://astro-batavia.pages.dev/en/blog/data-science-python"
18+
robots: 'index, follow'
19+
canonicalURL: 'https://astro-batavia.pages.dev/en/blog/data-science-python'
2020
---
2121

22-
Python has emerged as the leading language for data science, offering powerful libraries and intuitive syntax that make complex data analysis accessible to both beginners and experts.
22+
# Essential Python Libraries
2323

24-
## Essential Python Libraries
24+
Python has emerged as the leading language for data science, offering powerful libraries and intuitive syntax that make complex data analysis accessible to both beginners and experts.
2525

2626
### Pandas for Data Manipulation
2727

src/content/blog/es/edge-computing-revolution.mdx

Lines changed: 18 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,31 @@
11
---
2-
title: "Revolución de la Computación en el Borde: Acercando el Poder de Procesamiento a los Usuarios"
3-
slug: "es/blog/edge-computing-revolution"
4-
lang: "es"
5-
categories: ["Artículo"]
6-
description: "Explore how edge computing is transforming data processing by reducing latency, improving privacy, and enabling real-time applications at the network edge."
7-
keywords: ["edge computing", "networking", "IoT", "real-time systems"]
8-
author: "Kevin Zhang"
9-
authorImage: "https://images.pexels.com/photos/220453/pexels-photo-220453.jpeg?auto=compress&cs=tinysrgb&w=120&h=120&dpr=1"
10-
authorURL: "https://astro-batavia.pages.dev/authors/kevin-zhang"
11-
pubDate: "2023-12-26T00:00:00.000Z"
12-
editDate: "2023-12-27T00:00:00.000Z"
13-
heroImage: "https://images.pexels.com/photos/325229/pexels-photo-325229.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1"
14-
heroImageAlt: "Imagen principal del artículo"
15-
tags: ["edge computing", "networking", "IoT", "real-time systems"]
2+
title: 'Revolución de la Computación en el Borde: Acercando el Poder de Procesamiento a los Usuarios'
3+
slug: 'es/blog/edge-computing-revolution'
4+
lang: 'es'
5+
categories: ['Artículo']
6+
description: 'Explore how edge computing is transforming data processing by reducing latency, improving privacy, and enabling real-time applications at the network edge.'
7+
keywords: ['edge computing', 'networking', 'IoT', 'real-time systems']
8+
author: 'Kevin Zhang'
9+
authorImage: 'https://images.pexels.com/photos/220453/pexels-photo-220453.jpeg?auto=compress&cs=tinysrgb&w=120&h=120&dpr=1'
10+
authorURL: 'https://astro-batavia.pages.dev/authors/kevin-zhang'
11+
pubDate: '2023-12-26T00:00:00.000Z'
12+
editDate: '2023-12-27T00:00:00.000Z'
13+
heroImage: 'https://images.pexels.com/photos/325229/pexels-photo-325229.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1'
14+
heroImageAlt: 'Imagen principal del artículo'
15+
tags: ['edge computing', 'networking', 'IoT', 'real-time systems']
1616
draft: false
1717
comment: false
18-
robots: "index, follow"
19-
canonicalURL: "https://astro-batavia.pages.dev/es/blog/revolucion-computacion-borde"
18+
robots: 'index, follow'
19+
canonicalURL: 'https://astro-batavia.pages.dev/es/blog/revolucion-computacion-borde'
2020
---
21+
2122
# Revolución de la Computación en el Borde: Acercando el Poder de Procesamiento a los Usuarios
2223

2324
La computación en el borde (edge computing) está cambiando fundamentalmente la forma en que procesamos y analizamos los datos al mover la computación de los centros de datos centralizados en la nube al borde de la red, más cerca de donde se generan y consumen los datos.
2425

2526
## Entendiendo la Computación en el Borde
2627

27-
### Qué es la Computación en el Borde?
28+
### Qué es la Computación en el Borde?
2829

2930
La computación en el borde procesa datos en o cerca de la fuente de generación de datos, en lugar de depender de servidores en la nube centralizados. Este enfoque distribuido reduce la latencia, el uso de ancho de banda y mejora la capacidad de respuesta en tiempo real.
3031

@@ -193,28 +194,3 @@ El futuro de la computación será cada vez más distribuido, con dispositivos d
193194
A medida que las redes 5G se expanden y los dispositivos IoT proliferan, la computación en el borde se convertirá en una infraestructura esencial para la transformación digital en todas las industrias. La revolución ha comenzado, y las oportunidades son ilimitadas para aquellos listos para abrazar el borde.
194195

195196
IMPORTANT: For any future changes to this file, use the final_file_content shown above as your reference. This content reflects the current state of the file, including any auto-formatting (e.g., if you used single quotes but the formatter converted them to double quotes). Always base your SEARCH/REPLACE operations on this final version to ensure accuracy.
196-
197-
# VSCode Visible Files
198-
199-
src/content/blog/es/blog/blog/edge-computing-revolution.mdx
200-
201-
# VSCode Open Tabs
202-
203-
src/content/en/blog/5g-technology-impact.mdx
204-
src/content/blog/es/blog/blog/5g-technology-impact.mdx
205-
src/content/blog/es/blog/blog/augmented-reality-business.mdx
206-
src/content/blog/es/blog/blog/blockchain-beyond-cryptocurrency.mdx
207-
src/content/blog/es/blog/blog/cloud-computing-evolution.mdx
208-
src/content/blog/es/blog/blog/computer-vision-applications.mdx
209-
src/content/blog/es/blog/blog/cybersecurity-best-practices.mdx
210-
src/content/blog/es/blog/blog/data-science-python.mdx
211-
src/content/blog/es/blog/blog/devops-automation-strategies.mdx
212-
src/content/blog/es/blog/blog/edge-computing-revolution.mdx
213-
214-
# Current Time
215-
216-
5/28/2025, 9:36:37 PM (Asia/Jakarta, UTC+7:00)
217-
218-
# Context Window Usage
219-
220-
138,437 / 1,048.576K tokens used (13%)

src/content/blog/ja/data-science-python.mdx

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
11
---
2-
title: "Python によるデータサイエンス:必須ツールとテクニック"
3-
slug: "ja/blog/data-science-python"
4-
lang: "ja"
5-
categories: ["ブログ"]
6-
description: "Pandas、NumPy、Scikit-learnなどのPythonライブラリを使用して、データ分析や機械学習プロジェクトのためのデータサイエンスの基本をマスターします。"
7-
keywords: ["データサイエンス", "Python", "アナリティクス", "機械学習"]
8-
author: "Dr. James Wilson"
9-
authorImage: "https://images.pexels.com/photos/220453/pexels-photo-220453.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1 "
10-
authorURL: "https://astro-batavia.pages.dev/authors/dr-james-wilson "
2+
title: 'Python によるデータサイエンス:必須ツールとテクニック'
3+
slug: 'ja/blog/data-science-python'
4+
lang: 'ja'
5+
categories: ['ブログ']
6+
description: 'Pandas、NumPy、Scikit-learnなどのPythonライブラリを使用して、データ分析や機械学習プロジェクトのためのデータサイエンスの基本をマスターします。'
7+
keywords: ['データサイエンス', 'Python', 'アナリティクス', '機械学習']
8+
author: 'Dr. James Wilson'
9+
authorImage: 'https://images.pexels.com/photos/220453/pexels-photo-220453.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1 '
10+
authorURL: 'https://astro-batavia.pages.dev/authors/dr-james-wilson '
1111
pubDate: 2023-12-28T00:00:00.000Z
1212
editDate: 2023-12-29T00:00:00.000Z
13-
heroImage: "https://images.pexels.com/photos/590022/pexels-photo-590022.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1 "
14-
heroImageAlt: "Pythonコードとデータ可視化チャート"
15-
tags: ["データサイエンス", "Python", "アナリティクス", "機械学習"]
13+
heroImage: 'https://images.pexels.com/photos/590022/pexels-photo-590022.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1 '
14+
heroImageAlt: 'Pythonコードとデータ可視化チャート'
15+
tags: ['データサイエンス', 'Python', 'アナリティクス', '機械学習']
1616
draft: false
1717
comment: false
18-
robots: "index, follow"
19-
canonicalURL: "https://astro-batavia.pages.dev/ja/blog/data-science-python "
18+
robots: 'index, follow'
19+
canonicalURL: 'https://astro-batavia.pages.dev/ja/blog/data-science-python '
2020
---
2121

22-
Python は強力なライブラリと直感的な構文を提供し、複雑なデータ分析を初心者にも専門家にもアクセス可能にするため、データサイエンスにおけるリーダー言語として台頭しました。
22+
# 必須の Python ライブラリ
2323

24-
## 必須の Python ライブラリ
24+
Python は強力なライブラリと直感的な構文を提供し、複雑なデータ分析を初心者にも専門家にもアクセス可能にするため、データサイエンスにおけるリーダー言語として台頭しました。
2525

2626
### データ操作のための Pandas
2727

src/content/blog/ja/low-code-development-platforms.mdx

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
11
---
2-
title: "低コード開発プラットフォーム:ソフトウェア作成の民主化"
3-
slug: "ja/blog/low-code-development-platforms"
4-
lang: "ja"
5-
categories: ["ブログ"]
6-
description: "低コードプラットフォームが市民開発者をどのように支援し、視覚的プログラミングと事前構築されたコンポーネントを通じてアプリケーション開発を加速させるかを探ります。"
7-
keywords: ["低コード", "ノーコード", "市民開発", "迅速開発"]
8-
author: "Rachel Davis"
9-
authorImage: "https://images.pexels.com/photos/220453/pexels-photo-220453.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1 "
10-
authorURL: "https://astro-batavia.pages.dev/authors/rachel-davis "
2+
title: '低コード開発プラットフォーム:ソフトウェア作成の民主化'
3+
slug: 'ja/blog/low-code-development-platforms'
4+
lang: 'ja'
5+
categories: ['ブログ']
6+
description: '低コードプラットフォームが市民開発者をどのように支援し、視覚的プログラミングと事前構築されたコンポーネントを通じてアプリケーション開発を加速させるかを探ります。'
7+
keywords: ['低コード', 'ノーコード', '市民開発', '迅速開発']
8+
author: 'Rachel Davis'
9+
authorImage: 'https://images.pexels.com/photos/220453/pexels-photo-220453.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1 '
10+
authorURL: 'https://astro-batavia.pages.dev/authors/rachel-davis '
1111
pubDate: 2023-12-08T00:00:00.000Z
1212
editDate: 2023-12-09T00:00:00.000Z
13-
heroImage: "https://images.pexels.com/photos/574071/pexels-photo-574071.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1 "
14-
heroImageAlt: "ドラッグアンドドロップ要素を持つ視覚的プログラミングインターフェース"
15-
tags: ["低コード", "ノーコード", "市民開発", "迅速開発"]
13+
heroImage: 'https://images.pexels.com/photos/574071/pexels-photo-574071.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1 '
14+
heroImageAlt: 'ドラッグアンドドロップ要素を持つ視覚的プログラミングインターフェース'
15+
tags: ['低コード', 'ノーコード', '市民開発', '迅速開発']
1616
draft: false
1717
comment: false
18-
robots: "index, follow"
19-
canonicalURL: "https://astro-batavia.pages.dev/ja/blog/low-code-development-platforms "
18+
robots: 'index, follow'
19+
canonicalURL: 'https://astro-batavia.pages.dev/ja/blog/low-code-development-platforms '
2020
---
2121

22-
低コード開発プラットフォームは、ビジネスユーザーおよび市民開発者が広範なプログラミング知識なしにアプリケーションを構築できるようにすることで、組織全体でのデジタルトランスフォーメーションを加速させています。
22+
# プラットフォームの機能
2323

24-
## プラットフォームの機能
24+
低コード開発プラットフォームは、ビジネスユーザーおよび市民開発者が広範なプログラミング知識なしにアプリケーションを構築できるようにすることで、組織全体でのデジタルトランスフォーメーションを加速させています。
2525

2626
### 視覚的開発
2727

0 commit comments

Comments
 (0)