Say hello to Microsoft Build of #OpenJDK!
New Long-Term Support distribution of @OpenJDK for your @Java workloads, in the #Cloud and everywhere else!
Visit https://t.co/VPM63V5M2H to learn more.
☕️☁️🐧🍏🪟
I am elated to announce that the Supreme Court ruled today that API reimplementation is fair use. This brings a ten year odyssey to an end. I'll have more to say later when I've had time to read the opinion.
https://t.co/49CYTBkGHW
✨Let’s celebrate IntelliJ IDEA’s 20th anniversary together!
🗓️Join us for #IntelliJIDEAConf, a free virtual event February 25–26, 2021!
🎙️Learn more about IntelliJ IDEA from our experts and discover secrets of the IDE from the creators themselves.
https://t.co/Aa3eh2txHj
We are just a week away from our next Live Webinar on 'Bootiful Kotlin', presented by
@starbuxman.
Wednesday, Nov 11th 2020, 9 - 10 am CST.
Session details and registration:
https://t.co/SUOK68NQQt
#IntelliJWebinar#Kotlin#Spring
We're living a revolution (with no turn back) on world work way. #covid#work#homeoffice
"the post-COVID world will see an increase in distributed work in all industries, and we want to lead this for ourselves and our customers," Scott Farquhar.
https://t.co/7tivUNKNGf
https://t.co/i96QgHwOsO I'm pleased to finish my 2-week immersion in Angular with this course. I strongly recommend to anyone (newbies and pros). #angular#freecourses#devepers
Make your code demos simple and fun with in-editor docs rendering. Describe your code using headings, lists, or images and render all of them right inside your editor.
To toggle the rendered view use the gutter area or the shortcut Ctrl+Alt+Q (or ⌃⌥ Q).
#IntelliJTopShortcut
August's #Java Annotated Monthly is out now! Check out all the Java, JVM, and other community news compiled by @trisha_gee: https://t.co/3wI1sPEr9O
#JavaAnnotatedMonthly
[EN] I've studied #Angular by #Udemy, #Alura, #LinkedInLearn among others. By far, I'm having the best experience with @loiane (https://t.co/3eZFh8fc4i) Congrats for this great course!
[PT] O melhor cursor de Angular queue já fiz até agora!
IntelliJ IDEA 2020.2 is here!
- Review and merge GitHub pull requests
- Jump between issues in a file, view a full list of problems, be notified when your changes break other files
- Use Jakarta EE 9, get better support for Quarkus, Micronaut, and OpenAPI
https://t.co/5wghCbzFYE
If you want to store some nullable values in a non-nullable list (or set), you don’t have to null-check manually. Instead, use the listOfNotNull() function (and, starting with Kotlin 1.4, setOfNotNull()). #KotlinTips
📣Calling all Kotlin/JS developers! 📣
Are you using Kotlin/JS in a project? Then we want to talk to you!
Reply to this tweet, and we’ll get in touch for a short use-case interview. Help us improve Kotlin for web dev! 🌐
PS: Thanks to all who joined our server-side interviews!
Getting start right now. Sometimes it's very good to do some methodological review by a course even about a skill you already got. #spring#springsecurity#review
My latest course, Spring Security Core: Beginner to Guru is now available on Udemy. Enroll now for just $9.99 using the coupon code SPRING_SECURITY_CORE
#springframework#springsecurity#springboot
https://t.co/sb1Up4ucUl
On a map, use 'withDefault' to get a wrapper that obtains a default value when using 'getValue' on a key that is not present. Note that this does not change the behavior of the indexed access operator x[idx] / x.get(idx)! https://t.co/kldivSn4mI #KotlinTips