Jetabroad Tech Blog
Pages
Home
Our Team
Jetabroad Flights
Showing posts with label
performance-tuning
.
Show all posts
Showing posts with label
performance-tuning
.
Show all posts
14 March 2018
Third Party API Fetch Strategy
At Jetabroad, we have to call Amazon Web Service API to manage our EC2 instances. The problem is
how to minimize API call and handle the schema provided as efficiently as possible.
Read more »
18 May 2017
Speeding up Python Pandas with Vectorized Operations
When working on very large datasets, vectorized operations are many orders of magnitude faster than naive row-by-row operations. In my example, 200X faster.
Read more »
Older Posts
Home
Subscribe to:
Posts (Atom)
Popular Posts
Increasing Code Quality with SonarQube
Using Python 3 imaplib to connect to Gmail - Part 1: Searching and Labeling
Using Roslyn to Automate Refactoring
Redis on Windows fix: Redis is configured to save RDB snapshots
Exploring Multiple Dispatch in C# with BenchmarkDotNet
Getting started with IoT Netduino 3 ethernet a compatibility Arduino board
IAM - Identity and Access Management
Third Party API Fetch Strategy
Why should we learn functional programming?
Speeding up Python Pandas with Vectorized Operations