LoveDuckie

Docker

Docker is a set of platform-as-a-service (PaaS) products that use OS-level virtualization to deliver software in packages called containers. Containers are isolated from one another and bundle their own software, libraries and configuration files; they can communicate with each other through well-defined channels.

Website


Jobs

I've used Docker in 3 jobs.

Senior Core Technologies Programmer
2021-05-10 - 2022-01-25

Functioning as a senior software engineer on the Core Technologies team, my responsibilities consist of developing and maintaining tools, services, and Unity packages that enhance the functionality of our existing and future titles.

Senior Tools Engineer
2020-02-23 - 2020-07-31

During my tenure at Yakuto, I was responsible for building, extending, and supporting user-facing tools and backend systems that fulfilled various needs.

Senior Full Stack Engineer
2022-02-23 - 2022-07-28

Functioning as a senior software engineer in the "Intelligent Systems Group", my role on the team was to support or develop new services that were mostly consumed or used internally.


Blogs

I've written 4 blogs about Docker.

SilverStripe: Integrating Memcached Caching with Docker
Posted 2 years ago by LoveDuckie

In this blog post, I am going to demonstrate how you can hook up an existing memcached server instance with SilverStripe.

NGINX: Default Server Configurations
Posted 3 years ago by LoveDuckie
A brief article explaining how to correctly configure your NGINX server to handle unsupported domain names, and error redirects.
Tips for Optimizing Page Speeds
Posted 3 years ago by LoveDuckie
An in-depth guide on how to improve the performance of your website in several areas, including Docker, NGINX, and SilverStripe.
Securing HTTP Headers with NGINX in Docker
Posted 3 years ago by LoveDuckie

Nginx, stylized as NGINX, nginx or NginX, is a web server that can also be used as a reverse proxy, load balancer, mail proxy and HTTP cache.