Simon
Simon
Key rotation is mentioned on the Readme on the following parts in the Readme: https://github.com/dwyl/phoenix-ecto-encryption-example#owasp-cryptographic-rules  https://github.com/dwyl/phoenix-ecto-encryption-example#1-create-the-encryption-app  and on the `get_key` function description: https://github.com/dwyl/phoenix-ecto-encryption-example#3-define-the-6-functions  However it wasn't clear...
Lambda functions are most of the time trigger by an event, however sometimes we want the function to execute at a regular time. For that aws lambda provide a fixed...
In https://github.com/dwyl/learn-heroku/blob/master/elixir-phoenix-app-deployment.md the section 5 could be next to the section 9 and more information about the buildpacks configuration can be added:  and  see: https://github.com/dwyl/learn-heroku/pull/18#pullrequestreview-98185047
ref: https://github.com/dwyl/learn-devops/issues/59 An initial markdown where I recap my research on how to deploy a Phoenix application on Linode
I had an issue while using pm2 for deployement: The master branch already had a `ecosystem.config.js` but when I tried to create a new PR this issue appears:  I...
[elm-live](https://github.com/wking-io/elm-live) can be used to compile a Elm single page application. You can install elm-live with npm: `npm install -g elm-live` and then you'll be able to run the following...
On the following project: https://github.com/club-soda/club-soda-guide, one of the feature is to allow user to filter a list of drinks based on types (first level filters) and styles (sub level fitlers):...
The Google tokens are now encrypted and saved in Postgres using Fields.Encrypted:  https://github.com/dwyl/app-mvp-phoenix/blob/9e1bf7dd5ac0b073f892ea9b93346f991a817407/lib/app/ctx/session.ex#L5-L12 However we do not save the `key_id` value yet. I don't fully understand yet how the...
Investigate if we can use [Github Actions](https://help.github.com/en/actions/automating-your-workflow-with-github-actions) to automatically apply labes to issues when they are moved to a specific column in our Kanban project. linked to https://github.com/dwyl/app/issues/238
from https://www.theguardian.com/business/2015/aug/18/time-management-apps-work-life-balance-productivity “When we make that data transparent to others, that’s where we get into a situation where we start manipulating our activities to create good data,” "The guiding principal...