Top Programming Languages for Web Development: Python and More
It’s worth looking at IEEE Spectrum’s top languages for web development. Some of the world’s most popular programming languages top this list. (more…)
Read more »
One of the cool tricks I came across was how to write a self-sufficient AWS Lambda function, the idea is to have your Lambda function installs its dependencies at runtime/require time, instead of having to redeploy it each time you add a new dependency. Read more