IDE for MEAN stack [ MongoDb,Express,AngularJs,NodeJs ] [closed] - mean-stack

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
For designing the MEAN stack application, I am creating separate modules( angularjs,expressjs,nodejs,mongodb) and i am linking them manually. Can you please suggest me an IDE available for directly designing MEAN stack application.

These topics on Stack Overflow usually get flagged as contentious or something after a while. However I thought I would share my own experience of using JavaScript IDEs under Windows.
I was using PyCharm, however my dev box is ageing a bit and PyCharm is too heavy for it. Besides, as the name implies, it's really for Python, in fact I started using it for Django.
If I could afford WebStorm and a box to run it on, I'd definitely check that out :)
I fell back on the default at my workplace, Notepad++. However the linter add-on is a bit clunky, and it has real difficulty rendering JavaScript in HTML.
For now I am satisfied with my recent discovery of brackets.io. It does have an early days feel to it, but I find it's code completion particularly useful, and once I got an add-on to use JSHint instead of JSLint it chimes very well with the meanjs code I'm learning from. Meanjs uses swig templating, which parses as straight HTML so there's no problem there, but if you're wedded to a particular template module then you should look for an IDE that supports it, either directly or via add-ons. Brackets.io seems to have quite a lively add-on community at the moment.

Related

CodeKit for Mac - Windows equivalent? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I have been using CodeKit for front-end developing on Mac. The most convenient features are:
Project File Organization
Easy compilation and minification for SCSS, LESS and CoffeeScript
Project watching, auto compilation
Browser Auto-reload and CSS-injection
These features are extremely useful and time-saving. Therefore I wonder if there is an equivalent software on Windows with the same features? Or, can I DIY something like this by combining all the existing tools?
http://mixture.io
I've only used it for five minutes and it has already auto complied my LESS files and live reloaded in my browser.
It is still in beta, it offers a huge amount that I've only started reading about.
You can try http://alphapixels.com/prepros. It can compile less, sass, scss, coffee and much more with live browser refresh.
Koala is an alternative that is quite similar to codekit, not as good but close enough.
http://koala-app.com/

Project Management Tool [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
Everybody,
I would like to ask you what is the most useful software to handle the lifetime of a project.
I will explain my need.
I'm working with some people in another town, and I will be the project manager of the project. I will receive the specifications from the client and send it to my developers (after slice it).
What I need is a tool where to put all the specifications (by small slice for instance) and each developer must write down the state of the development for each slice.
Using this I should be able to se which part is finished, which part is in progress.
I'm thinking to have also a bug handling process. I will test what is finished and create some sort of ticket for each bug.
The developers will receive a notification and for each bug fixed, they should be able to change some flag.
So, with something like that I should be able to monitor the development (what is finished, what is in progress, what bugs are stil open, etc).
I know MS Project Manager (but is not a web solution), some bug tracking solution, but nothing with all I want together.
So, does anyone knows some tool able to do that ?
I'm thinking at some web solution.
Thank you very much for any suggestion.
Best regards,
itsme.
I think ASANA (http://asana.com/) can fulfill your requirements, but it is slightly expensive. For an opensource solution take a look at http://www.project.net/. You can install it on a web server and use it for free. It can also easily be customized by programming.
best regards

Ruby gui Scribble - How to get it [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed 8 years ago.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
This question does not appear to be about programming within the scope defined in the help center.
Improve this question
I read the article below and would like to try scribble in Ruby but the only source i can find is on svn which i don't have or use.
Here is the link
http://nex-3.com/posts/3-scribble
Is this a gem and how can i install it ? Does it run on Ruby193/Windows7 ?
Please share your experience.
The page you linked says:
You can download and run Scribble right now from it’s Subversiony home. This home is currently on Hampton Catlin’s server, because mine doesn’t support Subversion.
svn co svn://hamptoncatlin.com/scribble/trunk scribble
To run it, just run the bin/scribble file. It requires Ruby, of course, as well as the latest Ruby GTK+ bindings and Ruby Cairo bindings (and of course GTK and Cairo themselves). Note that this won’t work with the latest RubyGems – you actually need to compile the latest development versions of these yourself. If you’ve got all of those, it should be able to run on OSX, Linux, and Windows.
Unfortunately, though, the SVN server seems to have disappeared sometime around 2010. There seems to be a fork of the code at https://code.launchpad.net/~vcs-imports/scribble/trunk , but i haven't even looked at the code, much less tried to use it. You'll likely need a Bazaar client (bzr) to get it...at which point the rest of the instructions would apply.

I'm looking for a nice local ticketing system [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I'm looking for a nice software to store tickets information locally. It should work only on my laptop under Linux, and be easily installed. The core features that I need:
storing tickets
allows to create additional documentation
don't take too much ram
very easy installation (I don't have whole days for configuring)
multiproject
You can try Project Kaiser
I use redmine and it's fantastic for all of the above. It's browser based so you'd need to install and configure it but it's not hard and well worth the effort.
Redmine is quick efficient and it's the best tool of its kind that I've ever found and I've looked tried many.
I know little about ruby/rails and it took me a few hours to install from clean using the guides.
How about a TidliDu http://www.giffmex.org/tiddlydu2.html. You can't make it easier to install. Create a new one for each project.
OpenOffice spreadsheet?

Any tutorial-like articles out there that explain how to use jRuby on Android? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I'm planning to perhaps purchase an android phone, and would love to be able to script some simple apps in Ruby on it. I found this article from back in August where the author was able to get the scripts working, but since I'm not a Java head, I had a hard time understanding all the steps.
http://amazing-development.com/archives/2009/08/04/android-scripting-environment-supports-jruby/
Do you know of any other tutorials or how to's out there that explain the process in more detail? Do you know if performance has improved since August?
There is a nice implementation of an Android app (irb in fact) based on JRuby in headius's repository on github. He has some details within the readme on how to use it and the source gives a good example of how to implement anything further.
There is a simpler app (think to "Hello world") but shifting to Mirah (formerly Duby) as opposed to JRuby. I know it's not exactly the same, but you get much the same coding experience but significantly more performance.

Resources