It could have been a more extended article, I agree with that, and perhaps in more detail. Having said that, I don't think in general many people would read such a long article. Sometimes stuff given in a nutshell can trigger curiosity for one to do their own research and actively find what the differences are between Java and Kotlin. One note though, virtual threads aren't per se directly connected with Java. Though they are frequently presented under the context of the Java programming language, they are part of the JVM ecosystem and have nothing to do with the programming language. And there are also coroutine implementations in Java, though extremely verbose and horrendous, that work in the same way as Kotlin coroutines. In principle, we should be able to use Java Virtual Threads with any language in the JVM ecosystem and we can also implement the continuations with ForkJoinPools principles associated with Coroutines in Java. One thing doesn't stop the other and although in the beginning most of us seemed to be led to believe that they belonged to the discussion between Java and Kotlin, they actually do not. Have a good one!
This is great article about the differences between Java and Kotlin from a serious honest perspective. Most of the times, these days, when we talk about Kotlin, we see to get pushed into discussions where people tend to defend Kotlin and suggest to abandon the usage of Java altogether, which at times feels like talking about an oxymoron, other than something else. In this article the discussion has no side of the story and is just an honest short look at what is important in Kotlin and in Java. Enjoy everyone and have a good one!
A charismatic figure, Joost Klein in the middle of a controversy and a court case in Sweden apparently for a threatening gesture he allegedly made to a camera person. At this point we seem to only know that the story is that Joost has allegedly made a threatening gesture to the camera, but nothing is being said about which gesture it actually was. Apparently it has been said that there is strong evidence to support that, but it hasn't been shown to the public yet and given that the exact story still didn't came out and Joost was disqualified and didn't participated in the final because of that, there is a growing frustration among fans. The story is also being placed into a collage of other negative stories that have been told about the EBU. It is a developing story.
Learn all about that in this post which tells about how blueberry bushes or its subvariety pink lemonade can only adapt to acidic ground. Hope this post is helpful!
It is an organized system, but I would like to see research somewhere that can shed some light about the efficiency of it. I guess that the question on my mind is indeed what is the effect on this system of education in preparing people for the future and creating brilliant minds.
General introduction to understand how to provide security, what is API security and different sub-topics regarding this issue, that are relevant in all areas of Software Security under the context of the Kong Gateways. Have the time of your life reading it because it is a great start for your future as a Cloud Software Engineer.
Managing an API gateway with Kubernetes can leverage a lot of issues and complex tasks. This is all layed out for us that discusses that using the Kong Gateway. I have written a whole article about that in Hackernoon, but this article adds a lot more to that.
Finally it seems like the GA (Global Availability) of Kong Konnect has come! Check out the new features in this amazing article. The great think it provides now is coverage to a lot of regions, and that is the world coverage, and automatic updates. It also comes with smart global DNS and autopilot features, which allow for automatic scalaility and manage your High Availability SLA's for you. It seems like a great thing that is coming and I will definitely investigate that.
The new JDK22 release seems quite exciting. If I look at all of the new features the ones that stand out to me and that I want to investigate are these:
1.vUnnamed Variables & Patterns
2. Statements before super
3. Stream gatheres.
I might do a video about the whole thing. But that is for later. Right now I really please with the developments in Java.