Absolute genius, most clear IT talk in my 20 years in the industry! I'd buy his video courses non stop
@ArdolynkАй бұрын
"For mere mortals" - are you serious? It's way too skippy and obscure.
@RicochetRitaАй бұрын
Lambda is not just a random label like X or Y. It comes from lambda calculus, a branch of mathematical logic and computation theory developed by Alonzo Church in the 1930s. It's a formal system for expressing computation using functions, and it plays a foundational role in the theory of programming languages.
@ua2894Ай бұрын
it was going well but I lost most of my respect for him when he said "almond milk latte". it is non-coffee made with non-milk. lies upon lies.
@NIce-om6hxАй бұрын
amazing presentation!
@badscrew4023Ай бұрын
great talk :)
@jkickic2 ай бұрын
If anyone watching is on jdk 21+ read up on StructuredTaskScope with virtual threads.
@GIRARDINF2 ай бұрын
I'm not sure about the use of words "Diagram as Code" Last time i wrote a "Diagram as code", it was about reading diagram process, starting the read by finding the starting diagram element from all over diagram elements, following arrow to the next diagram element, and in any case, interpreting encapsulated data and executing (like methodinfo.invoke), an so on, until finding the ending diagram element. This look like, more to a "Diagram to container" ~~
@Warhorse1UK3 ай бұрын
Really useful
@diegonayalazo3 ай бұрын
Thanks
@srikanthsrinivas12564 ай бұрын
i want convert haskell app to nodejs its possible? you can do I can pay profession charges
@neru45574 ай бұрын
Pets vs cattle Cakes Example Marriages, Healthy relationship and divorces. Very good example shown in this talk. I'm surprised to see only single comment here before me.
@miguelfernandez40515 ай бұрын
You go too off topic too often.
@palecoconut5 ай бұрын
Pets vs cattle 😂 it just makes sense.
@youtux25 ай бұрын
Today's new hot microsetvice architecture is tomorro'w legacy systems to bear with.
@hmaina05 ай бұрын
This should've been a 15 mins talk max
@kjkurien5 ай бұрын
“Debug your code.. good “.. dude you should have started the talk with that 🤣
@robchr5 ай бұрын
I've been wanting to try optics. Looks really helpful.
@akshaykamathb27886 ай бұрын
49:25 Book recommendations
@zuowang51856 ай бұрын
how does this compared to Atlassian's Micros platform
@vic0075tiwari6 ай бұрын
I can't fathom why devs don't use spock over Junit
@markusschmidt94257 ай бұрын
Thanks for this great talk!
@talwaar0077 ай бұрын
Awesome presentation. Thanks for this. :)
@higiniofuentes25517 ай бұрын
Diagramming --> Modelling or Modelling --> Diagramming? Thank you!
@higiniofuentes25517 ай бұрын
Thank you for this very interesting video!
@gideonyeboahasante88867 ай бұрын
Awesome presentation
@zhehou8447 ай бұрын
This is good, but of course, very briefly.
@sun-ship8 ай бұрын
Very clear
@PavanSibal8 ай бұрын
Nice tutorial. Thanks
@manson19008 ай бұрын
nice presentation Alexandra! it is just bit annoying this "cccyy" sound as coma ;-)
@sELFhATINGiNDIAN8 ай бұрын
Robbish
@eliasalvest.i.6468 ай бұрын
Willem, your content is very good, can you please create an application using OAuth2 with quarkus, creating an autohorization token application and the ResourceServer... I would like to see an implementation like this step by step. Thanks for the content
@flesz_8 ай бұрын
500 euro for an entry ticket to a conference , what a joke
@shashanksharma82548 ай бұрын
This is how to make complex things Simple enough.
@FantomX9328 ай бұрын
Seriously, few “bright “ C++ devs can make this in 2 years.
@FantomX9328 ай бұрын
Sorry, but don’t talk much here about C++ if you don’t know it
This presentation is just gold!! Very clean and precise explanations! Thanks!
@Eliecerhdz10 ай бұрын
Could anyone provide the URL for the repo please?
@VasuNori111 ай бұрын
this talk can be condensed to 10 min. too much random stuff.. isn't the audience mostly engineers? or a bunch of know-nothing newbies?
@smilebig388411 ай бұрын
How is this dude running company when he doesnt even know how to talk…
@seNick711 ай бұрын
Highlights 4:21 Enterprise dependency graph (to know what depends on what) 6:29 code review before commit ❤ 7:50 automatic dependency validation (dependers, check if your change will break clients of your app/lib) 11:39 every commit can be a release candidate to PROD (real CD - continous delivery) 16:00 every new feature is hidden behind a feature flag 19:00 continous delivery 3x3 (max 3 hours from commit to prod and 3x releases per day). Fight with flaky tests (quarantine). Make tests fast. 24:10 All testing happens before commit lands in master branch. 24:50 Q/A section 31:55 pre-commit code review q/a. Feature branches are not encuraged, but they have a dedicated tool for code review. Review should be in minutes. You can do it in pair Programming or Live, but the tool needs to be used to log the fact. 33:00 testing microservices 41:30 how dependency graph is built (file on repo keep the metadata)