"Exponent" with Brent Vatne
1:17:56
7 жыл бұрын
Пікірлер
@adanjsuarez
@adanjsuarez 2 жыл бұрын
How things have changed since this conference... the GC take nowadays < 10microSec... I would like to see what he would say about it ;)
@mishasawangwan6652
@mishasawangwan6652 5 жыл бұрын
good talk
@santhoshnagarajs3489
@santhoshnagarajs3489 5 жыл бұрын
super useful talk.
@dmitriybalovnev4766
@dmitriybalovnev4766 6 жыл бұрын
КАТЯ ТИРАН!
@mekegi
@mekegi 6 жыл бұрын
kzbin.info/www/bejne/r6TdqpqhZsije8U it's better to use subtest for running table tests. Example for _, tc:= range tt { t.Run(tc.name, func (t *testing.T) { // smth } } in this case you see clear name for every subtest. and you can run test and filter by name for subtest
@les2997
@les2997 6 жыл бұрын
If MobX leverages context, is it still going to work correctly in React 16.3? The React context API was redone in 16.3.
@curiosull
@curiosull 7 жыл бұрын
I think Go has some GC parameters, I've only seen this one so far golang.org/pkg/runtime/debug/#SetGCPercent :))
@johnbalvin5401
@johnbalvin5401 7 жыл бұрын
whats the meaning of "with no global state" in programing? 16:19
@RichardBuckerCodes
@RichardBuckerCodes 7 жыл бұрын
Generics... so sad. Credibility gone.
@RichardBuckerCodes
@RichardBuckerCodes 7 жыл бұрын
the problems with microserices are no different than the problems with microkernels. go back and read the books on the failure of the MACH kernel at IBM planned to be used on OS/2 and AIX.
@5detikplus98
@5detikplus98 6 жыл бұрын
reddit successfully adopt go-kit in their ad server infrastructure. What do you think?
@connormc711
@connormc711 7 жыл бұрын
More people should see this.
@Маланка-у1б
@Маланка-у1б 7 жыл бұрын
Thanks
@z.ale.x
@z.ale.x 7 жыл бұрын
Another java "framework" or "collection of tools" to build microservices is Dropwizard - www.dropwizard.io
@ddvelzen
@ddvelzen 7 жыл бұрын
Thanks for sharing. Really enjoyed the code with care chapter
@darylcarr2449
@darylcarr2449 7 жыл бұрын
I enjoyed the vid. I was wondering if anyone ever got a response about TDD and Jest snapshots from the Q&A part?
@joseordaz3289
@joseordaz3289 7 жыл бұрын
Excellent talk. It helps me a lot to understand DI concept, thanks.
@enriqueborreda1799
@enriqueborreda1799 7 жыл бұрын
At 28:10 we can see two complete similar dom items have different class names .. does this mean you are generating copies of each style class to apply for different instances of an item using them? How is this with performance?
@browsermage
@browsermage 7 жыл бұрын
Clean talk, thanks for sharing.
@杨正云
@杨正云 7 жыл бұрын
This video is so amazing! Thanks for leading me to the detail system definition of ng2 DI!
@DeclassifiedMusic
@DeclassifiedMusic 7 жыл бұрын
Great tips & tricks!
@rja421
@rja421 7 жыл бұрын
I love this guys react-boilerplate and styled-components, they are awesome.
@DanA-yw1hs
@DanA-yw1hs 7 жыл бұрын
Great talk Max. Are you able to share the code? thanks.
@tanutanu84
@tanutanu84 7 жыл бұрын
Is this video about unit testing only? do we have anything to do E2E testing of React apps, like we have protractor for angular. Thanks.
@jessievalladares
@jessievalladares 8 жыл бұрын
Excellent explanation, thank you very much!
@nicolasparada
@nicolasparada 8 жыл бұрын
Thanks, Max :)
@mehrdad3141
@mehrdad3141 8 жыл бұрын
it was awesome, thanks :)
@TheShneek
@TheShneek 8 жыл бұрын
This was a really good talk.
@VojtechVitek
@VojtechVitek 8 жыл бұрын
TDD, Fixtures, Golden Files, Test Helpers returning cleanup func for defer statement, custom go test flags, TestServer() as part of pkg's public API etc. This was really good and rich talk, thank you!
@NathanYoungman
@NathanYoungman 8 жыл бұрын
Thanks Mitchell. Returning a func for cleanup is a wonderful pattern. I haven't seen that before.
@craigbrookes2475
@craigbrookes2475 8 жыл бұрын
Really enjoyed this talk lots of good content and no fluff. Hoping there will be more to come