From 0547992a931442490beb5f805853c34bd15a16a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9sar=20Rom=C3=A1n?= Date: Sun, 31 Dec 2023 18:32:26 -0800 Subject: [PATCH] blog(post): upcoming articles in 2024 --- .../2023-02-07-upcoming-articles-in-2023.md | 1 - _posts/2023-07-02-we-ve-relocated.md | 1 - .../2023-12-31-upcoming-articles-in-2024.md | 30 +++++++++++++++++++ 3 files changed, 30 insertions(+), 2 deletions(-) create mode 100644 _posts/2023-12-31-upcoming-articles-in-2024.md diff --git a/_posts/2023-02-07-upcoming-articles-in-2023.md b/_posts/2023-02-07-upcoming-articles-in-2023.md index e8ed725..938bc94 100644 --- a/_posts/2023-02-07-upcoming-articles-in-2023.md +++ b/_posts/2023-02-07-upcoming-articles-in-2023.md @@ -13,7 +13,6 @@ tags: - python3 - terminal - ubuntu -- pinned date: 2023-02-07 14:13 -0800 --- Hello, readers! diff --git a/_posts/2023-07-02-we-ve-relocated.md b/_posts/2023-07-02-we-ve-relocated.md index 767c153..a687569 100644 --- a/_posts/2023-07-02-we-ve-relocated.md +++ b/_posts/2023-07-02-we-ve-relocated.md @@ -3,7 +3,6 @@ layout: post title: We've relocated tags: - announcement -- pinned - quick-take date: 2023-07-02 14:58 -0700 --- diff --git a/_posts/2023-12-31-upcoming-articles-in-2024.md b/_posts/2023-12-31-upcoming-articles-in-2024.md new file mode 100644 index 0000000..f643ce4 --- /dev/null +++ b/_posts/2023-12-31-upcoming-articles-in-2024.md @@ -0,0 +1,30 @@ +--- +layout: post +title: Upcoming articles in 2023 +tags: +- announcement +- azure pipelines +- continuous delivery +- continuous integration +- github actions +- nox +- pinned +- python +- python2 +- python3 +- tox +date: 2023-12-31 18:31 -0800 +--- +Hello, readers! + +These are some of the upcoming articles in this space. + +1. Python 3 tools I use for my Python 2 projects - 2024 edition +1. Why I chose `tox` over `nox`? +1. Caching in Azure Pipelines and GitHub Actions - Real life examples +1. Moving from `setup.cfg` to `pyproject.toml` +1. Switching from iTerm2 to kitty + +I'll link to the articles once their published, so come back here if you're interested or subscribe to the RSS feed. + +Thanks for reading.