Jukka Keski-Luopa

Results 97 issues of Jukka Keski-Luopa

If any custom scripts are required, they should be located at `scripts/custom`.

https://github.com/pmmmwh/react-refresh-webpack-plugin

Implement vue client in `alternatives/client-vue`. **Requirements:** Copy these from `server-template/client` and modify if required: * [ ] `Dockerfile`: Dockerfile for local development * [ ] `Dockerfile.build`: Dockerfile for building docker...

When developing software on top of cloud specific services, developers need to invest more on configuring the infrastructure. For that, Pulumi might be a more developer friendly option than Terraform.

Some links: - https://scotthelme.co.uk/csp-nonce-support-in-nginx/ - https://csp.withgoogle.com/docs/why-csp.html - https://csp.withgoogle.com/docs/strict-csp.html - https://csp.withgoogle.com/docs/adopting-csp.html Some remarks: - Nonce should be changed on every page load. However, if server returns "HTTP 403 Not Modified", the...

* [ ] If COMMON_LOG_FORMAT is 'text', still use the StackdriverStream, but print in human readable format (e.g. with this https://github.com/benbria/bunyan-debug-stream). On local development the human readable format is currently...

On `taito project create`, ask for full company name, and use it in copyright notices everywhere (e.g. `webpack.config.js`).

Currently you can copy source maps from running container to your local disk (`taito copy from:client:prod /meta ./tmp/meta`) and then use them in browser dev tools. This is a bit...