Read & Write Reviews About The Tools You Use.
Sign up for free to start sharing your opinion today!

akourkey's Profile



akourkey



Reviews
13
Helpful: 4


Code of the Week
0
Won: 0

User Reviews

    App Press

    Company: App Press
    • Currently 1/5 Stars.
    • 1
    • 2
    • 3
    • 4
    • 5

    "Not worth it"

    by akourkey on Nov 17, 2015 4:10 PM

    Summary:
    This tool is supposed to be for writing apps for iOS and Android in a purely declarative manner - no, not exactly so. It's very limited. Do not recommend

    Report post

    Was this review helpful? (0) (0)
  • Hana

    Company: SAP
    • Currently 3/5 Stars.
    • 1
    • 2
    • 3
    • 4
    • 5

    "Solid, but slow"

    by akourkey on Nov 17, 2015 3:59 PM

    Summary:
    For an in-memory database, this product is surprisingly slow. I think it's solid and secure, but wish for more power

    Report post

    Was this review helpful? (0) (0)
  • Visual studio

    Company: Microsoft
    • Currently 5/5 Stars.
    • 1
    • 2
    • 3
    • 4
    • 5

    "Simply the best!"

    by akourkey on Nov 17, 2015 2:49 PM

    Summary:
    Has always been and will always be the best IDE and tools available anywhere.

    Report post

    Was this review helpful? (0) (0)
  • Couhbase Lite

    Company: Couchbase
    • Currently 1/5 Stars.
    • 1
    • 2
    • 3
    • 4
    • 5

    "Buggy!"

    by akourkey on Nov 17, 2015 2:47 PM

    Summary:
    This one needs to go back to development. Doesn't work!

    Report post

    Was this review helpful? (0) (1)
  • Spark

    Company: Apache
    • Currently 5/5 Stars.
    • 1
    • 2
    • 3
    • 4
    • 5

    "Great cluster technology"

    by akourkey on Nov 17, 2015 2:43 PM

    Summary:
    Run programs up to 100x faster than Hadoop MapReduce in memory, or 10x faster on disk. Fast!!!! and Open!!!!

    Report post

    Was this review helpful? (0) (0)
  • Magic Submitter

    Company: Alexandr Krulik
    • Currently 1/5 Stars.
    • 1
    • 2
    • 3
    • 4
    • 5

    "Submitter had problems"

    by akourkey on Nov 17, 2015 2:38 PM

    Summary:
    I had a lot of problems trying to use this - do not recommend.

    Report post

    Was this review helpful? (0) (0)
  • Docker

    Company: Docker
    • Currently 5/5 Stars.
    • 1
    • 2
    • 3
    • 4
    • 5

    "Can't Live Without Docker"

    by akourkey on Nov 17, 2015 1:39 PM

    Summary:
    I'm soooo glad our team started using Docker. It saves so much time. It's flexible, and its really a lot more secure than using other types of virtualization partitioning.

    Report post

    Was this review helpful? (1) (0)
  • XDK

    Company: Intel
    • Currently 5/5 Stars.
    • 1
    • 2
    • 3
    • 4
    • 5

    "Fast and Easy"

    by akourkey on Nov 17, 2015 1:36 PM

    Summary:
    This XDK - xplatform development kit - is very helpful for wriring xplat mobile apps with HTML5. Saves time and makes a lot of the normal tasks easier and quiker

    Report post

    Was this review helpful? (0) (1)
  • XDK

    Company: Intel
    • Currently 5/5 Stars.
    • 1
    • 2
    • 3
    • 4
    • 5

    "Great tool suite for Cross platform"

    by akourkey on Nov 17, 2015 1:34 PM

    Summary:
    Really fast, easy tool suite for using HTML5 to create x-platform apps for mobile. Good use of Cordova, and a nice tool suite with lots of tools, and an especially good debugger

    Report post

    Was this review helpful? (2) (1)
  • Rails

    Company: Rails
    • Currently 5/5 Stars.
    • 1
    • 2
    • 3
    • 4
    • 5

    "Top framework for Ruby"

    by akourkey on Nov 12, 2015 2:37 PM

    Summary:
    Very flexible and easy to use - sets the standard for Ruby frameworks

    Report post

    Was this review helpful? (0) (0)
Prev    [ 1 2 ]    Next

Write Reviews

Share your opinion about the tools you use.

Join the Evans Data Developer Panel!

As a DevNet panelist you will:

1. Have your voice heard on hot topics, innovative technologies and key initiatives.
2. Receive points for every validated survey submission.
3. Redeem award points for cash.

SOLVE THIS CODE

What does this code do?

public class Demo { 
    public void method1() { 
        synchronized (String.class) { 
            System.out.println("on String.class object");       
            synchronized (Integer.class) { 
                System.out.println("on Integer.class object"); 
            } 
        } 
    }

Programming Language: Java

Newsletter

Get weekly reviews sent directly to your inbox!