Here's a secret #powershell tip that converts #docker #cli to objects Use "--format json" Try these > docker container ls --format 'json' | ConvertFrom-Json > ( $imgs = docker image ls --format 'json' | ConvertFrom-Json ) | Ft > docker image inspect $imgs[3].ID --format 'json' | jq -C
@jake-bolton.bsky.social
I highly recommend Kevin's channel to get up to date with modern #CSS Container queries conditionally show more content. Imagine if media query was the div size. Cards can dynamically switch to detailed view on grids/flex. Or say columns are X width, fit as many fit www.youtube.com/@KevinPowell
Kevin Powell
Helping you learn how to make the web, and make it look good while you're at it. With weekly videos and shorts, I'll be bringing you How Tos and Tutorials, as well as simple tips and tricks, with a b...
youtube.com
Hey, web developers. If I have a large monitor, it means I want to see more content on a web page. Not the same content with a huge font size. Otherwise, I would just use my phone. You're welcome. #brokenweb
@marcorus.bsky.social One of your dax.guide links is a 404 I thought you'd want to know for your SEO ranking start here dax.guide/pathlength The first blog is a 404 www.sqlbi.com/daxpatterns/... The good links are: www.sqlbi.com/p/dax-patter... and www.daxpatterns.com/parent-child...
DAX Guide
The definite reference to the DAX formula language.
dax.guide
Tired of inconsistent, slow, boring GUI? Looking for a keyboard and console-only experience? Look at the latest version of the VPAX command line tool (beta/preview/unstable/funny). It's so cool... We are so back! 😎 https://github.com/sql-bi/VertiPaq-Analyzer/releases/tag/Dax.Vpax.CLI_1.3.2-beta
#pwsh Adds the function EnumerateRunes() to String. What's cool about it verses #powershell? You can enumerate text over *codepoints* instead of *chars*. That means you don't have to deal with surrogate pairs. You can find details here: learn.microsoft.com/en-us/dotnet...
Massive @vscode.dev update this month. Experimental blame is one more third party extension I can get rid of. Tons of copilot new stuff. Extension bootstrapping, UI improvements. On and on.
Visual Studio Code November 2024
Learn what is new in the Visual Studio Code November 2024 Release (1.96)
code.visualstudio.com