Getting started with mochiweb and Webmachine? [closed] - mochiweb

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
Mochiweb and webmachine are very promising applications when you see how those who have found they're way around them are using it. I need to be directed to where I can find beginners' tutorials on mochiweb. It appears there is no website dedicated to the framework. I think what I need is a pdf, or a blog site or a tutorial on mochiweb, providing several examples on how to use it. I'm an erlang programmer already, using Nitrogen, Yaws, Mnesia and OTP e.t.c. Please show me the way...

On MochiWeb, I wrote http://alexmarandon.com/articles/mochiweb_tutorial/

Nice series:
http://buffered.io/series/web-development-with-erlang/

Wriaki, a sample app by Basho for Riak, is based on webmachine.
https://github.com/basho/wriaki
There is a video too
http://www.vimeo.com/14275191

A nice tutorial on mochiweb, json (video).

Related

is there any tool for arangoDB [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 8 years ago.
Improve this question
Like there is Workbench for MySQL,
SQL Management studio for MS SQL,
Is there any tool for arangoDB?
I have searched a lot but found no solution.
Your help is much appreciated.
Thank you in advance.
As far as I know there is no desktop based management tool for ArangoDB on Windows, so you will have to stick either with web interface or shell. Web interface provides almost everything you need to manage your ArangoDB instance(s), but if you have any suggestions the best place would be to discuss it on google groups.

What is the best way to learn .htaccess? [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 8 years ago.
Improve this question
I'm trying to learn the .htaccess file, where to start from ?
I need a simple tutorials at tge begining not a professional document
I want to know how to prevent specific files from being accessed direcly .. and hiw to setup a route redirect
There's lots of tutorials out in the net, this is one great tutorial for htaccess: htaccess-guide. Very much examples, and good explanations.
You can find more tutorials by using google.

Is there any online exercises on Node.js [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a book, tool, software library, tutorial or other 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
I'm new at Node.js and i need some practice on it, so is there any online exercises same as http://www.codecademy.com/ for node.js?
There is a node.js course at CodeSchool (the first lesson is free, $29/mo after): http://node.codeschool.com/
Just do the tutorials as you read them. Try setting up a webserver and serving a page that says "hello." I'm not sure you're going to find interactive exercises like codeacademy for something like nodejs.
Again I think your best bet is the previous SO question How do I get started with Node.js

Nodejs penetration testing [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 8 years ago.
Improve this question
Are there any pen-testing agencies that tests nodejs applications? And are there any good tools with wich you can do it yourself?
Regardless of what platform you choose a lot of the same vulnerabilities are found. I recommend the open source project skipfish or a service like Sitewatch. Skipfish doesn't have a JavaScript interpreter, so if you use client side js heavily then you should go with the open source Grendel-Scan.
Zaproxy, is a great tool for web application pentest http://sourceforge.net/projects/zaproxy/files/
A bit late in the day, however www.ZeroDayLab.com specialise in app security scans like this.

Step by step weather API tutorial [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
Where can I find a good step by step tutorial about some api weather implementation? I´m really new in this, so official documentation is not always as clear as I need to begin to understand.
You can use various xml from various sites to access weather data.
This site Will surely help you.

Resources