Communication between multiple docker compose projects
February 24, 2020 • 3 min read
Set up Nginx proxy_pass and express application as two separate docker compose projects and enable communication between them with networks.
Personal blog by Bartek Józwowiak. I write mostly about new frontend tools and web development related stuff.
February 24, 2020 • 3 min read
Set up Nginx proxy_pass and express application as two separate docker compose projects and enable communication between them with networks.
June 25, 2019 • 5 min read
What is CSS-in-JS, what problems it’s trying to solve and how it works under the hood? Deep dive into CSS-in-JS based on the biggest library: styled-components.