Reviews from AWS customer
0 AWS reviews
-
5 star0
-
4 star0
-
3 star0
-
2 star0
-
1 star0
External reviews
30 reviews
from
External reviews are not included in the AWS star rating for the product.
A great working experience
What do you like best about the product?
I really like the ease of use of the site and the versatility of the available information
What do you dislike about the product?
There is nothing special that I do not like about this application, it seems that everything works
What problems is the product solving and how is that benefiting you?
Akka simplifying the construction of concurrent and distributed applications. Supports multiple programming models for concurrency, but it emphasizes actor-based concurrency.
Recommendations to others considering the product:
Nothing special
Good for implementing concurrency
What do you like best about the product?
A good model for asynchronous message handling without the complexities of threads and locks. With Akka, we can compose a system of actors and message passing
What do you dislike about the product?
Sometimes it is difficult to identify the root cause of an unhandled issue as debugging is not advised and we need to rely on logging on such cases
What problems is the product solving and how is that benefiting you?
We had to implement concurrency in handling email, sms and push notifications to our customers for different business scenarios
Best toolkit for developing concurrent programs
What do you like best about the product?
It's ease of use and less development time
What do you dislike about the product?
Nothing. Keep doing what you guys are doing. AKka is headed in the right direction!
What problems is the product solving and how is that benefiting you?
Solved developing concurrent programs. Leveraged Akka and its cluster actors capabilities for building resilient and scalable applications
Great build tool for scala projects
What do you like best about the product?
It has great support. It builds the projects very fast. Easy to use command line support.It also supports building the projects as we make small code changes - this saves time. It integrates very well with Intellij. It has abundant tasks supported.
What do you dislike about the product?
Till now I did not see anything I don't like about SBT.
What problems is the product solving and how is that benefiting you?
We use it for building scala projects in our organization. These scala projects are built with open source libraries.
Recommendations to others considering the product:
Make sure to keep up with the updates to the tool. Going through documentation helps a lot with finding all the tasks supported by SBT.
sbt is a fast interactive build tool for scala
What do you like best about the product?
Fast incremental build that uses multi-core CPUs and cache previously built class
Scala-like build file syntax
Integrate dependencies in the scala build file
Interactive console to investigate scala classes
Parallel build many projects
Scala-like build file syntax
Integrate dependencies in the scala build file
Interactive console to investigate scala classes
Parallel build many projects
What do you dislike about the product?
Learning curve is steep
I wish sbt is more simpler like Makefile
I wish sbt is more simpler like Makefile
What problems is the product solving and how is that benefiting you?
Build order matching systems using scala
Recommendations to others considering the product:
Compare sbt with gradle before using.
Great for building projects
What do you like best about the product?
It comes in really handy and effortless for building small projects. It also integrates very well with IntelliJ IDEA.
What do you dislike about the product?
sbt changed it format from v0.7 to v0.10 so some users might have issues over migration.
What problems is the product solving and how is that benefiting you?
building simple yet complex projects.
Akka Java 8
What do you like best about the product?
Faster program that continues to get faster as time moves on.
What do you dislike about the product?
needing to use threading primitives to make use of the entire CPU.
What problems is the product solving and how is that benefiting you?
Data Analytics, for Education. Easy to teach with.
Delightful
What do you like best about the product?
Everything. It is a simple way to get up and running on the finest language running on the finest virtual machine. It stands on the shoulders of giants, but it is a fantastic contribution in itself
What do you dislike about the product?
It's not any secret that startup time is a little rough. I have a pretty good laptop, but my fan runs pretty much the whole time I'm running SBT.
What problems is the product solving and how is that benefiting you?
I like the workflow on the CLI. It's a handly little swiss army knife that lets me unpack templates, try things out on the REPL, and ultimately compile and run.
Recommendations to others considering the product:
Put in the work. Learn the language. You will not be disappointed.
Build tool for human beings
What do you like best about the product?
The DSL provided by SBT has been thought to be used by humans. It hugely contrasts with other build tools based on XML where readability is poor at the best.
The fact that the project definition is build using a DSL within Scala helps as the user improves his or her skills in this language.
Plugin integration and ecosystem are great too.
The fact that the project definition is build using a DSL within Scala helps as the user improves his or her skills in this language.
Plugin integration and ecosystem are great too.
What do you dislike about the product?
When using command line mode, not interactive, you need to group each command with its parameters within a single string. e.g: sbt clean "runMain org.apache.... ...MainClass".
Version upgrades usually break compatibility with plugins and, therefore, with some projects.
Version upgrades usually break compatibility with plugins and, therefore, with some projects.
What problems is the product solving and how is that benefiting you?
Project build and dependency management as well as artefacts deployment and docker image generation with the assemblyPlugin.
I also use its great integration with Scala's REPL in interactive mode.
I also use its great integration with Scala's REPL in interactive mode.
Recommendations to others considering the product:
Learn Scala before trying to do complex builds with SBT. Start playing with toy projects and, when you feel confortable with that, you'll be able to use advanced features as shading.
User of multiple lightbend products
What do you like best about the product?
I really like using play framework from lightbend
What do you dislike about the product?
I haven't found much that i dislike, and i have used lightbend products a lot
What problems is the product solving and how is that benefiting you?
creating web applications, using the scala programming language
showing 21 - 30