Antonio Muñoz

@tonivade@jvm.social
30 Followers
306 Following
3.2K Posts

Ya está disponible el video de mi charla en la #commitconf de este año: https://www.youtube.com/watch?v=t4g4p8pkhWs

Muchas gracias a Pablo Valles de Nextdigital, que a pesar de los problemas técnicos, ha sincronizado las slides y el audio.

Antonio Muñoz: Construyendo DSLs en Java: Aprovechando las Nuevas Herramientas del Lenguaje

YouTube

Very interesting article about records, pattern matching and sealed interfaces in java https://wimdetroyer.com/blog/visitor-pattern-in-dop

#java

The Visitor Pattern - 'Revisited' using Data Oriented Programming techniques.

Java Language improvements culminating in java 21 obviate the need for the verbose visitor pattern as we know it, instead elevating it into a first class language feature.

com.wimdetroyer.blog

I would like to do things like this but it's not possible 😭

```java
public final class Context<S> {

public static <S> Context<S> of(S state) {
return new Context<>();
}

// it doesn't work
public static <S1, S2> Context<S1 & S2> of(S1 state1, S2 state2) {
return new Context<>();
}
}
```
#java

Ya pasó la #commitconf y es momento de publicar los enlaces de las slides y el código fuente.

* código fuente: https://github.com/tonivade/commitconf-25
* slides en html: https://tonivade.es/commitconf25/slides.html
* slides en pdf: https://tonivade.es/commitconf25/slides.pdf

Holy Crap, this message from the #corejs maintainer is something else!

“I wanted to make the life of all JS developers easier and in November 2014, I published core-js as an open-source project. Maybe it was the biggest mistake in my life.”

You have to read the rest of his story yourself. Let’s just say it’s crazy he suffered through so much, while maintaining one of the webs most popular libraries for free!

https://github.com/zloirock/core-js/blob/master/docs/2023-02-14-so-whats-next.md

#opensource #oss #funding

core-js/docs/2023-02-14-so-whats-next.md at master · zloirock/core-js

Standard Library. Contribute to zloirock/core-js development by creating an account on GitHub.

GitHub

RT @jmiguel
Uno de los mejores tipos que me he encontrado en el sector. Afectado por esta enfermedad rara y que busca ayuda para la financiación de investigación y ayuda a los pacientes. Colaborad, malditos!

Un abrazo, Joaquín! https://twitter.com/joaquindiez/status/1621810960712204290

joaquindiez on Twitter

“65 segundos de tu tiempo...”

Twitter