IMHO, a Full Stack developer would be someone able to bootstrap a project on his/her own. He/Her doesn't need someone else to have an MVP in production.
But I agree that the job requirements you gave as an example are insane, you can't be an expert in every stack of a product. At least not with the current implicit age requirement of the industry.
I have a X1 Carbon 5th generation with Ubuntu 17.04.
I'm very satisfied, the installation was easy, everything is working correctly, apart the fingerprint reader but biometric is a joke so no big loss.
The biggest problem with this machine is the fan system, it's configured at a pretty conservative temperature and when the fan start, it does a 1-2 seconds at almost full speed which is noisy.
The ports are just right for me, an hdmi port, two usb-3 and two usb-c which will make my life so much better when I will buy this screen/usb-c dock: http://www.philips.co.uk/c-p/258B6QUEB_00/brilliance-lcd-mon.... With an unique cable I will have everything I need when working from my desk: power, video, audio, ethernet, keyboard and mouse!
For me, DevOps is mostly about communication and efficiency. It's for me very similar to Agility and Lean movements as they try to reduce the time between the birth an idea and the moment it is available for the customers.
DevOps is mostly about optimizing the interaction between Developers teams and Operations teams but the general principles can be applied across the company.
Here is a sneak peek of the soon to be announced Django support: https://asciinema.org/a/43989.
Drop us a line if you want to have more information about your stack support!
Here is my comment of the article in case it was not accepted:
First, there is a limitation of Flask itself, not Python. Flask uses the name of the function to allow you to retrieve the url of a specific endpoint with url_for.
So technically lambda would not either but you can trick by defining a local function and changing the name of it or using a class. Here is a working example of what you were trying to do: https://gist.github.com/Lothiraldan/87bf5fc9fba604ececa0.
And finally you can dynamically inject something into your global namespace using this format: globals()[page] = endpoint but against it will not works due to internal flask limitation not Python one.
So yes, Flask design is simple, maybe too much for your utilization and Python is flawed but just like every god damned language.
But I agree that the job requirements you gave as an example are insane, you can't be an expert in every stack of a product. At least not with the current implicit age requirement of the industry.