Sat.Apr 08, 2017 - Fri.Apr 14, 2017

article thumbnail

Coming to STATION F: The first Mentor's Office powered by AWS!

All Things Distributed

I am excited to announce that AWS is opening its first Mentor's Office at STATION F in Paris! The Mentor's Office is a workplace exclusively dedicated to meetings between AWS experts and the startups. STATION F is the world's biggest startup campus. With this special offer starting at the end of June, at the campus opening, AWS increases the support already available to startup customers in France.

AWS 116
article thumbnail

Why I Don't Prepare For Job Interviews

Professor Beekums

As a candidate, I have only worked with an external recruiter once. I found it interesting that they told me almost the exact questions to expect during my interviews. After the interview, they asked me what questions I had to answer. I assume this was to improve their data for future candidates. I’ve been told that this is both common and considered a good thing.

71
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

Tour Of Heroes As A NativeScript With Angular Android And iOS Application

The Polyglot Developer

When it comes to learning Angular, the go-to example is the Tour of Heroes tutorial that is found in the official Angular documentation. This is a great tutorial because it covers a lot of topics, however, it is a web application tutorial. What if we wanted to build a mobile application from it, or more specifically, a native mobile application with Android and iOS support?

Mobile 59
article thumbnail

Using Couchbase With Docker And Deploying A Containerized NoSQL Cluster

The Polyglot Developer

You can do a lot of cool things with Docker , for example containerizing web applications, processes, and a bunch of other things. What happens when you want to deploy your database as a container, or more specifically, your distributed database as containers? Most NoSQL databases are distributed, meaning they can be easily clustered with data replication and a bunch of other awesome features.

article thumbnail

Define Docker Container Networking So Containers Can Communicate

The Polyglot Developer

So I was recently playing with Docker using a mixture of docker-compose and the docker commands and I found myself with a container communication issue. I was trying to spin up a container to communicate with containers launched via docker-compose , but my new container couldn’t find these other containers. This is because there was a networking issue between how the Compose containers were running, versus vanilla.

Network 40