FASCO solution
1:31
8 ай бұрын
Solution Semantic Datamanagement
2:11
Ordina webinar "AI in FEC combat"
9:51
Azure Lowlands June 2023
1:08
11 ай бұрын
Working at Ordina: Auto|Q
2:03
Жыл бұрын
Meet our Ordina changemakers!
3:03
Ordina New Years Party 2023
2:58
Жыл бұрын
Пікірлер
@ClaSiiCs
@ClaSiiCs 5 ай бұрын
best explanation ive seen. the dagram of the interface between services really helped.
@aubreysaunders2381
@aubreysaunders2381 9 ай бұрын
"promosm"
@lesliewheeler7071
@lesliewheeler7071 Жыл бұрын
Great! 👏👏👏
@djbrianmolina
@djbrianmolina Жыл бұрын
couldn't find any elasticsearch , it has a solution ?
@diegoc.s.8286
@diegoc.s.8286 Жыл бұрын
Nice. Thanks.
@anandnandu968
@anandnandu968 Жыл бұрын
when i was create elastic search statefulset , ec-cluster created but pod is not running it showing like waiting for 3 pods to be ready , after 20 min also it was shown like as mentioned. could you rectify my doubt sir.
@claudiuciprianbetiuc3985
@claudiuciprianbetiuc3985 Жыл бұрын
Great talk ! Learned a lot ! Thanks !
@logicboard7746
@logicboard7746 Жыл бұрын
Your explanation is the cleanest on KZbin!
@bobburlage
@bobburlage 2 жыл бұрын
Toevoer afknijpen???? opslaan natuurlijk. bel Tesla.
@oscarsangularchannel3956
@oscarsangularchannel3956 2 жыл бұрын
Great talk by Manfred, looking forward for Angular without ngModules🔥🔥🔥
@matrixtoogood5601
@matrixtoogood5601 2 жыл бұрын
Amazing explanation, loved it. Would love to see more practical examples diving into interface segregation using Protocols
@ordina
@ordina 2 жыл бұрын
See also: reactjs.org/docs/hooks-reference.html
@ordina
@ordina 2 жыл бұрын
I recommend these courses on Udemy: www.udemy.com/topic/react-hooks/
@ordina
@ordina 2 жыл бұрын
Here are is my app: git clone github.com/petereijgermans11/react-hooks
@tomascaetano4270
@tomascaetano4270 2 жыл бұрын
Hi, i'm getting "couldn't find any elasticsearch kubernetes"... Can you help me ?
@djbrianmolina
@djbrianmolina Жыл бұрын
Hello, the same thing happens to me, were you able to solve it?
@gregor3264
@gregor3264 2 жыл бұрын
best moment where he implements a complicated calculator class and then says 'yeah even this function that goes against the protocol will work but mypy will pick it up'. Amazing feature
@nedeljkovignjevic9395
@nedeljkovignjevic9395 3 жыл бұрын
What theme is used in the examples if this is coded in vs code? Very useful video btw :)
@doyourealise
@doyourealise 2 жыл бұрын
dracula i guess
@jrheard
@jrheard 3 жыл бұрын
i’ve been looking for a good explanation of typevar in python and this is the best one (with great examples!) that i’ve found. thank you!
@JohanVergeer
@JohanVergeer 3 жыл бұрын
There were a couple of questions I wan't able to answer during the talk, so here they are: Ravi Selker asked: is it possible to create a generic type that needs to have a certain method (e.g. the ___add___ dunder method) implemented? -> Yes, that is possible, but when you want to be sure a certain method is implemented it would be better to use a Protocol. I did a talk about Protocols last year. kzbin.info/www/bejne/bYaQfpyudp6soas Pieter Swinkels Asked: Instead of Generic[TMammal], can't you just use Mammal in the signature of your methods (or for your attributes)? -> Yes, you could, but then all mammals can be mixed in that collection. When you want to have a mammal collection that can only hold one type of mammal at a time, then you will have to use a generic. class Dog(Mammal): pass class Cat(Mammal): pass TMammal = TypeVar("TMammal", bound=Mammal) class MammalCollection(Generic[TMammal]): def __init__(self, *mammals: TMammal) -> None: self.__mammals = [*mammals] def add(self, mammal: TMammal) -> None: self.__mammals.append(mammal) if ___name___ == '__main__': collection = MammalCollection(Dog()) collection.add(Cat()) # This won't work now because it is a mammal collection of Dog()
@mahdig5047
@mahdig5047 3 жыл бұрын
Awesome, Thank you
@brampatelski4129
@brampatelski4129 3 жыл бұрын
Did I mention strong passwords are very important? thehackernews.com/2020/12/new-evidence-suggests-solarwinds.html SolarWinds' update server being accessible with the password "solarwinds123"
@simonvanwingerden9666
@simonvanwingerden9666 3 жыл бұрын
Nice talks!
@ordina
@ordina 3 жыл бұрын
You can join the challenge till the 6th of december via : forms.gle/KMf8vjCCvhhAKpBG6
@ordina
@ordina 3 жыл бұрын
Link to github: github.com/fbascheper/quarkus-workshops which contains both the modified quarkus workshop and the zerocode tests (in separate directories).
@IvoWoltring
@IvoWoltring 3 жыл бұрын
Was super avond! Bedankt Ordina.
@jeroenholtkamp3907
@jeroenholtkamp3907 4 жыл бұрын
Hi Peter, I very much enjoy your talk. Very helpful for me as a developer. It really brings clarity to me on what a microfrontend is and how to build it. Good luck with your future endeavors.
@petereijgermans973
@petereijgermans973 4 жыл бұрын
Thank you Jeroen. I appreciate your response. I hope it is helpful. See also my other talks at my website: petereijgermans11.github.io/portfolio/ You can also find me on Twitter @EijgermansPeter
@petereijgermans973
@petereijgermans973 4 жыл бұрын
I start this story with my adventure with a Rhino in Nepal. That is a monolith that you must first defeat before continuing with #microfrontends !
@petereijgermans973
@petereijgermans973 4 жыл бұрын
Thanks for attending. You can find me on Twitter: twitter.com/EijgermansPeter?s=03
@anitaeijgermans4577
@anitaeijgermans4577 4 жыл бұрын
Interessant en ook leuk......
@petereijgermans973
@petereijgermans973 4 жыл бұрын
Yes thank you, Anita. And I defeated a Rhino in my story. I use that animal as metaphor. The rhinoceros represents a Monolith. I use this metaphor to start this talk towards #microfrontends
@petereijgermans973
@petereijgermans973 4 жыл бұрын
Thanks Anita. See also my other talks at my website: petereijgermans11.github.io/portfolio/ You can also find me on Twitter
@brampat
@brampat 4 жыл бұрын
Presentation starts at 4:00
@ordina
@ordina 4 жыл бұрын
This is a perfect illustration of how pentesters think when a CISO (or anyone) asks them to test their application: kzbin.info/www/bejne/jnzVZImYbqZ1ftU Pentesters hate scope, but it's a necessary evil to give control over the actual pentest to your customer. The downside of scope is that malicious actors do not care about scope. They just break your application.
@fr-nm8ym
@fr-nm8ym 4 жыл бұрын
Pauper bedrijf
@dusdusdus1st
@dusdusdus1st 4 жыл бұрын
Great that we can now watch the stream after it happened! Couldn't make it, but can watch this :)
@Lilyan409
@Lilyan409 4 жыл бұрын
WoW I’m so excited about this, it’s so professional to work with it!
@marleenloohuis2111
@marleenloohuis2111 5 жыл бұрын
Zou leuk zijn als nieuwkomers of freelancers zich hiervoor kunnen aanmelden. Goed recruitment idee?
@patrickhayes3207
@patrickhayes3207 5 жыл бұрын
Love it
@Netherlands031
@Netherlands031 5 жыл бұрын
Mooie praatjes maar die stal ziet er niet echt diervriendelijk uit
@jettewalraven3522
@jettewalraven3522 6 жыл бұрын
Natuurtalent!
@IvoWoltring
@IvoWoltring 6 жыл бұрын
Ziet er uit als een top dag!
@robbeknevels6294
@robbeknevels6294 6 жыл бұрын
slechte video , sub op ACID
@robbeknevels6294
@robbeknevels6294 6 жыл бұрын
oke 420
@TimvanOosterhout
@TimvanOosterhout 7 жыл бұрын
Lekker, al die typische demoscene style camera bewegingen ^_^
@tropicaljantie
@tropicaljantie 7 жыл бұрын
heb je die slides in pdf beschikbaar?
@Peregrine101
@Peregrine101 7 жыл бұрын
Als aanwezige op deze sessie, ik ben ook op de achtergrond te zien, kan ik zeggen, dat het een heel diepgaande keynote was van Richard van Tilborg, met de praktijkervaring met de apparaten als extra kers op de taart.
@yowatsup710
@yowatsup710 7 жыл бұрын
Cool Mixed Reality (MR) Tech! Looking forward for more MR apps, MR gaming and MR experiences! All the best MR developers!
@Zoldark1
@Zoldark1 8 жыл бұрын
totally awesome i look forward to flying thu VR
@ajaplaysgames
@ajaplaysgames 9 жыл бұрын
Stel je voor dat kinderen van 5 dit doen om lego te bouwen Hahaha
@jvworp
@jvworp 9 жыл бұрын
Maar waarom wordt dan voor de Rift gekozen? Het lijkt mij dat de Cliënt heel de dag met een Rift op moet lopen, de rest van de wereld wordt niet waargenomen. Ik zou in het geval van Anorexia kiezen voor de hololens van (helaas) MS. Hierin kan de Client de rest van de wereld wel normaal evaren. www.apparata.nl/nieuws/6-redenen-waarom-microsofts-hololens-de-toekomst-is-11241
@o.p.e.n.n
@o.p.e.n.n 9 жыл бұрын
met een usb stick gaat dat makkerlijk hebben we gezien #zembla
@nathie
@nathie 9 жыл бұрын
Slim bedacht haha