How is the law in your country for cookie handling? In Norway we have no laws actually requiring web sites to have popups like that but they still use them for some reason.
The law he's talking about is enforced by the EU, so it's the same across most of Europe. And the website-owners probably just didn't put an exception in for Norway...
Wondering about this myself, going to write up a tutorial soon for people I know who use Windows. Last time I tried Docker for Windows it broke VirtualBox completely (just had to disable Hyper-V). Might be an easy fix for that though, didn't spend any time investigating
No, on windows you still have to run a Linux vm which the containers will run inside. Meaning all containers actually run on a Linux host. The new Docker for Windows app only abstract away some stuff so it feels easier working with.
The quoted part is that instead of VirtualBox one can use Hyper-V. In either case, it's handled by docker-machine which runs a GNU/Linux VM with Docker (host) tools installed, and containers are ran on that VM.
I would be surprised if there aren't plans to support WSL (to run Linux-targetting binaries on Windows "natively", thus have "native" Docker containers) but don't think that's available yet.
If you want/need a new job I'd tailor it for whatever I felt would be easiest to land while still being interesting enough to consider.
If you're not really looking I'd tailor it for whatever job I'd really really want. You never know, but even if that dream job isn't available a CV like that will emphazise what you're truly passionate about. It might lead to something great
Well, "quite slow" is of course subjective. But compared to 10+ years ago standards it's barely noticeable today. It seems to be mostly an issue with GPU virtualization. So if you plan your hardware and set it up right (pci passthrough) you can get very good performance, even in a VM. To see it (over)done, check out Linus Tech Tips
If I understood the video correctly that was a dual-socket Xeon system, though, and there was considerable stuttering visible from time to time even if average framerates were decent.
I read the Reddit post; that looks easier to set up than I thought. I might give it a try some day. But I don't mind rebooting to switch OS anyway (10s boot times plus fast legacy BIOS).
React even say themselves they're just the V in MVC. Angular is full stack. What you need and which is best is probably up to yourself to answer. I personally found it nice that angular is a working framework, instead of having to piece together a framework myself using react++