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

Markdan's Profile



Markdan



Reviews
14
Helpful: 0


Code of the Week
0
Won: 0

User Reviews

    CUDA Toolkit

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

    "The right tool for GPUs"

    by Markdan on Jul 24, 2024 1:22 PM

    Summary:
    Best for leveraging NVIDIA GPUs to accelerate computing tasks. It has extensive libraries, debugging tools, and runtime compiler that make developing high-performance applications much easier. Integration with C and C++ is seamless, and the comprehensive documentation is highly beneficial. However, the initial setup and learning curve can be steep, particularly for those new to GPU programming. Additionally, being tied to NVIDIA hardware limits flexibility, and updates can occasionally introduce compatibility issues with existing projects. Fine as long as Nvidia stays a leader.

    Report post

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

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

    "Probably the best"

    by Markdan on Jul 24, 2024 1:16 PM

    Summary:
    This is an exceptional suite for optimizing parallel applications. The tools like Intel VTune Profiler, Intel Advisor, and Intel Inspector provide in-depth performance analysis, threading assistance, and memory debugging, which significantly enhance development efficiency. The suite's compatibility with multiple programming languages and integration with popular IDEs is a huge plus. However, there are some downsides. The learning curve is steep, making it challenging to leverage its full potential. Additionally, it is quite resource-intensive, which can slow down development on less powerful machines.

    Report post

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

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

    "Too much trouble"

    by Markdan on Jul 24, 2024 1:12 PM

    Summary:
    The primary issue is complexity and a very steep learning curve. It's more complicated than it has to be. Additionally, it is resource-intensive, often requiring high-end hardware to run efficiently. The cost is also a significant downside, as it can be too expensive for small teams or individual developers. Furthermore, the user interface feels outdated and not as intuitive as other modern tools.

    Report post

    Was this review helpful? (0) (0)
  • Middleware IBM MQ

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

    "Solidly dependable"

    by Markdan on Jul 24, 2024 1:04 PM

    Summary:
    IBM MQ, is a messaging middleware that simplifies and accelerates the integration of diverse applications and systems across various platforms. That's the main thing it does and after all this time it still performs well. I'm not going to switch.

    Report post

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

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

    "Meh!"

    by Markdan on Jul 24, 2024 1:01 PM

    Summary:
    This browser tool is too resource-intensive, leading to high memory usage, especially with multiple tabs open. Additionally, certain websites and web applications may experience compatibility issues or render slower compared to other browsers like Chrome. The frequent updates, while keeping the browser secure, can sometimes disrupt workflows with unexpected changes. Customizing the browser can also be a bit challenging due to its complex settings and limited extensions compared to Chrome.

    Report post

    Was this review helpful? (0) (0)
  • PyCharm Debugger

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

    "Slows down the IDE"

    by Markdan on Jul 24, 2024 12:57 PM

    Summary:
    This debugger can significantly slow down the IDE, especially with large codebases, leading to frustrating delays. Additionally, its user interface can be complex and overwhelming requiring a steep learning curve. The feature set, while powerful, can sometimes feel cluttered and difficult to navigate. Moreover, PyCharm's pricing might be a barrier for individual developers or small teams, it's expensive!

    Report post

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

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

    "Not so hot"

    by Markdan on Jul 24, 2024 12:49 PM

    Summary:
    It does have comprehensive code analysis and quick fixes, which significantly enhance productivity. However, it also has some downsides. The most notable is its performance impact on Visual Studio, leading to slower load times and occasional lags, especially with large projects. Additionally, the steep learning curve can be daunting and the plethora of features can feel overwhelming. Finally, its high cost might be prohibitive for smaller teams or individual developers.

    Report post

    Was this review helpful? (0) (0)
  • Zoho Creator

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

    "Fast and reliable builds"

    by Markdan on Jul 24, 2024 12:26 PM

    Summary:
    Zoho Creator is highly flexible and user-friendly with its drag-and-drop editor and extensive integration options (e.g., PayPal, Google Workspace). It's perfect for automating business tasks. However, it can be complex to master, and its cost can add up for larger teams​. Overall I recommend.

    Report post

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

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

    "Pretty good authentication"

    by Markdan on Jul 24, 2024 12:21 PM

    Summary:
    I find Auth0 to be an exceptional identity and access management tool. It offers robust features like MFA, SSO, and highly customizable login options. The extensive documentation and generous free tier are great, but costs can add up quickly for larger applications requiring advanced features​

    Report post

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

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

    Version Reviewing: 2.3

    "Great IDE"

    by Markdan on Apr 19, 2022 11:54 AM

    Summary:
    This is a very well made tool suite that has lots of versatility and robust functionality

    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!