EzProgramming's profile picture. I help organizations overcome the challenges of software development. DM is always open.

Steve (Big Red) Bishop 👨‍💻

@EzProgramming

I help organizations overcome the challenges of software development. DM is always open.

Vastgezet

Bishop's Law revised Parallel Systems: R = O(α log C + β) Concurrent Systems: R = O(α C + β) The addition of O() uses Big O notation for asymptotic upper bounds, while "log" reflects logarithmic scaling in optimized parallel implementations, versus linear in naive ones. These…

Bishop's Law: Work done in async requires a resync. As the work complexity increases, so does the resync complexity. Resync complexity: R = αC + β (for independent streams/parallelism) R = αC² + β (for conflicting streams/concurrency), Where C is total async work complexity,…



This is what I'm saying about the external look of your architecture. Structure: Loose coupling. Internal design: Clean code. External design: Organization. This has terrible external design that tells you what it's made of, not what it DOES.

Thank you, legacy code author, very helpful

Aaronontheweb's tweet image. Thank you, legacy code author, very helpful
Aaronontheweb's tweet image. Thank you, legacy code author, very helpful


Does anyone use FastEndpoints? Currently we're considering doing minimal API with MediatR, but FE looks like a framework that has everything we need.


Steve (Big Red) Bishop 👨‍💻 heeft deze post opnieuw geplaatst

The team I'm at is hiring. If you think you're good at programming and are not apprehensive about .NET (which has become a powerful platform), there is an opportunity to work on CDN product which competes with Cloudflare, Akamai and large cloud vendors. DM me if interested!


Architecture is more than just how something is built, it's also about how it looks. Internally and externally. I feel the software industry has mostly solved the first two things, but not the last thing.


So, I wonder how those AWS devs that are getting laid off feel. I wonder if there's any connection. 🤔


So no one on cloud is hitting 5 9's this year I take it?


Steve (Big Red) Bishop 👨‍💻 heeft deze post opnieuw geplaatst

Laziest fight ever.. 😅


Just make it a part of your refactoring phase. Scout rule applies.

Problem: People forget to remove feature flags. Solution: Create "exploding" feature flags. Two techniques: 1. Don't allow flags that target 100% of traffic, so they must be removed to enable traffic for all. 2. Write a test that fails if the flag still exists after x date.



Are you struggling to identify and articulate the value of something? Here's an easy hack: What would happen if you took it away from them?


Steve (Big Red) Bishop 👨‍💻 heeft deze post opnieuw geplaatst

This guy literally dropped the best marketing lesson you'll ever see

neatprompts's tweet image. This guy literally dropped the best marketing lesson you'll ever see

Funny enough, I measure my effectiveness of leadership by how much my coworkers look forward to working on Monday and how sad they are at the end of the day on Friday. Most of the time I end up telling my folks it's time to leave.

I've seen people who like to stay in the office long past the regular hours. They puts around till 8pm, even 9pm. Why? Less stressful than having to face the spouse and endure the icy domestic atmosphere.



Make it fail. Make it pass. Make it right. Make it fast. In that order.


If you aren't doing vertical architecture, why not? I'm especially wanting to hear from you if you believe in vertical teams, but not doing vertical architecture.


Predictability comes from measurements, not commitments.


My team doesn't do standups. We do stand-downs. We reflect on the day and note our observations in a log. We can do this because we are already cohesive and don't require meetings to coordinate effort. But we do have some reflection time to appreciate and have introspection.


I used to play this game in the IT annex of my high school.

Have you played Descent? It was a major success and rightfully so! It started the subgenre of 6DOF first-person shooters and it was the first fully 3D FPS game. What a blast! 💥 💿 Descent (1995) ~ Parallax Software



This is the way.

btw I've been working somewhere the last year that doesn't do scrum/sprints and it's GLORIOUS no backlog grooming meetings no story pointing few meetings



A 15 minute talk on why mobbing is more effective at building software in one whiteboard drawing.

EzProgramming's tweet image. A 15 minute talk on why mobbing is more effective at building software in one whiteboard drawing.

Steve (Big Red) Bishop 👨‍💻 heeft deze post opnieuw geplaatst

6yo: What’s the biggest number? Me: There are an infinite number of numbers so there’s no biggest one. 6yo: What’s the biggest number you know the name of? Me: A googolplex. 6yo: Which is bigger, a googolplex or a googoobazillion? Me: There’s not a number named a…


At this point I have used Zoom, Webex Meetings, Slack, Discord, Google Meet, and MS Teams. All of which have their strengths and weaknesses. But for the life of me I don't understand all the hate people have for MS Teams.


Loading...

Something went wrong.


Something went wrong.