Skip to content

Blog

Release a static site with MkDocs and S3

We needed a lightweight solution to provide our beta customers with documentation, upcoming features, and FAQs. We wanted to use markdown for developer happiness and wanted something simple and easy to use. We settled on using Python MkDocs to generate a static site that would be hosted in AWS S3.

Optimize Java with Docker

The majority of businesses now are using Docker to run applications. They devote a lot of time, energy, and resources to stabilize their success and invest heavily in a variety of advanced observation techniques. Despite this, they are experiencing poor performance and the containers are being stressed as a result of the heavy traffic flow. The motive of this blog is to help those running Java applications on docker containers in getting optimal performance.

How to Create Sudo Users for Amazon Linux

On Linux servers, allowing direct root access increases the risk of accidental or unauthorized changes that can harm your system. Instead, admins can create accounts for users that only have the access they need to perform their tasks – and no more (a principle known as least privilege). These accounts are known as sudo users.

Pass AWS credentials to a docker container

Docker is great for running your application in various locations in a consistent way: recall the problematic yet common developer adage “It works on my machine!”. What if I’m trying to test something locally that needs to communicate with AWS and I need to authenticate/authorize my way in. This article is my research journal entry on that topic.

Java code standard

This document describes a collection of standards, conventions and guidelines for writing Java code that is easy to understand, to maintain, and to enhance.