Skip to main content
Kelvas blog
  1. Tags/

pipeline

2022


Publish automatically Hugo blog with GitHub Actions

·1977 words·10 mins
Repetitive actions are dangerous. Especially if they are simple. We tend to pay less and less attention to them and in the end, we make mistakes. Fortunately it is possible, not to say recommended, to automate these actions. So today, as you may have guessed, we’re going to change the theme a bit and talk about the pipeline on GitHub Actions. The context # I love to write and share, therefore I have this technical blog allowing me to pass on what I learn and what I think is useful to others.

2021


Firebase and Azure DevOps

·1199 words·6 mins
Firebase # As I have already mentioned in this article, Firebase is a service offered by Google for mobile and web developers to facilitate a large number of parts of application development: Authentication NoSql Database cloud function Storage (image, video, …) Web application hosting Real-time database Test lab Crash reporting in real time Remote config Cloud messaging It is therefore a very useful service for the rapid prototyping of an application and even for an application in production and all this for a very modest price.