Web technologies, microservices, domain-driven design and distributed systems.
This makes me want to choose any methodology or tool to reduce the uncertainty. Just because of the promise of it.
I feel like I must learn to embrace uncertainty though.
This makes me want to choose any methodology or tool to reduce the uncertainty. Just because of the promise of it.
I feel like I must learn to embrace uncertainty though.
- Assigned to begin a new product capability
- Read the book on User Story Mapping
- Build first map with a small team
- Already reaping rewards: shared understanding, spotted potential issues, clear way forward
- Assigned to begin a new product capability
- Read the book on User Story Mapping
- Build first map with a small team
- Already reaping rewards: shared understanding, spotted potential issues, clear way forward
Complex stuff:
- Layout rules
- Build custom components that compose well
- State and event handling, nested observables, leaky event handlers - OUCH
Result: I appreciate declarative UI frameworks A LOT!
Complex stuff:
- Layout rules
- Build custom components that compose well
- State and event handling, nested observables, leaky event handlers - OUCH
Result: I appreciate declarative UI frameworks A LOT!
I guess the training data included a lot of stuff that is either not indexed or not prioritized.
I guess the training data included a lot of stuff that is either not indexed or not prioritized.
Study Software Design -> Learn History of OO -> Practice with Chess Engine -> Make Chess Engine Fast -> Performance Tune JVM -> Visualize Data in JFreeCharts -> Combine charts into app -> Learn Swing ...
Study Software Design -> Learn History of OO -> Practice with Chess Engine -> Make Chess Engine Fast -> Performance Tune JVM -> Visualize Data in JFreeCharts -> Combine charts into app -> Learn Swing ...
I'm wasting a huge amount of time trying to lay things out well and find myself thinking "if only I had CSS ...".
However, I wonder if CSS is actually easier / more straightforward to learn (or if it is just my experience).
I'm wasting a huge amount of time trying to lay things out well and find myself thinking "if only I had CSS ...".
However, I wonder if CSS is actually easier / more straightforward to learn (or if it is just my experience).
I was looking for high-level guides with a focus on architecture and internals. Most things were just "this is how you use this component".
This was the only great guide I found: - web.archive.org/web/20030212...
I was looking for high-level guides with a focus on architecture and internals. Most things were just "this is how you use this component".
This was the only great guide I found: - web.archive.org/web/20030212...
Conversation with a dev today "no worries, we have fake repos with fake PRs and fake reviews".
Funny if it wasn't true.
Conversation with a dev today "no worries, we have fake repos with fake PRs and fake reviews".
Funny if it wasn't true.
Amazed at how quickly I was able to throw together a decent UI!
Amazed at how quickly I was able to throw together a decent UI!
www.rosspettit.com/2024/08/for-...
www.rosspettit.com/2024/08/for-...
It’s been an amazing time, and I can only recommend it to anyone who can afford to do it! Especially, if you’re feeling like you need a larger change.
It’s been an amazing time, and I can only recommend it to anyone who can afford to do it! Especially, if you’re feeling like you need a larger change.
But I'm overjoyed, b/c many pieces of knowledge came together for this and combined into a deeper understanding!
.text
.global _my
_my:register!
add w0, w0, w1
ret
But I'm overjoyed, b/c many pieces of knowledge came together for this and combined into a deeper understanding!
.text
.global _my
_my:register!
add w0, w0, w1
ret
Benefits: easier persistence, understandability, performance, testability, abstraction, evolvability, on and on..
Benefits: easier persistence, understandability, performance, testability, abstraction, evolvability, on and on..
"Write a short two page guide about how to use Java’s HexFormat class with a high level overview and code examples as well as a motivation and historical perspective."
"Write a short two page guide about how to use Java’s HexFormat class with a high level overview and code examples as well as a motivation and historical perspective."
docs.oracle.com/en/java/java...
docs.oracle.com/en/java/java...
when the web app for my brokerage account keeps throwing JS errors and signs me out every third click ...
when the web app for my brokerage account keeps throwing JS errors and signs me out every third click ...
Just wanted to thank you though - both for preparation and for the interactions. I've learned a bunch of stuff I can't wait to apply at work next year!
Happy holidays!
Just wanted to thank you though - both for preparation and for the interactions. I've learned a bunch of stuff I can't wait to apply at work next year!
Happy holidays!
Great character description, could have been a Terry Pratchett one.
– London, Jack. “The Sea-Wolf.” Standard Ebooks,
Great character description, could have been a Terry Pratchett one.
– London, Jack. “The Sea-Wolf.” Standard Ebooks,
I chose a diagram similar to D.H. Meadow's Thinking in Systems diagrams of stocks and flows.
But as always for me, things just got too complex to see
Name the Moves
1. Look back over the work we have done so far, and name the system seeing moves we have used so far. For example,
Day 1, Draw a Bicycle: Part-Whole
Day 7, Context Scan: Zoom Out
2. What would be most helpful to do next? Name your move.
3. Do that!
I chose a diagram similar to D.H. Meadow's Thinking in Systems diagrams of stocks and flows.
But as always for me, things just got too complex to see