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

    Flex

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

    "Fully-Programmable Developer"

    by albertlee on Aug 17, 2018 2:43 PM

    Summary:
    - Supports: Channels, studio, routing, UI - Lets you shift seamlessly between channels - More complicated to use than other management developer tools

    Report post

    Was this review helpful? (0) (0)
  • FN Project

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

    "Open-Source Serverless Platform"

    by albertlee on Aug 17, 2018 2:40 PM

    Summary:
    - Supports every programming language (including lambda) - However, limited functionality

    Report post

    Was this review helpful? (0) (0)
  • Firefox Quantum

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

    "Best Google Chrome Competitor"

    by albertlee on Aug 17, 2018 1:57 PM

    Summary:
    - Fast, yet efficient. - uses less memory than any other browser - Streamlined screenshotting

    Report post

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

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

    Version Reviewing: 2

    "Next Generation iOS AR"

    by albertlee on Aug 17, 2018 1:40 PM

    Summary:
    - Can interact with multiple user on iOS 12 - Ease of use, more functionality

    Report post

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

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

    Version Reviewing: 1

    "Seamlessly blend the digital and physical world"

    by albertlee on Aug 17, 2018 1:36 PM

    Summary:
    -Able to choose a development environment (Java, Unity, iOS, Unreal) -Ranges from design to implementation - Very user-friendly

    Report post

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

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

    Version Reviewing: 1

    "Free, Customizable, Frictionless Integration"

    by albertlee on Aug 17, 2018 1:20 PM

    Summary:
    - Made for performance, modularity, and productivity - Only need to pay for AWS you want to use, nothing more, nothing hidden

    Report post

    Was this review helpful? (0) (0)
  • Elastic Beanstalk

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

    Version Reviewing: Version 1

    "No additional charge for Beanstalk"

    by albertlee on Aug 17, 2018 1:15 PM

    Summary:
    - Easy to use for deploying and scaling web apps - Only downside, need to have an additional plug-in such as Git-repository, or IDE before Beanstalk

    Report post

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

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

    Version Reviewing: 2.6.0

    "Ease of use and extensibility"

    by albertlee on Aug 17, 2018 1:11 PM

    Summary:
    New features: - Further optimized MKL backend performance for SSD inference - Enabled neon install with MKLML on Mac OSX

    Report post

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

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

    Version Reviewing: HTML 17

    "Not only fast and efficient, it offers way more capabilities than its competitors."

    by albertlee on Aug 17, 2018 1:08 PM

    Summary:
    - The updates make life easier and more efficient - Compatible with Firefox, Chrome, and Safari - Uses new chakra javascript engine; great speed

    Report post

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

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

    Version Reviewing: JUCE 5

    "Supports all OS, perfect for building powerful and complex applications"

    by albertlee on Aug 15, 2018 3:15 PM

    Summary:
    - Support for PC, Mac and Linux - Makes it easy to build a versatile UI that can run on any platform and integrate OpenGL. JUCE handles 2D rendering engines, image format handling and font functionality. - Popular audio workstations like Logic, Live, Pro Tools or Cubase are hosts to hundreds of plug-ins, many of them are built with JUCE.

    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!