Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 1 year ago.
Improve this question
I'd like to know, are there any open-source NodeJS soultions? I mean ready for production, managed internet-shop cms? Thanks in advance!
it is in 0.6.18 now so far from being stable, platform is very young and you don't have a lot fo mature software. Expect more in 2-3 years :).
At the moment, there are frameworks like express.js which we can use to create apps easier. But expecting a ecommerce solution like magento , it's not mature enough and I think there are a lot of people and companies are making ecommerce solution with node.s, it will be out for maybe 2 or 3 years like Jakub Oboza said :)
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed last month.
Improve this question
What's wrong with me?
I have learnt React.js for 6 months. It have a lot of chapters that we need to learn and I also lost my way. Can u drop your experiences with React.js step by step. I really need your advice, please!
Follow the official tutorial found on their website. It features making a basic tic-tac-toe game using React while explaining the core concepts. In my opinion it is a much better way for understanding what React does best and how you can use it effectively.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
I'm started to study by myself informatics, beginning with html and css and keep going to reach real programming languages. Sometimes I fell like lost while i'm learning and studying something, so I was looking for suggestions about references, about software to use, (now i'm learning on w3schools and sololearn) or books. thanks again to all!
w3schools is good for beginners, try to apply all examples,
and you can learn from https://www.tutorialspoint.com it's so rich of valuable information.
Also, you can read newest articles publish daily in https://css-tricks.com/
and https://tympanus.net/codrops/
regards
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
My IT Director asked that I get together (For Next Week!!!!) a lesson plan to teach him and our other developer .Net programming pretty much from the ground up in 6 two hour courses. Up until I was hired 5 years ago, all of our software solutions were in an older technology, namely VBA in MS Access, and the plan is to convert to .Net Web Applications. They are very intelligent, just have not had the time to dive into .Net.
So I'm asking for advice or ideas on how to structure these 6 courses and any sources you think I can turn to. I need to fit in Css Styling, C#, Jquery/Javascript/Ajax, Browser Debugging, Unit tests, etc...
Thank you!!!
If you aren't already familiar with it, I recommend checking out www.pluralsight.com
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
Is there a way to get Documentation offline and searchable? For example for Java I have done this to get Java doc offline.
Off-Line Java API Documentation in Eclipse?
But is there a way that I can make this searchable? Because I am just starting so when I am to look for a Java Map for example. I don't know if its under java.lang or java.util...etc So it makes looking for specific doc extremely hard.
Thanks
After some digging
I found this https://zealdocs.org/ and https://kapeli.com/dash
The beauty of this is this is not only for java but for other languages such as javascript, angularjs, swift...etc
=D Happy coding
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
Is this an equivalent 'JavaScript Quiz' site/book to things like :
o Ruby Quiz : http://rubyquiz.com/
o Python Challenge
o Perl Quiz of the Week
I want to improve my object oriented JavaScript skills (i.e. more than striped tables or annoying popups that JavaScript is infamous for). More like 'proper' NodeJS style development.
Thanks!
I haven't come across any as comprehensive as the Python Challenge. Here's a set of questions I came up with though: https://stackoverflow.com/questions/1684917/what-questions-should-a-javascript-programmer-be-able-to-answer/1684945#1684945
This one is a bit more advanced: http://perfectionkills.com/javascript-quiz/
You can take a quiz here: http://codefid.info/
This is very good site for learning and practicing not only JS but other front end technologies as well. I recommend this site a lot.