LoveDuckie

Dockerfile

Docker can build images automatically by reading the instructions from a Dockerfile. A Dockerfile is a text document that contains all the commands a user could call on the command line to assemble an image.

Jobs

I've used Dockerfile in 2 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 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 3 blogs about Dockerfile.

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.