Pablo Cerbino (@pcerbino) 's Twitter Profile
Pablo Cerbino

@pcerbino

desarrollador / padre

ID: 2792387682

calendar_today05-09-2014 18:20:33

270 Tweet

73 Followers

313 Following

javinpaul (@javinpaul) 's Twitter Profile Photo

Top 5 Data Structure Courses for FREE 1. Data Structure - bit.ly/3l4VxMj 2. Algorithms - bit.ly/3P45Gqi 3. Visual Introduction to Algorithms - bit.ly/3NcwIKx 4. DSA Courses - bit.ly/3PNiOjd 5. Data Structure in Java - bit.ly/3ztxb6U

Top 5 Data Structure Courses for FREE
1. Data Structure - bit.ly/3l4VxMj
2. Algorithms - bit.ly/3P45Gqi
3. Visual Introduction to Algorithms  - bit.ly/3NcwIKx
4. DSA Courses - bit.ly/3PNiOjd
5. Data Structure in Java - bit.ly/3ztxb6U
Quarkus (@quarkusio) 's Twitter Profile Photo

We released Quarkus 2.16.0.Final with time series support for the Redis extension and XDS support for the gRPC extension, together with a lot of small improvements and fixes. quarkus.io/blog/quarkus-2…

Piotr Mińkowski (@piotr_minkowski) 's Twitter Profile Photo

Java Tip 💡 With the Jinq (jinq.org) library you can write database queries using Java streams. It provides a similar query style to the well-known .NET LINQ library. Of course, you can easily integrate Jinq with Spring Boot 👇 🏷️ #java #jpa #streams

Java Tip 💡

With the Jinq (jinq.org) library you can write database queries using Java streams. It provides a similar query style to the well-known .NET LINQ library. Of course, you can easily integrate Jinq with Spring Boot 👇
🏷️ #java #jpa #streams
Piotr Mińkowski (@piotr_minkowski) 's Twitter Profile Photo

Java Tip 💡 Do you remember my tweet about expressing Hibernate queries as Java streams with the JPAstreamer library (jpastreamer.org)? Now, you can easily integrate them with Quarkus thanks to the `quarkus-jpastreamer` extension. Details 👉quarkus.io/blog/jpastream…

Java Tip 💡

Do you remember my tweet about expressing Hibernate queries as Java streams with the JPAstreamer library (jpastreamer.org)?  Now, you can easily integrate them with Quarkus thanks to the `quarkus-jpastreamer` extension. Details 👉quarkus.io/blog/jpastream…
Saurabh Dashora (@progressivecod2) 's Twitter Profile Photo

Amazon’s view of services is pretty simple. They just categorize services in two ways: - Stateless Services that aggregate responses from other services - Stateful Services that execute business logic based on its state stored on a persistent store. I guess they call the

Amazon’s view of services is pretty simple.

They just categorize services in two ways:

- Stateless Services that aggregate responses from other services

- Stateful Services that execute business logic based on its state stored on a persistent store.

I guess they call the
Bilgin Ibryam (@bibryam) 's Twitter Profile Photo

🤯 DoorDash's cell-based architecture (typically used for fault isolation) surprisingly led to a cloud-cost reduction. 🗣️ "these actions made such a material dent in DoorDash's data transfer costs [...] that it caused our cloud provider to reach out to us asking whether we were

🤯 DoorDash's cell-based architecture (typically used for fault isolation) surprisingly led to a cloud-cost reduction.

🗣️  "these actions made such a material dent in DoorDash's data transfer costs [...] that it caused our cloud provider to reach out to us asking whether we were
Alex Xu (@alexxubyte) 's Twitter Profile Photo

How do we manage configurations in a system? The diagram shows a comparison between traditional configuration management and IaC (Infrastructure as Code). 🔹 Configuration Management The practice is designed to manage and provision IT infrastructure through systematic and

GoLang Trends (@golangtrends) 's Twitter Profile Photo

Object-Oriented Go: Unraveling the Power of #OOP in #Golang #dormosheio #goprogramming #programming dormoshe.io/trending-news/…

Alex Xu (@alexxubyte) 's Twitter Profile Photo

Top 6 Tools to Turn Code into Beautiful Diagrams - Diagrams - Go Diagrams - Mermaid - PlantUML - ASCII diagrams - Markmap Over to you: Did we miss anything? What's your favorite?

Anton Arhipov (@antonarhipov) 's Twitter Profile Photo

Experimenting with GraalVM native image and Netty-based Ktor. A "Hello World" app: github.com/antonarhipov/k… 0.007s startup time 52Mb binary 8.3Mb memory consumption on the start ~80Mb memory consumption under some load

Experimenting with GraalVM native image and Netty-based Ktor. A "Hello World" app: github.com/antonarhipov/k…

0.007s startup time
52Mb binary
8.3Mb memory consumption on the start
~80Mb memory consumption under some load
Naveen Srinivasan (@naveen_srini_) 's Twitter Profile Photo

Introducing Minefield: a lightweight graph database for dependency management. Built with Roaring Bitmaps for lightning-fast O(1) queries, even on massive datasets. Check it out!