Docker

docker run –name mynginx1 -P -d nginx

sudo iptables -A INPUT -p tcp -m tcp –dport 49154 -j ACCEPT

docker exec -i -t c2fe312280ca bash

sudo iptables -A INPUT -p tcp -m tcp –dport 80 -j ACCEPT

docker run –name mynginx1 -d nginx

 

 

Trey Causey – Software development skills for data scientists

Data scientists often come from diverse backgrounds and frequently don’t have much, if any, in the way of formal training in computer science or software development. That being said, most data scientists at some point will find themselves in discussions with software engineers because of some code that already is or will be touching production code.

Source: Trey Causey – Software development skills for data scientists

 

The bunny theory of code | NCZOnline

For years, I’ve shared with friends and clients what I call the bunny theory of code. The theory is that code multiplies when you’re not looking, not unlike bunnies that tend to multiply when you’re not looking. This isn’t to say that multiplying code is good or bad – it’s a characteristic of all code regardless of quality. What makes it good or bad is the quality of the code being multiplied.

Source: The bunny theory of code | NCZOnline