DEV Community

Discussion on: Java Developers, What's in Your Toolkit?

Collapse
 
hleb profile image
Hleb

Language: Java

Project Management: Maven, Gradle

Version Control: Git, GitHub, GitLab, BitBucket

Database: MongoDB, H2, PostgreSQL, ElasticSearch

IDEs / Editors: IntelliJ IDEA, some Vim

Front-End: don't work with FE last 5 years

Other: playing with GraalVM and Quarkus framework

Collapse
 
awwsmm profile image
Andrew (he/him)

How do you like GraalVM? Do you actually use it for polyglot programming? I want to play around with it, but it feels gimmicky

Collapse
 
hleb profile image
Hleb

Actually I didn't try it for polyglot things and mainly use with Java. It's interesting for me due to native-image feature (as Quarkus project too). Currently I'm trying it on my pet projects, not on production. But I want to figure out how can I use it with AWS Lambda functions with which I work on my job. Hope, it can help me with Lambda function cold start issue :)