Marcos's Avatar

Marcos

@gogomca

54
Followers
527
Following
7
Posts
13.11.2024
Joined
Posts Following

Latest posts by Marcos @gogomca

Post image
01.03.2026 20:43 👍 1159 🔁 344 💬 16 📌 5
Post image

En los papeles de Epstein hay nombres recurrentes.

01.03.2026 20:26 👍 240 🔁 90 💬 1 📌 4
Post image
01.03.2026 13:18 👍 97 🔁 32 💬 0 📌 0
Video thumbnail

Mamdani: "I speak of Renee Good, whose final words to the man who murdered her were, 'I'm not mad at you.' I speak of Alex Pretti who died as he lived, caring for the stranger. ICE shot him bc he did something they could never fathom ... let us offer a new path: one of defiance through compassion."

06.02.2026 16:01 👍 45625 🔁 11792 💬 633 📌 592
Video thumbnail

Qué maravilla de discurso, este es el patriotismo que de verdad merece la pena 👏💪😍

07.02.2026 07:50 👍 2288 🔁 1030 💬 65 📌 85
Video thumbnail

experienced engineers: one change, test, one change, test
junior engineers: batch everything because they're in a hurry
this is exactly backwards
the person least capable of batching is the one most likely to batch

28.01.2026 01:33 👍 50 🔁 17 💬 3 📌 2
Post image

Por si los Reyes Magos no te han traído nada, este es mi regalo de Navidad! 👑

Todos mis Cursos y Guías para aprender programación y desarrollo de software desde cero 100% Gratis.

✓ +110 horas en vídeo
✓ +600 lecciones
✓ +200 páginas en pdf
✓ +1100 fundamentos

Salud 🤘

06.01.2026 14:31 👍 4 🔁 1 💬 2 📌 0
Post image

2026 beginning of the year cleaning up files on my PC and found this one a friend send me when working on some code.

Every developer can relate.

#solodev #indiedev #development

05.01.2026 06:22 👍 1939 🔁 381 💬 40 📌 21

🤣🤣🤣

01.01.2026 20:11 👍 0 🔁 0 💬 0 📌 0

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

15.11.2025 19:23 👍 142 🔁 31 💬 27 📌 4
Rainbow colored ice cave

Rainbow colored ice cave

The Rainbow Ice Cave, Mt Rainier National Park, Washington
📸Mathew Nichols

15.11.2025 02:52 👍 1114 🔁 164 💬 24 📌 8

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.

08.11.2025 15:57 👍 2 🔁 1 💬 0 📌 0
Post image

#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

31.10.2025 16:43 👍 24 🔁 9 💬 0 📌 0
Learn Quarkus in 8 Weeks: The Microlearning Path Every Java Developer Needs

Learn Quarkus in 8 Weeks: The Microlearning Path Every Java Developer Needs

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...

27.10.2025 07:15 👍 4 🔁 2 💬 0 📌 0
Preview
The official home of the Python Programming Language

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-...
🧵

27.10.2025 14:47 👍 6415 🔁 2756 💬 125 📌 452

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.

27.10.2025 15:05 👍 0 🔁 0 💬 0 📌 0

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 👌

26.10.2025 10:47 👍 0 🔁 0 💬 0 📌 0
Photo with Tatu and slide 

1. Intro: What is Jackson?
Jackson is a ... Library
Open Source (Apache License)
Java (with JVM "friends")
JSON (tothers)
that is
• Modular (architecture, design, development, implementation)
• Feature-Rich (functionality you won't find anywhere else)
Highly Configurable & Extensible
Widely-Used ("everybody uses Jackson! Even if unknowingly")

Photo with Tatu and slide 1. Intro: What is Jackson? Jackson is a ... Library Open Source (Apache License) Java (with JVM "friends") JSON (tothers) that is • Modular (architecture, design, development, implementation) • Feature-Rich (functionality you won't find anywhere else) Highly Configurable & Extensible Widely-Used ("everybody uses Jackson! Even if unknowingly")

1. Intro: What does Jackson do?
First & foremost: (raison d'etre - "mission statement?")
Read JSON as Java Objects; write Java Objects as JSON.
but also
• Framework integration
• JAX-RS (Jersey, RESTeasy, ...), Quarkus, Spring Boot
• Works with many popular libraries (via modules)
• Eclipse-collections, Guava, Hibernate, Joda ... Immutables, Lombok ...
• Data formats other than JSON (10+)
• from Avro to YAML
• Other JVM languages
• Kotlin & Scala modules; Clojure (cheshire, jsonista)

1. Intro: What does Jackson do? First & foremost: (raison d'etre - "mission statement?") Read JSON as Java Objects; write Java Objects as JSON. but also • Framework integration • JAX-RS (Jersey, RESTeasy, ...), Quarkus, Spring Boot • Works with many popular libraries (via modules) • Eclipse-collections, Guava, Hibernate, Joda ... Immutables, Lombok ... • Data formats other than JSON (10+) • from Avro to YAML • Other JVM languages • Kotlin & Scala modules; Clojure (cheshire, jsonista)

3. Current: Processing Model recap
Since 1.0: "Three Ways to Process JSON" (many libraries offer just one)
• 3 Processing Models
Streaming: read/write JSON as JsonToken streams - foundation
• Tree Model: read/write DOM-like (JsonNode) - JSON-centric
• Databind: read/write as Java Objects (POJOs, Records,JDK, 3rd party) - Java-centric
Model interaction:
• Tree Model, Databind are built on Streaming (read/write using parser/generator)
• Only streaming is format-specific (JSON vs XML vs CSV parser/generator)
• Seamless, efficient conversions between models, as necessary

3. Current: Processing Model recap Since 1.0: "Three Ways to Process JSON" (many libraries offer just one) • 3 Processing Models Streaming: read/write JSON as JsonToken streams - foundation • Tree Model: read/write DOM-like (JsonNode) - JSON-centric • Databind: read/write as Java Objects (POJOs, Records,JDK, 3rd party) - Java-centric Model interaction: • Tree Model, Databind are built on Streaming (read/write using parser/generator) • Only streaming is format-specific (JSON vs XML vs CSV parser/generator) • Seamless, efficient conversions between models, as necessary

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)

20.11.2024 03:08 👍 27 🔁 4 💬 1 📌 0
Preview
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

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...

22.11.2024 17:18 👍 2 🔁 0 💬 0 📌 0

😂

21.11.2024 22:14 👍 0 🔁 0 💬 0 📌 0
Photo reads: Time is the only currency you spend without ever knowing your balance. Use it wisely.

Photo reads: Time is the only currency you spend without ever knowing your balance. Use it wisely.

21.11.2024 21:31 👍 3363 🔁 563 💬 51 📌 55
Post image

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

19.11.2024 09:54 👍 6 🔁 7 💬 0 📌 0

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?

18.11.2024 19:30 👍 4 🔁 1 💬 0 📌 0
Post image
17.11.2024 17:37 👍 239 🔁 33 💬 2 📌 6

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!

17.11.2024 19:36 👍 6 🔁 4 💬 1 📌 0

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.

17.11.2024 12:16 👍 4 🔁 0 💬 0 📌 0

Yes. Really good show. Dialogues are amazing.

17.11.2024 11:22 👍 0 🔁 0 💬 0 📌 0
Post image

Return to the Office

www.comicagile.net/comic/come-t...

17.11.2024 09:34 👍 417 🔁 68 💬 13 📌 3

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. :)

14.11.2024 22:51 👍 16 🔁 8 💬 7 📌 8