Articles tagged with: Patterns & Practices

Basic Nginx snippets

Summary: A guide on how to manage a full Linux instance using Amazon Lightsail, with a focus on improving Nginx skills. It includes code snippets for various tasks such as error log location, subsites, proxying Python apps, protecting sensitive files, MIME types, authentication, subdomain aliases, custom headers, redirections, HTTP methods, optimizations, and serving static content.


Bootstrapping database creation for a microservice in a container

Summary: Bootstrapping database creation for a microservice in a container, using PostgreSQL for data storage and Linux createdb command for setup.


Book Review: Building Microservices

Summary: A review of the book 'Building Microservices', by Sam Newman.


KISS

Summary: The KISS (Keep It Simple, Stupid) design principle, emphasizing its importance in development.


Don't load if you can stream

Summary: The importance of efficient data handling in computer applications, specifically not fully loading large datasets into memory.