Addressing High CPU Usage in Production
Use Python's synchronous, multi-threading, queue, and asyncio event loop to make 100 HTTP requests and see which solution performs the best.
Analysing the Big O of various Array and Object methods
And how not to concatenate strings
Over the last few years, the methods in ES6 like filter(), forEach() and map() have been ever so popular. But are they actually better?
People said Python is slow, how slow it can be
And how to improve it. The React Native performance do's and don't