A friendly reminder to don't change the z-index like gambling with the highest value, if it doesn't work as expected check the stacking context of the early elements in the hierarchy.
`position` is just one of the attrs creating stacking contexts. e.g. check `isolation`. #webdev
As an evolutionary step from the first move from Material Icons to @googlefonts, they evolve traditional icon format with variable fonts technology to improve their design flexibility, user experience, and accessibility benefits.
Material Symbols font is the variable version of the Material Icons font. It's customizable.
2022 Ruby on Rails Community Survey Results
"While Rails is no longer the new kid on the block, it's proven to be a reliable framework that can scale up with large companies (Procore, Shopify, GitHub)..." via @planetargon
🐳 @Docker desktop is available for Linux.
Some Docker Desktop v4.8.* highlights:
- Docker Desktop for Linux
- Extensions in beta
- Compose V2 is now GA
🧵
Announcing Compose v2 General Availability
v1 deprecated. Use `docker compose` instead of `docker-compose`, but you can config an alias to both use v2 and, in most cases, you won’t need to do anything different. Can run Commands without a Compose file.
docker.com/blog/announcing-compose-v2-general-availability/
In @nextjs with @typescript, if you import outside your nextjs app folder (like in mono repos or mixing frameworks at code level instead "npming" components for whatever reason), you may receive an error due to the build process not recognizing ts files outside base paths.
My friend @apopoutsis wrote about why he largely stopped using To-Do comments in code, and ask about the preferred way to track the to-do list of others in the codebases. ↓
TL;DR: explicit and tool-aided issue management is healthier.
📄 apop.tech/posts/why-i-stopped-using-to-do-code-comments/ (@apopoutsis)
I also believe it, but I usually don't hold myself from taking // notes, on the heat, side by side with the code. Then unused for months (until I got tools and discipline).
Another data loss related yesterday, human error vs UX features this time. A popular project on Github lost information. Their complaint comes in a form of a very positive blog post.
↓
Mine too. With the current search features, you can treat Twitter perfectly like a database you're querying and at a consumer level. ⤸ twitter.com/jack/status/1512780764936560644
How to upload a file or a folder to @awscloud S3 from @gitlab CI using AWS CLI v2* by @vdespalink.medium.com/AgxkO8Nt4ob
*v2: Use the AWS' provided official @Docker image tagged `amazon/aws-cli` instead of installing aws-cli onto another one.
It worked like charms for me.