Put this one together because I love seeing things that lovely folks write on the internet, and I'm sure there are more people to meet and add to this list.
go.bsky.app/AnM2t7r
Put this one together because I love seeing things that lovely folks write on the internet, and I'm sure there are more people to meet and add to this list.
go.bsky.app/AnM2t7r
📸Mathew Nichols
📸Mathew Nichols
This #Halloween, there are no tricks just treats! Take advantage of many #DevRel programs from Oracle's Java team:
🎃 Java on LinkedIn lnkd.in/ggSDpi45
🎃 Java on YouTube lnkd.in/g5bYYvW5
🎃 Java Newsletter lnkd.in/gTqBHHfX
🎃 Duke's Corner Podcast: lnkd.in/gvKzETp4
🎃 dev.java
This #Halloween, there are no tricks just treats! Take advantage of many #DevRel programs from Oracle's Java team:
🎃 Java on LinkedIn lnkd.in/ggSDpi45
🎃 Java on YouTube lnkd.in/g5bYYvW5
🎃 Java Newsletter lnkd.in/gTqBHHfX
🎃 Duke's Corner Podcast: lnkd.in/gvKzETp4
🎃 dev.java
www.the-main-thread.com/p/learn-quar...
www.the-main-thread.com/p/learn-quar...
🧵
🧵
It’s a library
- Open Source
- #Java
- #JSON
What does Jackson do?
First & foremost: Read JSON as Java Objects; write Java Objects as JSON.
github.com/FasterXML/ja...
www.cowtowncoder.com/blog/archive...
@cowtowncoder.bsky.social at the #Seattle Java User Group (JUG)
It’s a library
- Open Source
- #Java
- #JSON
What does Jackson do?
First & foremost: Read JSON as Java Objects; write Java Objects as JSON.
github.com/FasterXML/ja...
www.cowtowncoder.com/blog/archive...
@cowtowncoder.bsky.social at the #Seattle Java User Group (JUG)
long live the Agile!!
Spoiler alert:
"Agile didn’t fail on its own—it was sabotaged by poor leadership, misinterpretation, and an obsession with process over people."
-- André Baken
👏👏👏
www.linkedin.com/posts/rainbo...
long live the Agile!!
Spoiler alert:
"Agile didn’t fail on its own—it was sabotaged by poor leadership, misinterpretation, and an obsession with process over people."
-- André Baken
👏👏👏
www.linkedin.com/posts/rainbo...
Sign up for free bit.ly/4eHzOVb
🗓️ 21 Nov
⏰ 10 AM (PT) | 6 PM (BST)
Join us on Slack to interact with speakers and fellow members ➡️ bit.ly/vJUG-Slack
Sign up for free bit.ly/4eHzOVb
🗓️ 21 Nov
⏰ 10 AM (PT) | 6 PM (BST)
Join us on Slack to interact with speakers and fellow members ➡️ bit.ly/vJUG-Slack
At @madridjug.es we are doing it together, sharing the process and learning from each other.
We also have a leaderboard.
Who else is doing #adventOfCode24?
Y con ella, también se acerca una nueva edición del #adventOfCode.
¿Te animas a hacerlo?
Igual que el año pasado, vamos tener un Leaderboard y un canal de slack donde compartir el proceso, comentar ideas y aprender unos de otros.
Mas info👇👇👇
At @madridjug.es we are doing it together, sharing the process and learning from each other.
We also have a leaderboard.
Who else is doing #adventOfCode24?
That's true.
What is never mentioned is that these events are more and more frequent and violent.
Half-truths are as dangerous as lies, and they are not always coming from a bunch of ignorants.
That's true.
What is never mentioned is that these events are more and more frequent and violent.
Half-truths are as dangerous as lies, and they are not always coming from a bunch of ignorants.
bsky.app/profile/jaz....
Then in your emojis... if you can't find the red pin.. search "pushpin" to find the red pin
simply reply to anything with a 📌 and that reply will be saved to the Feed.
Go to the feed, to view your pins. :)
bsky.app/profile/jaz....
Then in your emojis... if you can't find the red pin.. search "pushpin" to find the red pin
simply reply to anything with a 📌 and that reply will be saved to the Feed.
Go to the feed, to view your pins. :)
It should help with discoverability though.
bsky.app/starter-pack...
It should help with discoverability though.
bsky.app/starter-pack...
var x = null;
with no type info, but you can write:
var x = (String) null;
But did you know you can also write:
var x = (Void) null;
which works, but raises all kinds of nihilistic questions. Cast into the void? Sure, why not?
#java #nihilism