Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4,194 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

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.

GitHub Action

I have created a GitHub action in the .github/workflows directory that runs every 6 hours or whenever you commit to the main branch.

My Recent Articles

thumbnail 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
thumbnail DevOps from 0 to Hero - for Freshers
Introduction DevOps is a transformative culture and set of practices that bring together...
20/10/2024
thumbnail 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
thumbnail 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
thumbnail 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

Run Locally

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 up

Sequence Diagram

sequenceDiagram
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
Loading

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors