This is the "single source of truth" that stores all my articles.
It utilizes huantt/article-as-code to collect, store, and sync all my articles to various platforms, including dev.to and hashnode.dev.
I have created a GitHub action in the .github/workflows directory that runs every 6 hours or whenever you commit to the main branch.
|
|
End to End CI/CD pipeline using GitHub Actions for Android...
In this article, you will get a brief idea about how to create an End to End CI/CD Pipeline using...
13/12/2024
|
|
|
DevOps from 0 to Hero - for Freshers
Introduction DevOps is a transformative culture and set of practices that bring together...
20/10/2024
|
|
|
Deploying Django Application on AWS with Terraform - Part 1
Hi everyone, I am back with another project. This time we will be working on a CICD pipeline,...
01/04/2024
|
|
|
Thank you so much everyone!
Hi fam, I'm so excited to announce that I've reached 30,000 views and 6K+ followers! This is such a...
21/10/2023
|
|
|
How Netflix Uses the Cloud - AWS
How they Use AWS Services Binge-watching 🍿has become more and more of a phenomena. Netflix...
27/08/2023
|
Updated at: 2026-08-17T13:03:09Z - by huantt/article-listing
The docker-compose.yml file helps us run the flow locally.
To run this Docker Compose, create a .secret.txt file and fill in the following variables:
DEVTO_TOKEN: Your Dev.to authentication token.DEVTO_USERNAME: Your Dev.to username.HASHNODE_TOKEN: Your Hashnode authentication token.HASHNODE_USERNAME: Your Hashnode username.
Run the following command:
docker-compose upsequenceDiagram
This repo ->> Dev.to: Get articles
Dev.to -->> This repo: Articles
This repo ->> This repo: Store articles as code
This repo ->> Dev.to: Sync articles
This repo ->> Hashnode.dev: Sync articles
This repo ->> Github: Commit