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

    Enterprise Engine

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

    Version Reviewing: 1

    "Alternative to proprietary mobile development"

    by albertlee on Dec 3, 2018 3:40 PM

    Summary:
    - dramatically faster than other apps - built once, optimized everywhere - easy navigation

    Report post

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

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

    Version Reviewing: 1

    "lightning fast"

    by albertlee on Dec 3, 2018 3:38 PM

    Summary:
    - smooth transitions for teams with ionic - simple to use, user friendly

    Report post

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

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

    Version Reviewing: 1

    "Spend more time on what matters"

    by albertlee on Dec 3, 2018 3:37 PM

    Summary:
    - Ship stable apps faster than other app builders - Automate app delivery

    Report post

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

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

    Version Reviewing: 1.3

    "security visibility"

    by albertlee on Dec 3, 2018 12:53 PM

    Summary:
    - Uses BPF to define network-layer and application-layer security policies for microservices - Supports different frameworks, such as Kubernates, Docker, etc.

    Report post

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

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

    Version Reviewing: 2018.3

    "Easy to write in C, C++"

    by albertlee on Dec 3, 2018 11:35 AM

    Summary:
    - Lower barrier entry to write in C/C++ - Only able to write in C language, not compatible with others - version control and organization of IDE for simpler use

    Report post

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

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

    Version Reviewing: 1

    "Helix Products by Perforce"

    by albertlee on Dec 3, 2018 11:26 AM

    Summary:
    - Variety of Helix products, from APM to Static Analysis tools - Useful for bigger companies, rather than start-ups - difficult to setup, costly, but designed for engineering teams bigger in size

    Report post

    Was this review helpful? (0) (0)
  • Swagger Open API

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

    Version Reviewing: 3.0

    "Easy tools, Full access"

    by albertlee on Dec 3, 2018 10:50 AM

    Summary:
    - Models APIs with accuracy - visualize while designing - Share with team easily

    Report post

    Was this review helpful? (0) (0)
  • Open Shift

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

    Version Reviewing: 3.1

    "Updated capabilities for intelligent, compute-intensive apps"

    by albertlee on Nov 26, 2018 12:35 PM

    Summary:
    - Device manager plug-in support - Secure Kubernetes on your own platform

    Report post

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

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

    Version Reviewing: 6.0

    "End to end visibility, control, and automation"

    by albertlee on Nov 19, 2018 1:20 PM

    Summary:
    - Plan, optimize, manage - simplify your cloud journey through planning migration

    Report post

    Was this review helpful? (1) (0)
  • Directly Platform

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

    Version Reviewing: 1

    "Better Model, Better Customer Service"

    by albertlee on Nov 19, 2018 1:15 PM

    Summary:
    - AI platform makes seamless efforts for customer service - Anywhere APIs - Gig and AI meet in the middle

    Report post

    Was this review helpful? (1) (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!