How to get started with Python for data analysts

How to get started with Python for data analysts

3-minute read The multi-purpose programming language Python is used by development teams around the world, primarily for its simplicity, flexibility, and readability. Python also provides a plethora of useful options for data analysts and data scientists, as it has...
WSL – Docker with GPU enabled (Nvidia)

WSL – Docker with GPU enabled (Nvidia)

7-minute read Reprinted from gregbouwens.com with the permission of the author Ok, I know it’s not a new thing to be able to run complicated ML / AI software such as Tensorflow or Deepstack on Windows and make use of your Nvidia GPU—but what if you want to run a...
Technical debt: what, why, and how

Technical debt: what, why, and how

3-minute read Quick summary: Technical debt is the elephant in the room … the same elephant that the blind men were curious about. Understand how perspective contributes to and can resolve tech debt.   Logic20/20 has been involved in many platform migrations and...
Generate random test data at run time in JMeter

Generate random test data at run time in JMeter

6-minute read Quick summary: Proven successful approaches to generating random test data in JMeter as part of a more complex API testing framework Random data prevents optimized libraries from caching requests and displaying artificially high performance. It is also...