I hereby claim:
- I am duluca on github.
- I am dougi (https://keybase.io/dougi) on keybase.
- I have a public key ASCO4mKqid0D1Vjc9P3iDzh9SNMkXbugEMCqFbpsybDfrQo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
max="$1" | |
date | |
echo "url: $2 | |
rate: $max calls / second" | |
START=$(date +%s); | |
get () { | |
curl -s -v "$1" 2>&1 | tr '\r\n' '\\n' | awk -v date="$(date +'%r')" '{print $0"\n-----", date}' >> /tmp/perf-test.log | |
} |
<?xml version='1.0' encoding='utf-8'?> | |
<widget android-versionCode="203091" id="com.excella.central" version="2.3.9" xmlns="http://www.w3.org/ns/widgets" xmlns:gap="http://phonegap.com/ns/1.0"> | |
<name>Excella Central</name> | |
<description> | |
Connect with your colleagues. | |
</description> | |
<author email="[email protected]" href="https://www.excella.com"> | |
Excella | |
</author> | |
<content src="index.html" /> |
If 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.
Don't know how to create your own AWS ECS Cluster? Go here!
Sadly the EC2 provisioning process doesn't allow you to configure EFS during the initial config. After your create your cluster, follow the guide below.
If you're using an Alpine-based Node server like duluca/minimal-node-web-server follow this guide:
These are generic npm scripts that you can copy & paste into your package.json
file as-is and get access to convinience scripts to manage your Docker images all in one place.
npm i -g mrm-task-npm-docker
npx mrm npm-docker
Here's the code repository https://github.com/expertly-simple/mrm-task-npm-docker
A guide to effective, productive and joyful development experience
The JavaScript Promise is about the promise of JavaScript as a whole, including the language, community, libraries, frameworks and tools, enabling you to be a happier, more effective and productive creator for beginners and seasoned software engineers alike.
If you're an absolute beginner, the JavaScript ecosystem offers the gentlest ramp up possible in any web-ready technology stack to bring you up from zero to hero. You don't need to be a long time coder or have a computer science degree to achieve results with JavaScript.
If you're a professional whose needs scale from a single page website to large scale enterprise deployment, who needs reliability, performance, security, code analysis and automated testing, JavaScript is fully capable of meeting and exceeding these needs and do so in a cost effective manner.
The JavaScript Promise aims to open your mind up to the possibilities that are enabled by the JavaS
Here is our understanding of what legacy system modernization is vs. what it isn't -- and the importance of doing it in the first place.
We modernize to rebuild (and rethink) legacy systems to achieve new levels of scalability, maintainability, and flexibility.
Legacy System Modernization is NOT...:
zip -e my_zip_file.zip your_original_file.docx
ssh-keygen -t rsa -b 4096 -C "[email protected]"
eval "$(ssh-agent -s)"
ssh-add -K ~/.ssh/id_rsa
use this to add existing key to your terminal session