Android debug bridge is a command line tool that allows us to communicate with Android devices from our PCs. From the plethora of options it gives we will focus on the most interesting ones from a developer’s perspective.
How to leverage AWS Lambda@Edge feature to generate dynamic Open Graph content on top of a statically served frontend application? Look no further.
Although asynchronicity is not a new concept in JavaScript, it still can cause problems, especially with every new feature introduced to it. This article explains the concept in a digestible fashio
Many applications work with large amounts of data, often exceeding 1 million records in the database. Loading larger datasets into a database then introduce overheads to development velocity, impacting both delivery costs and speed. Here’s how to minimize these costs.
Fitness functions are useful for tracking software architecture metrics. Here’s how to use them in Python.