Marcos
gogomca.bsky.social
Marcos
@gogomca.bsky.social
Reposted by Marcos
Are we still doing starter packs?

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
November 15, 2025 at 7:23 PM
Reposted by Marcos
The Rainbow Ice Cave, Mt Rainier National Park, Washington
📸Mathew Nichols
November 15, 2025 at 2:52 AM
Reposted by Marcos
Instead of reading about James Watson, that POS that did DNA shit and was a horrible mass of fluid, bone, and tissue. Why not take the time to read up on Dr. Rosalind Franklin, whose work Watson and Francis Crick stole. Give her the credit she deserves and let the other two be forgotten.
November 8, 2025 at 3:57 PM
Reposted by Marcos
#Java peers...

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
October 31, 2025 at 4:43 PM
Reposted by Marcos
Master Quarkus step by step with short, focused sessions: From REST and Panache to Reactive, Security, and Kubernetes in under an hour a day.

www.the-main-thread.com/p/learn-quar...
October 27, 2025 at 7:15 AM
Reposted by Marcos
TLDR; The PSF has made the decision to put our community and our shared diversity, equity, and inclusion values ahead of seeking $1.5M in new revenue. Please read and share. pyfound.blogspot.com/2025/10/NSF-...
🧵
The official home of the Python Programming Language
www.python.org
October 27, 2025 at 2:47 PM
I've just read that, as a developer, if you want to obtin the most from AI one of the things you must take care about is to follow a Clean Code approach. I must admit that until know I hadn't connected both issues. Another additional argument to adhere to it.
October 27, 2025 at 3:05 PM
La diferencia entre Reputación Online (lo que los demás piensen/digan de ti) y Presencia Digital (cómo decidimos mostrarnos) en la #bonilista de hoy son de esas cosas que te hacen pararte a reflexionar 👌
October 26, 2025 at 10:47 AM
Reposted by Marcos
What is #Jackson?
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)
November 20, 2024 at 3:08 AM
Agile is dead,
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...
John Le Drew on LinkedIn: Agility—actual, meaningful adaptability—has been around since humans first… | 10 comments
Agility—actual, meaningful adaptability—has been around since humans first figured out that running from saber-toothed tigers wasn’t a bad idea. Agile with a… | 10 comments on LinkedIn
www.linkedin.com
November 22, 2024 at 5:18 PM
😂
I have found the reason why the Java community is so active here 👉 Sun looks best on a Bluesky! #java #sun
November 21, 2024 at 10:14 PM
Reposted by Marcos
November 21, 2024 at 9:31 PM
Reposted by Marcos
REMINDER: We will be joined by @venkats.bsky.social on Thursday for his session, This Ain't Your Parents' Java

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
November 19, 2024 at 9:54 AM
Reposted by Marcos
Xmas is coming... and with it, yet another edition of the #adventOfCode.

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?
Ya se acerca la navidad... con olor a mazapán...

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👇👇👇
November 18, 2024 at 7:30 PM
Reposted by Marcos
November 17, 2024 at 5:37 PM
Reposted by Marcos
This site has launched with two great examples and several in the queue! Is there a reference architecture or cloud native pattern YOU want to share? Anything that can be made more clear? PRs welcome!
November 17, 2024 at 7:39 PM
An argument for negating the climate change is that wheather disasters have been happening always.

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.
November 17, 2024 at 12:16 PM
Reposted by Marcos
November 17, 2024 at 9:34 AM
Reposted by Marcos
This is the feed you have to add to Home:

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. :)
November 14, 2024 at 10:51 PM
Reposted by Marcos
Ok this might be a very niche list but I can't help it 🤭
It should help with discoverability though.
bsky.app/starter-pack...
November 13, 2024 at 2:57 PM
Reposted by Marcos
In Java, you probably know you can't write:

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
November 15, 2024 at 1:00 PM