Javascript + GoLang, sometimes drones
Currently doing React + Redux videos after work https://www.youtube.com/playlist?list=PLq5m66kIJ5Z9RX29udAzvG7LPC_yOzKDc
No blogs yet.
Im not exactly sure about Java mem stack limit and how it uses OS threads. I will post this in context of GoLang (GO) just for the sake I wanted to write and I love Go, I hate Java (dont ask me why). goroutines are not OS threads, but they are not exactly Green Threads as well. Go’s mechanism for hosting goroutines is an implementation of what’s called an M:N scheduler , which means it maps M green threads to N OS threads. Goroutines are then scheduled onto the green threads. When we have more goroutines than green threads available, the scheduler handles the distribution of the goroutines across the available threads.
Correct me if I'm wrong, but I dont think so you need Apache to run NodeJS stack. The best way to host MEANstack would be, use CentOs. Install Nginx and you are done. Ref: https://www.digitalocean.com/community/tutorials/how-to-set-up-a-node-js-application-for-production-on-centos-7
It's simple. Most cases these retard IT admins want to block external access to plugins and other websites. IE8 makes it easy for them. Eventually they will not let users install newer browsers. Plus most cases they are using Windows XP (P.S. Windows 7 comes with IE9.) and these companies won't bother investing on buying new windows licenses.