Arron @ Thryve (@thryvearron) 's Twitter Profile
Arron @ Thryve

@thryvearron

Ex-web3 consultant, now diving deep into the world of German tech 🌎

Hmu up for chats around the German tech market & trends (or football..)

ID: 1612857016636117014

linkhttps://www.thryvetalent.com/ calendar_today10-01-2023 17:01:01

26 Tweet

8 Takipçi

310 Takip Edilen

annie (@soychotic) 's Twitter Profile Photo

Umm I thought Java was just a nickname for JavaScript? Turns out it’s like…a whole thing? Anyway it’s my first day working for Google as a Senior Staff Java Engineer (L13) and I’m feeling a little silly rn!

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

Java Tip 💡 How do you generate data in your unit tests? You can use Instancio (instancio.org) for that. It is a library for instantiating and populating objects with random data and aims to reduce lines of code spent on manual data setup. 🏷️ #java #tests #junit

Java Tip 💡

How do you generate data in your unit tests? You can use Instancio (instancio.org) for that. It is a library for instantiating and populating objects with random data and aims to reduce lines of code spent on manual data setup.

🏷️ #java #tests #junit
Arron @ Thryve (@thryvearron) 's Twitter Profile Photo

Fresh new Twitter account- ready to chat all things German tech, live roles and world class candidates 😎 #GermanTech #Engineering #ComputerScience #LiveRoles #NewYearNewJob #SoftwareEngineering

Arron @ Thryve (@thryvearron) 's Twitter Profile Photo

If anyone has any tips for a beginner using Java EE, please let me know👍 #Java #SoftwareEngineer #Coding #CodingChallenge #Germany #GermanTech #LearnToCode

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

Java Tip 💡 Do you know that since Java 11 there is a built-in HTTP client (`java.net.http.HttpClient`)? You can use e.g. for calling your REST services 👇 🏷️ #java #httpclient #rest #json

Java Tip 💡

Do you know that since Java 11 there is a built-in HTTP client (`java.net.http.HttpClient`)? You can use e.g. for calling your REST services 👇
🏷️ #java #httpclient #rest #json
Piotr Mińkowski (@piotr_minkowski) 's Twitter Profile Photo

💡☕️ A new Java web framework RIFE2 rife2.com (built on the foundations of the original RIFE framework) by Geert Bevin. "A full-stack framework to effortlessly create web applications with modern Java". Full description here 👉 github.com/gbevin/rife2/w…

💡☕️ A new Java web framework RIFE2 rife2.com (built on the foundations of the original RIFE framework) by <a href="/gbevin/">Geert Bevin</a>. 

"A full-stack framework to effortlessly
create web applications with modern Java". 

Full description here 👉 github.com/gbevin/rife2/w…
Charles Calzia (@charlescalzia) 's Twitter Profile Photo

Sometimes the best way to find a solution to your bug is to take a break. Your mind will be thinking about it in the background and you might just get a bit of a light bulb moment. This has happened a few times for me. Have you ever experienced this?