Minimum Viable Architecture • Randy Shoup • YOW! 2022

  Рет қаралды 56,776

GOTO Conferences

GOTO Conferences

Күн бұрын

Пікірлер: 34
@dway89
@dway89 Ай бұрын
Finally found a serious talk about how to architect an MVP and scale eventually...great tips.
Жыл бұрын
Randy delivered a great talk as usual. Way too many startups these days start with a microservice architecture because it’s “considered a best practice”.
@ayanSaha13291
@ayanSaha13291 Жыл бұрын
In fact, people who defaults their choice to microservices are considered Great architect in my organization. Sad Indeed!
@ChrisAthanas
@ChrisAthanas Жыл бұрын
Cargo cult practices are the norm and why most software projects fail Can’t outsource your method, you have to think. Avoiding this only ends in doom
@edgeeffect
@edgeeffect Жыл бұрын
It works both ways because way too many mature companies are still struggling along with the big ball of mud that results from ignoring Martin Fowler's "The best code you can write now is code you'll DISCARD in a couple of years time".
@deanschulze3129
@deanschulze3129 25 күн бұрын
@@ChrisAthanas - I like the phrase "cargo cult" software. It reminds me of that bad old days with EJB 2. EJB 2 was cargo cult software. You had to implement interfaces that you weren't going to use.
@josefpharma4714
@josefpharma4714 Жыл бұрын
Great talk. One thing I’d like to subscribe to: Try to (enforce) modularity in the monolith.
@josemonge4604
@josemonge4604 Жыл бұрын
Totally agreed. People tend to follow trends like mad men. I'm so glad there are reasonable people out there to balance it out.
@IgorVe
@IgorVe Жыл бұрын
Great talk. Agree with every word! The biggest problem in all teams I saw is that they think that they are already at second stage. But usually people just want to try something new only because it sounds cool
@fabiomirgo
@fabiomirgo Жыл бұрын
Love that talk! If people knew it the world would be a better place. One point I'd like to add, is that if you did the modular architecture right, so it won't be hard to find a seam later.
@asandor83
@asandor83 Жыл бұрын
That 16k method C++ architecture still leading to a successful business tells me architecture doesn't matter 😂
@nerdative
@nerdative Жыл бұрын
Couldn't agree more with what he's saying...
@edgeeffect
@edgeeffect Жыл бұрын
The problem comes when you skip the Martin Fowler quote at 11:47. When you build this prototype and rather than discard it in a couple of years time, you're still trying to patch all manner of production needs into it 10 years later. Instead of step-by-step moving from no architecture to a little bit of architecture to a "properly" architected system you're caught between a rock and a hard-place - either a big ball of mud or a big rewrite. I'm tempted to print that slide on a big piece of paper and stick it to my wall.
@ForgottenKnight1
@ForgottenKnight1 8 ай бұрын
With the speed of tech today, software that is build now might be retired before it hits the 10 year mark. I am working on products that are 5 years old and already considered obsolete...
@kousheralam8657
@kousheralam8657 9 ай бұрын
Very insightful!!
@vrjb100
@vrjb100 Жыл бұрын
If you cannot write a clean maintainable monolith, why do you think you can write maintainable microservices? That should be a guideline
@xdman2956
@xdman2956 Жыл бұрын
35:44 savage persuasion
@richardfrimpong5891
@richardfrimpong5891 Жыл бұрын
Randy is just wow
@tsh4k
@tsh4k Жыл бұрын
Great talk. 15 years ago using Rails or PHP for "the Just Enough" phase made sense. Today you have languages like Go that scales well, is more maintainable, and is safer all without sacrificing short term agility.
@branmuller
@branmuller Жыл бұрын
Really good talk! I’ve definitely experience over engineering the first phase as if I am on the second which became problematic
@ValeriyaSerdyukova
@ValeriyaSerdyukova 11 ай бұрын
Awesome talk
@tylerhudson6195
@tylerhudson6195 Жыл бұрын
Bravo!
@lordkopi603
@lordkopi603 Жыл бұрын
what was the previous talk ? which video?
@ianhayes9101
@ianhayes9101 Жыл бұрын
Great talk!
@vichoohciv9443
@vichoohciv9443 Жыл бұрын
I may require more experience, but is it really microservices THAT slower than monolith? I mean, if you do a "clean" monolith, it means you have been making it modular, so the team can parallel their effort. If that is the case, how is it different the efficiency of both workflows? As I see it, when working with any of those, you start with some "quality assurance" repo, which provides a time save on the coding, with that in mind, the impact of that previous work is actually higher on microservices, so it could even be faster. This first part of the talk confuses me a bit, I think it applies only to starting enterprises, with no previous works and in search of their product.
@asdasadsfa2
@asdasadsfa2 Жыл бұрын
If you work with a monolith, you just skip the whole messy deploy/latency/availability/distributed derived problems. Not to mention that you can simply work faster with things like MVC or similar.
@steav677
@steav677 6 ай бұрын
After all, what is the Minimum Viable Architecture? I don't get it.
@xdman2956
@xdman2956 Жыл бұрын
16K methods per class :o that's some next level lunacy, and it's me saying this watching this at 4 am
@dbaltor
@dbaltor 8 ай бұрын
I'm afraid this kind of mentality of deliberately starting with a crappy architecture to fix it later has also killed many companies. Very few ones can afford the cost of recovering from a full rewrite such as the one Twitter made when moved out of Ruby and MySQL.
@ForgottenKnight1
@ForgottenKnight1 8 ай бұрын
It's not crappy, it's just enough. Over-engineering is a mistake some companies do and the result is them throwing millions (instead of 100-200k) out the window.
@FlamencoDeniz
@FlamencoDeniz Жыл бұрын
I watched the first 25min, contrary to most commentators i cannot find anything spectacular in this talk. This seems rather a listing of anecdotes than a logical coherent or in any other way scientific approach. At some point we were down to phrases like "write solid code". For example at 19:28 there is no value in stating that 2/3 of features are "flat or negative" unless you clarify how you measured these "figures" and what you mean by "flat" and "negative". At 22:31 he poses a question on himself that he doesnt even answer. And his assumption here, which is also mentioned in his beginning examples, that "rearchitecting is a sign of success", does not encounter a single point validation throughout his speech other than "I think that..." and then he just repeats his statement 23:02. Lastly, I cannot believe that someone truly thinks that the specific architecture of say ebay and AMZ was the reason for their success. At some point they had to scale yes, but they probably could have chosen a slightly different architecture as well and the main reason that had to scale in the first place was that these companies fullfilled a need - shopping online so you dont have to go to a physical store - that turned out to be a mass market. They could have stayed on perl for the next 100 years if what i just said was not true.
@aslkdjfzxcv9779
@aslkdjfzxcv9779 Жыл бұрын
i
The IMPOSSIBLE Puzzle..
00:55
Stokes Twins
Рет қаралды 172 МЛН
World’s strongest WOMAN vs regular GIRLS
00:56
A4
Рет қаралды 53 МЛН
Players vs Pitch 🤯
00:26
LE FOOT EN VIDÉO
Рет қаралды 135 МЛН
Randy Shoup - Minimal Viable Architecture
39:03
Agile meets Architecture
Рет қаралды 1,4 М.
Build Abstractions Not Illusions • Gregor Hohpe • YOW! 2023
47:37
GOTO Conferences
Рет қаралды 20 М.
Microservices are Technical Debt
31:59
NeetCodeIO
Рет қаралды 644 М.
Software Architecture for Developers • Simon Brown • YOW! 2017
37:21
GOTO Conferences
Рет қаралды 15 М.
Don’t Build a Distributed Monolith - Jonathan "J." Tower - NDC London 2023
1:04:02
Programming's Greatest Mistakes • Mark Rendle • GOTO 2023
51:24
GOTO Conferences
Рет қаралды 97 М.
Microservices • Martin Fowler • YOW! 2016
28:45
GOTO Conferences
Рет қаралды 22 М.
The Death of Microservices?
24:20
Cloud Computing Insider
Рет қаралды 65 М.
Just-in-time Architecture • Macklin Hartley • YOW! 2022
54:37
GOTO Conferences
Рет қаралды 11 М.
The IMPOSSIBLE Puzzle..
00:55
Stokes Twins
Рет қаралды 172 МЛН