But yes. The devops movement is actually here to bring the 90s back when we didnt specialize to an extent where silos are created and the gaps between teams get in the way
Hello, I've had Data Structures, while on BSc and implemented by hand hashmaps.. If you read the post you would understand the doubt.
Try the following:
a = [i for in range(10000)]
if 9999 in a:
print('yay I just looped over an entire array')
however:
a = {i:i for in range(10000)}
if 9999 in a:
print('yay I found a key in linear time')
Now, You might be an expert in Data Structures, but what makes you implicitly know how the 'IN' behaves in python, and that it won't convert to the keys() method of the dict to get a list with the same behaviour as in a list?
I believe the best methods to remain the same that it has always been, create quality content by delivering value to your visitors and keep your webapp running without maing your page hang on clients as well as presenting a clean interface, that should be cross device.