🔥
Fire
- Stevensville, MT
Highlights
- Pro
Pinned Loading
-
angular-ssr-example
angular-ssr-example PublicA simple example of a Dockerized Angular app which uses Angular Universal for server-side rendering.
-
Fix DNS resolution in WSL2
Fix DNS resolution in WSL2 1More recent resolution:
231. cd ~/../../etc (go to etc folder in WSL).
42. echo "[network]" | sudo tee wsl.conf (Create wsl.conf file and add the first line).
53. echo "generateResolvConf = false" | sudo tee -a wsl.conf (Append wsl.conf the next line).
-
Traefik V2 Docker Compose file with ...
Traefik V2 Docker Compose file with LetsEncrypt and HTTPS redirect - Traefik dashboard and simple whoami service 1# Tutorial: https://blog.creekorful.com/2020/01/how-to-expose-traefik-2-dashboard-securely-docker-swarm/
2version: '3'
34services:
5reverse-proxy:
-
Remove Chrome's autofill background ...
Remove Chrome's autofill background color on HTML inputs. This unique solution makes the background color to transparent rather then a solid color. 1// Remove chrome autofill color from inputs
2input:-webkit-autofill,
3input:-webkit-autofill:hover,
4input:-webkit-autofill:focus,
5input:-webkit-autofill:active {
-
-
code-challenges
code-challenges PublicA binary tree implementation in Python with traversal operations.
Python
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.