Skip to content

Instantly share code, notes, and snippets.

View tresende's full-sized avatar
💭
undefined

Thiago Resende tresende

💭
undefined
View GitHub Profile
@kaaquist
kaaquist / podman_macos.md
Last active June 9, 2024 20:33
Podman with docker-compose on MacOS.

Podman with docker-compose on MacOS.

Podman an alternative to Docker Desktop on MacOS

Getting podman installed and started is super easy.
Just use brew to install it.

> brew install podman

Now since podman uses a VM just like the Docker Client on MacOS we need to initialize that and start it.

@gokulkrishh
gokulkrishh / media-query.css
Last active June 23, 2024 19:43
CSS Media Queries for Desktop, Tablet, Mobile.
/*
##Device = Desktops
##Screen = 1281px to higher resolution desktops
*/
@media (min-width: 1281px) {
/* CSS */
@xbeta
xbeta / README.md
Last active June 19, 2024 08:46
Macbook Pro Bluetooth + WiFi 2.4GHz interference fix for Mavericks