Earlier quoted context omitted.
Why use 3 different ones when IntelliJ can do all of the features of the listed editors? PyCharm is IntelliJ locked with Python plugin, etc.
There are slight differences, I believe. IntelliJ is also a little more cumbersome, since you have to map the modules to specific languages. I do mostly just use IntelliJ with plugins these days though. I always feel a bit silly, because I pay for their "all products" pack, but only really use IntelliJ, because I bought it before realizing the plugins really were 99% the same as the specialized IDEs in most cases (CL…
Ask HN: What is the best enterprise software you use every day?
71–80 of 418 posts
Re: Ask HN: What is the best enterprise software you use every day?
#72SQL Server: it's not cheap, but it's genuinely good. Live query plans, clustered columnstore indices, linked servers, rich SQL features.
Tableau: more than a dashboarding tool, it's actually a really good multivariate exploratory data analysis (EDA) tool. You can use it to visualize multidimensional data easily. I do use Jupyter (seaborn, plotly) and R (ggplot2) which are good, but Tableau lets you touch your data and move stuff around in a more fluid fashion. The UI lets you really interact deeply with your data. I find that on a new dataset, I can get usable results out of Tableau faster than if were to muck around with ggplot2's syntax, even though I'm familiar with the latter. There is a learning curve for Tableau though, especially around how to structure your data for visualization (you have to think in SQL-like operations). It's not just dragging-and-dropping -- a certain mindset is required.
Active Directory: it's just there. It's pretty decent.
Visual Studio: I don't use this every day, but I do maintain a complex C# codebase from time to time (among other things), and Visual Studio (not VS Code! though I like VS Code too) is genuinely a pleasant IDE. I'm a big fan of the C# language and the integration with dev tooling is unparalleled e.g. solid refactoring, peeks, referencing, Intellisense, etc. The IDE supplies a ton of guards to help avoid human errors.
Splunk: it's good. Not the cheapest though.
Re: Ask HN: What is the best enterprise software you use every day?
#73Re: Ask HN: What is the best enterprise software you use every day?
#74Earlier quoted context omitted.
I've heard that before but I'm skeptic about if it's exactly the same.
The only one that is different is Rider, since it has much deeper C# integration (might be others such as DataGrip, but never used it). PyCharm and GoLand are just plugins (same as WebStorm, PhpStorm, etc)
so happy to see jetbrains receive some love here.
Re: Ask HN: What is the best enterprise software you use every day?
#75Earlier quoted context omitted.
There are slight differences, I believe. IntelliJ is also a little more cumbersome, since you have to map the modules to specific languages. I do mostly just use IntelliJ with plugins these days though. I always feel a bit silly, because I pay for their "all products" pack, but only really use IntelliJ, because I bought it before realizing the plugins really were 99% the same as the specialized IDEs in most cases (CL…
The only reason I keep paying for the “All Products” pack is because I like to use CLion for Rust and come light C and C++ work. Goland is also different enough to justify paying for at least CLion and Goland, but at that point, the “All Products” pack still makes sense.
Re: Ask HN: What is the best enterprise software you use every day?
#76Not Jira. Hahahahaha.
Is anyone just using Git{Hub,Lab,Tea} issues and being fine with it? Is the absence of a Kanban board a deal breaker? Perhaps for management.
Re: Ask HN: What is the best enterprise software you use every day?
#77Okta - Just works, good UI
Workday - I seem to be in the minority but the clean UI + generally decent tooling allows for a decent deal to be in there
Re: Ask HN: What is the best enterprise software you use every day?
#78Datadog - the amount of observability we have in our infrastructure is insane. I can find out what’s wrong within a few seconds.
Re: Ask HN: What is the best enterprise software you use every day?
#79I don't know if it counts as enterprise software but I use Jetbrains' products everyday. Goland, IntelliJ and PyCharm are great tools.
Why use 3 different ones when IntelliJ can do all of the features of the listed editors? PyCharm is IntelliJ locked with Python plugin, etc.
Re: Ask HN: What is the best enterprise software you use every day?
#80Jetbrains IntelliJ. I use it for html, JS, CSS, Vue, node.js, Python, Java, SQL, etc. I’ve tried visual studio and some other IDEs, but find intellij to be superior in every way.