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

davidi's Profile



davidi



Reviews
6
Helpful: 1


Code of the Week
0
Won: 0

User Reviews

    AppDynamics

    Company: Cisco Systems, Inc.
    • Currently 5/5 Stars.
    • 1
    • 2
    • 3
    • 4
    • 5

    Version Reviewing: 4.3

    "Connect app performance and customer experience to business outcomes with a smarter approach to performance management."

    by davidi on Jul 7, 2017 10:47 AM

    Summary:
    Application performance management for today's complex environments Top enterprises all over the world trust AppDynamics' application performance management solution to help their teams focus on what matters most that production apps always perform, even in the most complex multi-cloud environments. AppDynamics intelligent, highly efficient Application Performance Monitoring (APM) monitors every line of code, and immediately provides the relevant information our customers need to quickly resolve issues, make user experience improvements, and ensure that apps always meet employee or customer performance expectations.

    Report post

    Was this review helpful? (0) (0)
  • ER/Studio Data Architect

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

    Version Reviewing: 2016

    "Data Architect provides an easy-to-use visual interface for data modeling professionals to document, understand, and publish information about data models and databases so they can be better harnessed to support business objectives."

    by davidi on Dec 6, 2016 1:27 PM

    Summary:
    ER/Studio Data Architect is available in two editions: The standard ER/Studio Data Architect edition is the feature-rich tool with extensive data modeling capabilities across multiple platforms, along with import bridges for other common modeling tools. The ER/Studio Data Architect Professional edition also includes the model repository for version control and agile change management.

    Report post

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

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

    Version Reviewing: 3.6

    "Joomla! is an award-winning, open source, content management system (CMS), which enables you to build Web sites and powerful online applications."

    by davidi on Dec 6, 2016 1:24 PM

    Summary:
    Joomla! is an award-winning content management system (CMS), which enables you to build Web sites and powerful online applications. Many aspects, including its ease-of-use and extensibility, have made Joomla! the most popular Web site software available. Best of all, Joomla! is an open source solution that is freely available to everyone.

    Report post

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

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

    Version Reviewing: 10.1 Berlin

    "RAD Studio™ is the fastest way to develop cross-platform Native Apps with flexible Cloud services and broad IoT connectivity."

    by davidi on Oct 28, 2016 1:52 PM

    Summary:
    RAD Studio™ is the fastest way to develop cross-platform Native Apps with flexible Cloud services and broad IoT connectivity. It provides powerful VCL controls for Windows 10 and enables FMX development for Windows, Mac and Mobile. RAD Studio supports Delphi or C++ with a wide array of services for Enterprise Strong Development™. Look for increased memory for large projects, extended multi-monitor support, improved Object Inspector and much more. RAD Studio delivers 5x the speed of development and deployment across multiple desktop, mobile, cloud and database platforms including 32-bit and 64-bit Windows 10.

    Report post

    Was this review helpful? (0) (0)
  • FireMonkey (FMX) Multi-Device Framework

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

    Version Reviewing: 10.1 Berlin

    "FireMonkey (FMX) is a visual component library with sophisticated graphics, animation, and styling capabilities. You can create FireMonkey applications for any supported target platform."

    by davidi on Oct 19, 2016 4:30 PM

    Summary:
    FireMonkey leverages the graphics processing unit (GPU) in modern desktop and mobile devices to create visually engaging applications on multiple platforms, targeting the entire range from the personal to the enterprise. Use the Delphi or C++ programming language and create same source code GUI applications that can be natively compiled for Windows, macOS, IOS and Android.

    Report post

    Was this review helpful? (1) (0)
  • Visual Component Library (VCL)

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

    Version Reviewing: 10.1 Berlin

    "VCL is an acronym for the Visual Component Library, a set of visual components for rapid development of Windows applications in the Delphi & C++ languages."

    by davidi on Oct 19, 2016 4:27 PM

    Summary:
    VCL is an acronym for the Visual Component Library, a set of visual components for rapid development of Windows applications in the Delphi and C++ languages. VCL contains a wide variety of visual, non-visual, and utility classes for tasks such as Windows application building, web applications, database applications, and console applications. All classes descend from TObject. TObject introduces methods that implement fundamental behavior like construction, destruction, and message handling.

    Report post

    Was this review helpful? (0) (0)


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!