🔥It's official🔥
👿Evil Apple is back, and it's killing PWAs on iOS for EU users🇪🇺
"To comply with the DMA’s requirements, we had to remove the Home Screen web apps feature in the EU.
-"Very low user adoption of Home Screen web apps"
-"Minimal impact to their functionality"
⚒️ Just a handy utility if you don't want your bluetooth headphones to keep being connected on your Mac even though it's in sleep mode. github.com/odlp/bluesnooze
Really nice if you just close your Mac and want that your headphones switch to your mobile phone.
If you are doing Advent of Code with TypeScript i really encourage you to check out github.com/caderek/aocrunner 🔥 it removes all the burden from you to set up your repository #aoc2022#AdventOfCode
Cooperation and teamwork are fascinating, and the spaghetti tower experiment is related to the current state-of-the-art agile and iterative software development approach.
youtube.com/watch?v=H0_yKBit…
What are your favorite #macos settings when setting up a mac? For me, the most important is to set the keyboard repeat rate up otherwise I cannot use the terminal 😅
Framer motion is not only great for complex animation you can add a lot of nice touches to your site using simple spring animations. codesandbox.io/s/blog-micro-…
I often have to pick a color from documents, websites or applications superhighfives.com/pika is on of the best free tools for this problem I found so far. Awesome work 👏 @superhighfives
Created my own little #vaccine status #covid dashboard based on german data from RKI -> impfdashboard.jcofman.de It's awesome that you can easily assign a subdomain to a new git project in @vercel hopefully the map turns greener soon 🙏🤞
🔥 Developer machine cleanup -> I often have so many unused docker images and abandoned projects with huge node_modules folders laying around so that I regularly us github.com/voidcosmos/npkill and docker prune to get disc space back #NodeJS#docker
ALT Prune docker images with docker image prune --all and node_modules with npx npkill