Hello there! Please find all my blog posts published here: https://dev.to/maxime1992
As you probably guessed by now, I'm using GIT and Github as my source of truth for my articles and then whenever I push, a pipeline is ran on CI to publish/update my articles directly on dev.to. This means that people can raise pull requests directly here to fix typos, update articles or contribute somehow and as soon as I approve and merge, it'll update all the affected articles.
If you wish to know more about this setup, I've made a dedicated blog post for it. Additionally, here's how it works as a summary:
- I've created a small CLI utility to publish to dev.to. It's open source and hosted here: https://github.com/maxime1992/dev-to-git. You can publish/update your dev.to articles directly from the console, either locally or on CI. It's as simple as providing a dev.to token
- For convenience, I've also created a basic structure that is easy to reuse. I've open sourced that one as well on Github as a template that you can easily copy instead of forking this repo, removing all my articles etc... If you want to publish your articles on dev.to with the same mechanism I've explained so far, definitely use this template as it contains the Github actions already made for you. It's available here: https://github.com/maxime1992/dev.to
Any issues not related to one of my blog posts should be reported either to the CLI repo or to the template repo.
- Enigma: Understand it, implement it, crack it
-
Stackoverflow: Increase the chances to get answers to your questions
-
How to detect unnecessary renderings of DOM elements in your web app to improve performance
- Next level data privacy