Links for 20 June 2022
- Android Basics in Kotlin course
- Android Basics with Compose course
- Architecture MAD Skills series wrap up
- Now in Android - a new, open source, real-world sample app, with the source over here. It's written in Kotlin and Jetpack Compose
- How to Create a Perfect Repository Using Kotlin Exclusive Features
- Take your first steps with C#
- Apple Maps on the Web along with MapKit JS
- Windows Auto Dark Mode is an open source third-party app to automatically switch into light and dark mode. I wonder when Windows will natively support this. I did use it, but switched away as some apps didn't respond to the changes too well. No fault of this utility though.
- Latitude and Longitude Finder
- Execute command in timed intervals describes using the Linux
watch
command to run something on a regularly timed interval. Useful when you're developing something and don't want to set up a cron job. - Take the pain out of git conflict resolution: use diff3
You can use Windows Sandbox to install non-Store Windows software you want to try without it mucking up your regular system. I use it to periodically backup all my iCloud Photos with iCloud for Windows that I really don't want all the time. https://t.co/Q3tWjUKlcY
— Hayden Barnes (@unixterminal) April 12, 2022 - Windows Sandbox Tutorial – How to Enable Sandbox On Windows
- Windows Sandbox configuration
- Symfony Console Component - Tips & Tricks
- 30 Days of PWA - Learning Series about Progressive Web Apps
- CI Pipelines for dockerized PHP Apps with Github & Gitlab
- asciinema - Record and share your terminal sessions, the simple way
- GetHuman: Details how to bypass phone menus and get through to an advisor
- Webhook.site lets you easily inspect, test and automate (with the visual Custom Actions builder , or WebhookScript ) any incoming HTTP request or e-mail.
- Microsoft Editor is a spelling and grammar checker plugin for Chrome and Edge
- Containerizing a Symfony application
- Docker - Supervisor config for (PHP) workers
- localhost.direct allows you to set up your localhost with HTTPS (SSL) and sub-domain support
- My (free) Django monitoring stack for 2022 lists free services you can use to improve the monitoring and uptime of your site
- NIST Password Standards
- A Proper Server Naming Scheme has some ideas on how to go about naming your servers
- HWiNFO is a Windows app to display detailed information about your system. Includes data such as CPU temperatures
- Desk stretches to ease aches and pains
- Microsoft PWA-driven Widgets Explainer
- Docker Registry contains information about hosting your own registry using the open source Docker Registry
Today I lerned about the .env file in Docker compose. And the ${VARIABLE:?err} notation for triggering an error on missing environment variables will be helpful too.👏
— Richard Spindler (@oracle2025) June 11, 2022 - Wicked Blocks - 120+ Free Tailwind Components contains over 120 fully responsive component and blocks you can copy paste into your Tailwind projects
4. Make PrintScreen take a snip Ever wished that PrintScreen did the same thing as WIN + Shift + S? Just enable this setting, and if you press PrintScreen it will now prompt you for what region of the screen you'd like to copy to your clipboard pic.twitter.com/iHGSym03ZA
— Jen Gentleman 🌺 (@JenMsft) May 15, 2022 - Build your first Power Automate for desktop flow
- PHP Cron Scheduler
- SchedulerBundle is a Symfony bundle built to schedule/consume repetitive tasks
- Build mobile and desktop apps with .NET MAUI
- Simply Static is a Wordpress plugin to generate a static site
- Markdoc is a Markdown system designed at Stripe to power their documentation
- Traefik Proxy 2.x and Docker 101
- Mitmproxy2swagger allows you to automagically reverse-engineer REST APIs. See the discussion over on Hacker News.
- You can create a great looking website while sucking at design, along with the discussion over at Hacker News.
- Dead Man's Snitch allows you to monitor your cron jobs to ensure that they are indeed running. See the discussion over on Hacker News where they mention https://healthchecks.io/, https://github.com/louislam/uptime-kuma, and https://torsion.org/borgmatic/.
- How to Simplify Docker Compose Files With YAML Anchors and Extensions