Page 98 of 126 (2519 total posts)

April 2021

06-04-2021
6 things I’ve learned in my first 6 months using serverless

6 things I’ve learned in my first 6 months using serverless

Source: read.acloud.guru

The serverless world is pretty awesome once you find the right tools — and burn the middle layer to the ground After the tour-de-force of Serverlessconf in October, I decided my entire company would be going serverless. I spent the first couple of months beating my head against the wall trying to migrate a Python Flask app to Lambda — […]

Tags: serverless
06-04-2021
Apache Cordova Tutorial: Developing Mobile Applications with Cordova

Apache Cordova Tutorial: Developing Mobile Applications with Cordova

Source: toptal.com

Developing mobile applications has always been a challenge, especially with so many platforms targeting a diverse ecosystem. To develop multiple applications, one for each platform, may not always be feasible. Fortunately, alternative approaches do exist. In this article, Toptal engineer Filip Petkovski demonstrate...

Tags: apache cordoba mobile phonegap tutorial how-to
06-04-2021
Leveraging Mental Models in UX Design

Leveraging Mental Models in UX Design

Source: toptal.com

Users know how your product works and how to use it even before you design it. At least, they should. Users form expectations around how things should work through familiar patterns and repeated use. To design for maximum usability, designers need to understand and leverage users’ mental models. #ux #uxdesign

Tags: models design
06-04-2021
Python Multithreading and Multiprocessing Tutorial

Python Multithreading and Multiprocessing Tutorial

Source: toptal.com

Python is a popular, powerful, and versatile programming language; however, concurrency and parallelism in Python often seems to be a matter of debate. In this article, Toptal Freelance Software Engineer Marcus McCurdy explores different approaches to solving this discord with code, including examples of Python m...

Tags: python concurrency