Marc Ziel

Marc Ziel @marzelin

Joined:
Apr 30, 2018

Marc Ziel
articles - 8 total

Declarative Programming in React

When you go to React.js front page you can read that: Declarative. React makes it painless to...

Learn More 6 0Aug 26 '21

Create TLS / SSL Certificates for Local Development

When it comes to TLS certificates, there are a few tools such as mkcert to generate them but I like...

Learn More 13 1Aug 23 '21

Publishing a port on an existing docker container

When you need to publish some port on a container that was already run, you can do this by changing...

Learn More 4 0Aug 12 '21

How to reduce size of docker data volume in Docker Desktop for Windows v2

Docker Desktop for Windows v2, which uses WSL2, stores all image and container files in a separate vi...

Learn More 40 9Nov 8 '20

What is a container

You might know that a container is a standardized unit of software, that is, an application with ever...

Learn More 10 0Nov 17 '19

Declarative vs Imperative - a Thoughtful Comparison

You might see a lot of people talking that declarative is better because it is simpler and give an ex...

Learn More 5 7Jun 26 '19

increasing test timeout in jest while debugging

When debugging code, the script execution takes substantially more time which s...

Learn More 9 0Aug 12 '18

vscode debug config for wsl and jest

When using the config from jest documentation the execution doesn't stop at specified breakpoints but...

Learn More 10 0Aug 6 '18