Blog Post
AWS
Cloud Optimization — a Matter of Cost vs. Complexity
Despite the cloud's growth, organizations still struggle to select and assign the right resources to a cloud application. Our expert discusses cloud optimization, offering two specific examples - how you might build a web app or service and how to leverage cloud storage.
Blog Post
AWS
Multi Cloud Deployment Using Terraform
Thanks to infrastructure as code (IaC) tools like Terraform, sysadmins and other IT pros are able to manage and provision their IT infrastructure through text files that look like code, rather than physical hardware configuration or interactive configuration tools.
Blog Post
Software Development
Increasing Speed: Cython vs CPython vs Python & Pypy
Last week I started this two-part blog series about increasing the speed of Python through Cython and PyPy. While we already discussed the effects of Cython, I wanted to continue the discussion with a look at PyPy and then a contrast of both PyPy and Cython. What is PyPy and how fast is it? PyPy... View Article
Despite the cloud's growth, organizations still struggle to select and assign the right resources to a cloud application. Our expert discusses cloud optimization, offering two specific examples - how you might build a web app or service and how to leverage cloud storage.
Thanks to infrastructure as code (IaC) tools like Terraform, sysadmins and other IT pros are able to manage and provision their IT infrastructure through text files that look like code, rather than physical hardware configuration or interactive configuration tools.
Last week I started this two-part blog series about increasing the speed of Python through Cython and PyPy. While we already discussed the effects of Cython, I wanted to continue the discussion with a look at PyPy and then a contrast of both PyPy and Cython. What is PyPy and how fast is it? PyPy... View Article
Blog Post
Cloud Transformation
How To Speed Up Python Code With Cython & PyPy: Part 1
When a Python program runs too slowly for our liking, there are several ways to speed it up. Our expert recently spent some time experimenting with two of the most popular tools: Cython and PyPy. This two-part post begins by delving into Cython.
When a Python program runs too slowly for our liking, there are several ways to speed it up. Our expert recently spent some time experimenting with two of the most popular tools: Cython and PyPy. This two-part post begins by delving into Cython.