🎯
Focusing
Highlights
Pinned Loading
-
-
Finance-Robinhood
Finance-Robinhood PublicForked from sanko/Finance-Robinhood
Trade stocks and ETFs with free brokerage Robinhood and Perl
Perl
-
MachineLearningStocks
MachineLearningStocks PublicForked from robertmartin8/MachineLearningStocks
Using python and scikit-learn to make stock predictions
Python
-
Step-by-step Instructions to Setup a...
Step-by-step Instructions to Setup an AWS ECS Cluster 1## Configuring AWS ECS to have access to AWS EFS
2If you would like to persist data from your ECS containers, i.e. hosting databases like MySQL or MongoDB with Docker, you need to ensure that you can mount the data directory of the database in the container to volume that's not going to dissappear when your container or worse yet, the EC2 instance that hosts your containers, is restarted or scaled up or down for any reason.
34> Don't know how to create your own AWS ECS Cluster? Go [here](https://gist.github.com/duluca/ebcf98923f733a1fdb6682f111b1a832#file-step-by-step-how-to-for-aws-ecs-md)!
5 -
An example of Cypress, Auth0, and Ne...
An example of Cypress, Auth0, and Next.js authentication for a local Cypress test 1### Edit:
23Since writing this gist, [sir-dunxalot/cypress-nextjs-auth0](https://github.com/sir-dunxalot/cypress-nextjs-auth0) was released, which encapsulates this gist in a more user-friendly way. Try it out:
45```sh
-
Docker Compose with Elastic Stack an...
Docker Compose with Elastic Stack and APM Server 6.5.0 1version: "2.1"
2services:
3apm-server:
4image: docker.elastic.co/apm/apm-server:${STACK_VERSION:-6.5.0}
5ports:
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.