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

albertlee's Profile



albertlee



Reviews
74
Helpful: 11


Code of the Week
0
Won: 0

User Reviews

    Rapid

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

    Version Reviewing: 1

    "Built for Transformation"

    by albertlee on Nov 14, 2018 10:49 AM

    Summary:
    - fast, open, flexible, modern - speed of little to no custom coding

    Report post

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

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

    Version Reviewing: 1

    "See results with AzStudio"

    by albertlee on Nov 14, 2018 10:39 AM

    Summary:
    - Fastest and easiest way to develop in Microsoft Cloud - Security, a plus

    Report post

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

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

    Version Reviewing: 1

    "Unbeatable Speed"

    by albertlee on Nov 14, 2018 10:33 AM

    Summary:
    - Everything you need to manage, build, and deploy your application - More difficult to use than other tools

    Report post

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

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

    Version Reviewing: 1

    "Built with only 138 lines of coding"

    by albertlee on Nov 14, 2018 10:14 AM

    Summary:
    - with minimized coding, maximize time and efficiency - auto-upgrade features available - connect multiple devices; mobile to pc

    Report post

    Was this review helpful? (0) (0)
  • Datos IO

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

    Version Reviewing: 1

    "data protection for cloud-native"

    by albertlee on Nov 5, 2018 3:40 PM

    Summary:
    - protects databases - restore data in parallel - consistency in recoveries

    Report post

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

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

    Version Reviewing: 1

    "Unified system of record"

    by albertlee on Nov 5, 2018 3:38 PM

    Summary:
    - easy to manage and organize - open API architecture

    Report post

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

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

    Version Reviewing: 1

    "modernized web build and management"

    by albertlee on Nov 5, 2018 3:32 PM

    Summary:
    - Set of UI components designed for web - free and open-sourced

    Report post

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

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

    Version Reviewing: 1

    "Easiest way to build apps with Java"

    by albertlee on Nov 5, 2018 3:31 PM

    Summary:
    - Simplified web development - high level Java API

    Report post

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

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

    Version Reviewing: 1

    "fully integrated ASP.NET"

    by albertlee on Nov 5, 2018 3:11 PM

    Summary:
    - optimize digital experiences fully across multiple channels - reliable

    Report post

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

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

    Version Reviewing: 1

    "Modernized application builder"

    by albertlee on Nov 5, 2018 3:09 PM

    Summary:
    - web and mobile application builder - Acquired by Progress

    Report post

    Was this review helpful? (0) (0)
Prev    [ 1 2 3 4 5 6 7 8 ]    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!