Tweetovi
- Tweetovi, trenutna stranica.
- Tweetovi i odgovori
- Medijski sadržaj
Blokirali ste korisnika/cu @anatomic
Jeste li sigurni da želite vidjeti te tweetove? Time nećete deblokirati korisnika/cu @anatomic
-
Really excited to be part of this track and talk through some of the amazing work we’ve been doing in the last 12 monthshttps://twitter.com/wesreisz/status/1223971578423271427 …
Hvala. Twitter će to iskoristiti za poboljšanje vaše vremenske crte. PoništiPoništi -
Ian Thomas proslijedio/la je Tweet
Can't wait for Tuesday March 3rd
@qconlondon. Here is the Architecture You've Always Wondered About track.#FinTech#SRE#MicroFrontEnd#Streaming#BPF#Cilium#Edge#Reactive@daznglobal@Tesla@SlackHQ@Google@LMAX Are you coming?pic.twitter.com/Gtds3m7mAc
Hvala. Twitter će to iskoristiti za poboljšanje vaše vremenske crte. PoništiPoništi -
Ian Thomas proslijedio/la je Tweet
"If you can't measure it, you can't improve it" http://web.dev/metrics covers how to measure modern web performance metrics & optimize for them.pic.twitter.com/yvBO2FQ6Ds
Hvala. Twitter će to iskoristiti za poboljšanje vaše vremenske crte. PoništiPoništi -
Ian Thomas proslijedio/la je Tweet
I am excited that we just merged the PR for KIP-523 that adds `KStream#toTable()` operator to the
@kafkastreams DSL. We had many discussions about it in the past, and it’s good to finally close this gap.Prikaži ovu nitHvala. Twitter će to iskoristiti za poboljšanje vaše vremenske crte. PoništiPoništi -
If you’re running jvm apps in Kubernetes, make sure you are setting max heap size appropriately. By default, Java 12 only allocates 25% of your container’s RAM so you may end up requesting more resources than you really need (or will use). XX:MaxRAMPercentage is what you need!
Hvala. Twitter će to iskoristiti za poboljšanje vaše vremenske crte. PoništiPoništi -
Ian Thomas proslijedio/la je Tweet
New Digital Course: Architecting Serverless Solutionshttps://go.aws/2uHt4oU
Hvala. Twitter će to iskoristiti za poboljšanje vaše vremenske crte. PoništiPoništi -
More information can be found in the docs: https://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#using-boot-devtools-customizing-classload …
Prikaži ovu nitHvala. Twitter će to iskoristiti za poboljšanje vaše vremenske crte. PoništiPoništi -
Of course, all problems are obvious when you know what to look for and so, to help anyone else that encounters this weird, niche thing - make sure you understand how spring-boot-devtools enables restarting and how to include/exclude paths from the Restart ClassLoader
Prikaži ovu nitHvala. Twitter će to iskoristiti za poboljšanje vaše vremenske crte. PoništiPoništi -
Now I'm a bit of a noob JVM person (JavaScript ftw) but debugging this was very difficult and even with the support of several colleagues with deep experience of Java it wasn't obvious what the problem was.
Prikaži ovu nitHvala. Twitter će to iskoristiti za poboljšanje vaše vremenske crte. PoništiPoništi -
...being used (b/c of spring-boot-devtools) that messes up the comparison check. The issue isn't manifest when running the app when it's packaged up as a JAR or if spring-boot-devtools are removed from the project.
Prikaži ovu nitHvala. Twitter će to iskoristiti za poboljšanje vaše vremenske crte. PoništiPoništi -
Been struggling to resolve a weird little bug in a kotlin, spring-boot + spring-kafka app where `x is MyRecord` was returning false, even though x was an instance of MyRecord. Turns out classes generated from avro schemas at build time result in a different ClassLoader...
Prikaži ovu nitHvala. Twitter će to iskoristiti za poboljšanje vaše vremenske crte. PoništiPoništi -
Given the impact data centres have on global energy consumption, how do we balance creating and archiving data/digital knowledge and artifacts with our responsibility to the future planet and those that don’t enjoy our level of privileged access to digital content?
#naconfqaHvala. Twitter će to iskoristiti za poboljšanje vaše vremenske crte. PoništiPoništi -
Ian Thomas proslijedio/la je Tweet
Been using the JetBrains Mono font for some time now. Happy to see it released publicly!https://www.jetbrains.com/lp/mono/
Hvala. Twitter će to iskoristiti za poboljšanje vaše vremenske crte. PoništiPoništi -
Ian Thomas proslijedio/la je Tweet
Next.js 9.2: ⬩ Built-In CSS Imports for Global Styles ⬩ Built-In CSS Modules for Component-Level Styles ⬩ Catch-All Dynamic Routes ⬩ Up to 70% Reduced Largest JavaScript Bundle ⬩ Up to 87% Less JavaScript Loaded after Multiple Navigations https://nextjs.org/blog/next-9-2 pic.twitter.com/5l04tfPF6r
Hvala. Twitter će to iskoristiti za poboljšanje vaše vremenske crte. PoništiPoništi -
Ian Thomas proslijedio/la je Tweet
.
@Apple has open-sourced ServiceTalk, a#java/#JVM-based framework that provides a common and extensible networking abstraction built on top of the@netty_project. Find out more about ServiceTalk on@InfoQ: https://bit.ly/2ZUoxuU pic.twitter.com/rNGTQtZSsU
Hvala. Twitter će to iskoristiti za poboljšanje vaše vremenske crte. PoništiPoništi -
Ian Thomas proslijedio/la je Tweet
I wrote an article about
@digitalocean's history with tech debt, how it has affected us and what we did to address it. In my totally unbiased opinion, it makes for an interesting read
https://blog.digitalocean.com/from-15-000-database-connections-to-under-100-digitaloceans-tale-of-tech-debt/ …Hvala. Twitter će to iskoristiti za poboljšanje vaše vremenske crte. PoništiPoništi -
This looks incredible!https://twitter.com/CompuIves/status/1214171786121793536 …
0:19Hvala. Twitter će to iskoristiti za poboljšanje vaše vremenske crte. PoništiPoništi -
Ian Thomas proslijedio/la je Tweet
Next.js 9.1.7: ⬩ 4% Smaller Client-Side Runtime ⬩ New Build Output ⬩ New Built-In Polyfills ⬩ Faster Page Loading ⬩ Strict Mode Ready ⬩ Automated React Canary Tests ⬩ Optional Chaining & Nullish Coalescing ⬩ Zero-Config `next export` Deployment http://nextjs.org/blog/next-9-1-7 pic.twitter.com/9edFWPKAdZ
Hvala. Twitter će to iskoristiti za poboljšanje vaše vremenske crte. PoništiPoništi -
TIL that Kotlin + Spring's JsonSerde don't play together too well when serializing/deserializing Set<Long> (I've found that it created Set<Integer> when deserializing). Instead, it's more reliable to create a custom Serde and use Jackson's Kotlin extensions to preserve types
Hvala. Twitter će to iskoristiti za poboljšanje vaše vremenske crte. PoništiPoništi -
Can’t wait to see what 2020 brings. Happy New Year!
Hvala. Twitter će to iskoristiti za poboljšanje vaše vremenske crte. PoništiPoništi
Čini se da učitavanje traje već neko vrijeme.
Twitter je možda preopterećen ili ima kratkotrajnih poteškoća u radu. Pokušajte ponovno ili potražite dodatne informacije u odjeljku Status Twittera.
React Fast Refresh allows you to get near-instant feedback for code changes in your components. Eg. hooks state is now properly preserved on changes!