
Tree-shaking lodash can reduce the size of your JavaScript bundle, but it requires that a few conditions are met along the way to implementing it.
Tree-shaking lodash can reduce the size of your JavaScript bundle, but it requires that a few conditions are met along the way to implementing it.

As a part of our new series โE84 Coffee Labsโ, weโre exploring Element 84 coffee culture with different members of the team. Coffee is an important aspect of life at Element 84. Everyone has their own unique way of making and enjoying it. The warm and inviting office space at Element 84 immediately drew me…
The Problem Recently, I needed to implement large file uploads to Amazon Web Services (AWS) from a web browser. We had some requirements with possible solutions: S3 is the ideal place to upload files but there are issues with uploading from a web browser to S3. You don’t want to give users free reign to…
TileJSON.io is an open source project by Azavea. It is an easy way to view and share raster tile sets using slippy map endpoints.

We’re working with the Inter-American Development Bank to improve the GIS capacity of Guyana with tools built to extract OpenStreetMap data.

Element 84 isn’t unique because most of us like coffee. Embracing everyone’s unique ways of making and enjoying it is what makes it part of our culture. Starting from a simple bean We all have our different ways of making it. Some like to use a pod in a machine, while others like that machine…
We leveraged our ability to process raster imagery, our open sources libraries, and our knack for machine learning to map agricultural fields in Africa.

Accuracy in deep learning models is not as cut and dry as many present it to be. We examine several examples where accuracy is more of a judgment call.

A first principle is a basic concept or assumption we know to be true, that is not deduced from anything else. First principles help us solve problems by avoiding generalities that can lead to poor decision making. Applying first principles thinking is a two part process: What are some common best practices that designers fall…
In July 2017 Amazon Web Services (AWS) made Lambda@Edge available for all customers, giving organizations the ability to run code on the over 100 CloudFront edge locations around the world at the point that is closest to the user. While Lambda@Edge functions are more limited than regular lambda functions, they give developers the ability to…