Code is my hobby. Also collecting Magic:TheGathering cards... One of these costs more than the other.
Most of that was tweaking the TCR script; and fighting it. So much fighting it. Some changes don't play nice.
But I got through it; Hook and Crook used freely.
Most of that was tweaking the TCR script; and fighting it. So much fighting it. Some changes don't play nice.
But I got through it; Hook and Crook used freely.
I'm starting to rewrite my MtG site using TCR. I'm starting with the backend... will eventually have to configure something for a React frontend.
I'm starting to rewrite my MtG site using TCR. I'm starting with the backend... will eventually have to configure something for a React frontend.
Inspired by #AONW 2025.
Minimizing run tests for 'speed'.
Adding a popup dialog on green to use Arlo's Commit Notation.
I will re-re-re-write my site backend using 'TDD like I mean It', TCR, and ACN.
It's gonna hurt; hurt so much/good.
Inspired by #AONW 2025.
Minimizing run tests for 'speed'.
Adding a popup dialog on green to use Arlo's Commit Notation.
I will re-re-re-write my site backend using 'TDD like I mean It', TCR, and ACN.
It's gonna hurt; hurt so much/good.
Do not forget.
If anyone asks
YOU DON'T KNOW ANY "ILLEGAL ALIENS"
If you are questioned
YOU KNOW NOTHING.
If someone is being pursued
YOU ARE THEIR BEST FRIEND.
We are a Sanctuary City.
DO NOT TALK TO OR COOPERATE WITH ICE OR OTHER FEDS
I treat it with the importance it deserves.
I treat it with the importance it deserves.
I use that phrase a lot when pushing back on the "I did my job" view.
I use that phrase a lot when pushing back on the "I did my job" view.
I do this with classes too.
Example (Csharp):
public interface TheInterfaceThingy : IOtherInterface<SomeType, AnotherType, WhyAmIAddingMore>;
What do you call this?
I do this with classes too.
Example (Csharp):
public interface TheInterfaceThingy : IOtherInterface<SomeType, AnotherType, WhyAmIAddingMore>;
What do you call this?
Looking for strong XP/TDD/Ensemble Programming.
SecDevOps focused; the team should own all.
Desired tech knowledge is angular/react/typescript.
Some cool stuff coming up for the team with react.
premera.wd5.myworkdayjobs.com/en-US/premer...
Looking for strong XP/TDD/Ensemble Programming.
SecDevOps focused; the team should own all.
Desired tech knowledge is angular/react/typescript.
Some cool stuff coming up for the team with react.
premera.wd5.myworkdayjobs.com/en-US/premer...
“AI wrote it” is even less of an excuse than that.
“AI wrote it” is even less of an excuse than that.
I can switch between scenes!!!
It's small and simple; but fun to have gotten working.
Well... It's not REALLY switching... I have an empty scene which I then add/remove nodes which are the scenes.
It works. Which works for me.
I can switch between scenes!!!
It's small and simple; but fun to have gotten working.
Well... It's not REALLY switching... I have an empty scene which I then add/remove nodes which are the scenes.
It works. Which works for me.
TRANS RIGHTS ARE AN ECONOMIC ISSUE
TRANS RIGHTS ARE A LABOR ISSUE
TRANS RIGHTS ARE AN EDUCATION ISSUE
TRANS RIGHTS ARE A CIVIL LIBERTY ISSUE
TRANS RIGHTS ARE A FREE SPEECH ISSUE
TRANS RIGHTS ARE A MATERIAL ISSUE
and
TRANS LIVES ARE PRECIOUS
🏳️⚧️🏳️⚧️🏳️⚧️🏳️⚧️🏳️⚧️🏳️⚧️🏳️⚧️🏳️⚧️🏳️⚧️🏳️⚧️🏳️⚧️
🏳️⚧️🏳️⚧️🏳️⚧️🏳️⚧️🏳️⚧️🏳️⚧️🏳️⚧️🏳️⚧️🏳️⚧️🏳️⚧️🏳️⚧️
🏳️⚧️🏳️⚧️🏳️⚧️🏳️⚧️🏳️⚧️🏳️⚧️🏳️⚧️🏳️⚧️🏳️⚧️🏳️⚧️🏳️⚧️
🏳️⚧️🏳️⚧️🏳️⚧️🏳️⚧️🏳️⚧️🏳️⚧️🏳️⚧️🏳️⚧️🏳️⚧️🏳️⚧️🏳️⚧️
TRANS RIGHTS ARE AN ECONOMIC ISSUE
TRANS RIGHTS ARE A LABOR ISSUE
TRANS RIGHTS ARE AN EDUCATION ISSUE
TRANS RIGHTS ARE A CIVIL LIBERTY ISSUE
TRANS RIGHTS ARE A FREE SPEECH ISSUE
TRANS RIGHTS ARE A MATERIAL ISSUE
and
TRANS LIVES ARE PRECIOUS
🏳️⚧️🏳️⚧️🏳️⚧️🏳️⚧️🏳️⚧️🏳️⚧️🏳️⚧️🏳️⚧️🏳️⚧️🏳️⚧️🏳️⚧️
🏳️⚧️🏳️⚧️🏳️⚧️🏳️⚧️🏳️⚧️🏳️⚧️🏳️⚧️🏳️⚧️🏳️⚧️🏳️⚧️🏳️⚧️
🏳️⚧️🏳️⚧️🏳️⚧️🏳️⚧️🏳️⚧️🏳️⚧️🏳️⚧️🏳️⚧️🏳️⚧️🏳️⚧️🏳️⚧️
🏳️⚧️🏳️⚧️🏳️⚧️🏳️⚧️🏳️⚧️🏳️⚧️🏳️⚧️🏳️⚧️🏳️⚧️🏳️⚧️🏳️⚧️
It has flow charts!
I have a second series on #TDD ... which was mostly a rant, doing #TDD on Money... I'll dig that up for a future post.
It has flow charts!
I have a second series on #TDD ... which was mostly a rant, doing #TDD on Money... I'll dig that up for a future post.
One way I promote this type of shift is making the edges of your system as thin as possible.
Finally got around to pulling out the last dozen lines of boiler plate from my Azure functions. :)
Code is often painful to test because business logic and I/O are mixed, thus:
1️⃣ Identify the I/O parts
2️⃣ Distill them around the business logic
3️⃣ Extract the pure logic in a function
Now you can test and then refactor the logic
Example in TypeScript 👇
One way I promote this type of shift is making the edges of your system as thin as possible.
Finally got around to pulling out the last dozen lines of boiler plate from my Azure functions. :)
Sometimes, you can't tell at a glance what a if/else does 🤔
In JavaScript, you can explicit your intention with variables… or functions. Use them!
I find this move helpful to prevent mixing levels of abstractions—good ones make code easier to grok
Agile Open Northwest 2025 Registration is OPEN, and you can register here: www.tickettailor.com/events/agile...
For more information, you can visit our AONW 2025 website.
www.agileopennorthwest.org/2025
Register today! Space is limited