danilopdl Profile Banner
Danilo P. De Luca Profile
Danilo P. De Luca

@danilopdl

Followers
272
Following
2K
Media
501
Statuses
1K

One craftsman in the mass of software development. Programming and architecting as a craft. Software Craftsman | Microservices | Java.

Joined April 2014
Don't wanna be here? Send us removal request.
@danilopdl
Danilo P. De Luca
2 years
What is that feeling when we immerse ourselves in the communities? The Feeling of Belonging β€οΈπŸš€
@gomex
Gomex
2 years
Eu me emocionei hj na Linuxtips Conf. Talvez um dia consiga expressar o que sinto por tudo isso. Por tudo que ja aconteceu e como ainda existe algo de muito incrΓ­vel em nossa comunidade. Pessoas, se ajudando, se preocupando, a sua maneira. O choro talvez seja alegria. Venceremos!
0
0
4
@danilopdl
Danilo P. De Luca
4 hours
Structured logging has become essential in modern applications to simplify the analysis of logs and improve observability. Read more πŸ‘‰ https://t.co/D1lImBptlO #StructuredLogging #TraditionalLogging #SpringFramework6
0
0
1
@danilopdl
Danilo P. De Luca
6 hours
This docker-compose file contains the configurations to pull the Kafka container and its dependency, the Zookeeper container. Read more πŸ‘‰ https://t.co/TnMJMe1f7A #KafkaContainer #Docker #Kafka
0
0
0
@danilopdl
Danilo P. De Luca
2 days
In real-time streaming analytics, complex event processing helps to establish patterns and trends in data as it arrives. Read more πŸ‘‰ https://t.co/DwQnjzqrLr #StreamingDataProcessing #ApacheFlink #DataProcessing
0
0
0
@danilopdl
Danilo P. De Luca
2 days
All software engineers construct mental models of how the system runs and fails. Read more πŸ‘‰ https://t.co/k6tno4hcdN #Resilience #SeniorMember #Culture&Methods
0
0
0
@DubJug
Dublin Java User Grp
16 days
Coming up 19th November with @brjavaman https://t.co/ClUM7PYDNa #java #dubjug
1
1
3
@danilopdl
Danilo P. De Luca
21 days
Avoid tightly coupling your application to specific versions of dependencies. Read more πŸ‘‰ https://t.co/6etK9esF6v #PerfectTouch #Java #Devchallenge
dev.to
Imagine a beautiful cake topped with a fresh, juicy strawberry. The strawberry adds the perfect touch...
1
0
0
@danilopdl
Danilo P. De Luca
25 days
For data-heavy tasks like H2 database simulations, energy savings were most pronounced when using GraalVM’s default configurations. Read more πŸ‘‰ https://t.co/yZF5aTDp6E #GraalvmLeads #CodePerformance #GraalVM
0
0
0
@danilopdl
Danilo P. De Luca
26 days
This should be fixed by using a dispatcher that is designed for blocking calls, like https://t.co/qdCk8zlF9C Read more πŸ‘‰ https://t.co/eYvwcvpFbe #Kotlin #TrackBlockingCalls #NonBlockingDispatchers
0
0
1
@danilopdl
Danilo P. De Luca
26 days
Think of it as a β€œspeed limit” for how many tasks (coroutines) can work at the same time using a dispatcher. Read more πŸ‘‰ https://t.co/xBzpp2NlE3 #Kotlin #KotlinCoroutines #BackgroundTasks
0
0
1
@danilopdl
Danilo P. De Luca
28 days
Many experienced engineers and engineering leaders have great judgment, and great intuition, but nonetheless deploy flawed strategy because they've anchored on their memory of how things work rather than noticing how things have changed over time. https://t.co/oMY1CDgmNG
0
0
0
@danilopdl
Danilo P. De Luca
1 month
Spring is the better choice for deploying AI models within enterprise environments where security, scalability, and complex business workflows are necessary. Read more πŸ‘‰ https://t.co/pTn6QZtV5b #AiDomain #AiLibraries #AI
0
0
1
@danilopdl
Danilo P. De Luca
1 month
Using it is a hack and a shortcut that will backfire while not saving you much time at the time of writing using it. Read more πŸ‘‰ https://t.co/ErEifu12r3 #Kotlin #AcceptNullableValues #ProgrammingLanguages
0
0
0
@danilopdl
Danilo P. De Luca
1 month
Infix functions can make your code look more like a natural language, which can improve readability. Read more πŸ‘‰ https://t.co/iFH4Z5Gs5C #Kotlin #Infix #InfixFunction
0
0
1
@danilopdl
Danilo P. De Luca
1 month
Spring Modulith provides ApplicationModules class that provides verify() method to ascertain whether the application is built in accordance with Spring Modulith constraints. Read more https://t.co/fogDWhs9oP #DomainDrivenDesign #SpringFramework #SpringBoot
Tweet card summary image
dzone.com
Spring Modulith simplifies modular app development in Spring Boot and enables well-structured, domain-driven design with seamless Spring ecosystem integration.
0
0
0
@danilopdl
Danilo P. De Luca
1 month
In simple terms, a scope is required to create coroutines and execute tasks. Read more πŸ‘‰ https://t.co/92UkeKmT0d #Kotlin #KotlinDeveloper #PerformantCode
0
0
0
@danilopdl
Danilo P. De Luca
1 month
However, overusing the mock can cause bugs in production if not tested with real services in staging environments. Read more πŸ‘‰ https://t.co/UjXwv0ce8T #E2ETesting #ApiEffectively #IntegrationTesting
0
0
0
@ederign
Eder Ignatowicz
1 month
Why are we investing in Llama Stack when LangChain, LangFlow, or CrewAI already exist? I've been asked this question a few times already. Luckily, Adel Zaalouk and Tushar Katarki just wrote the answer, so I don't have to. πŸ˜… Think Kubernetes: before it, you could run
1
1
1
@danilopdl
Danilo P. De Luca
1 month
However, you will likely not need it explicitly in the future as the Kotlin Coroutines team has expressed their willingness to use virtual threads by default once Project Loom is stable. Read more https://t.co/3R7M6Ym2Ok #Kotlin #java #coroutines
Tweet card summary image
kt.academy
Where we should use each dispatcher from the Kotlin Coroutines library.
0
0
0
@danilopdl
Danilo P. De Luca
1 month
Backward Compatibility: Ensure new versions of it maintain compatibility with previous versions wherever possible. Read more πŸ‘‰ https://t.co/9CRAO6fGoH #PerfectTouch #Java #Devchallenge
dev.to
Imagine a beautiful cake topped with a fresh, juicy strawberry. The strawberry adds the perfect touch...
0
0
0
@danilopdl
Danilo P. De Luca
2 months
The significant advantage of multi-AZ is using regional cloud resources (like Amazon DynamoDB) to make cells more resilient if a single zone fails. Read more πŸ‘‰ https://t.co/0KSCJMSHGH #CellBasedArchitecture #Architecture&Design #Observability
1
0
1