Laravel Forum Example [closed] - laravel

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 any tutorial or example for developing forum in laravel?
I would like to develop like this discourse demo Discourse demo https://try.discourse.org/

Try this course from Jeffrey Way which is easy to understand, and time efficient: Let's Build A Forum with Laravel and TDD.
A forum is a deceptively complex thing. Sure, it's made up of threads and replies, but what else might exist as part of a forum? What about profiles, or thread subscriptions, or filtering, or real-time notifications? As it turns out, a forum is the perfect project to stretch your programming muscles. In this series, we'll work together to build one with tests from A to Z.

Related

How to monitor complete website [closed]

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 7 years ago.
Improve this question
Can any one suggest me a that monitors websites(.net,php),mobile apps(ios,android).I googled but i'm not able to find best solution.
Use http://newrelic.com/
Analyze your software. Awesome-ize your business.
Built by people who deeply understand the challenges in running a modern software business, our SaaS Platform collects your data wherever it lives. All our products and capabilities fully integrate, giving you real-time information on every aspect of your software. So you can take action—instantly and intelligently.
Please find the demo for your references.
http://newrelic.com/request-demo?did=platform

Knowledge sharing for small teams [closed]

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 have a situation, I need to improve our sharing knowledge for each project and generic things for a small team of five coders.
Do you recommend some tools like Wiki but dedicated for coders that allow to create and share code samples?
Use this one:
IBM RTC
Free up to 10 coders
Share source code
Share work items among members with descriptions
You can apply agile on it
Atlassian Confluence is a good KB tool in my personal opinion: https://www.atlassian.com/software/confluence
It also has code highlighting: https://confluence.atlassian.com/display/DOC/Code+Block+Macro

Good Tutorials on Hadoop Cascading [closed]

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 8 years ago.
Improve this question
Could anybody point me some simple examples,links and books to learn Hadoop cascading.I couldnt find any good resources except Cascading site http://www.cascading.org/
http://www.cascading.org/documentation/ must be the best learning source for Cascading
My personal experience was: Cascading User Guide + Cascading for the Impatient
There's an O'Reilly book for Cascading: http://shop.oreilly.com/product/0636920028536.do
Also found an interesting 'Test driven learning' project:
BertrandDechoux/cascading.learn
other useful resources are available on: http://www.concurrentinc.com/resources/
If anything not clear, you can always ask questions on user group and get answers from there.

Looking for examples and projects with socket.io [closed]

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 2 years ago.
Improve this question
Where can I find code-examples for socket.io?
Thanks
Have you checked the Projects using Socket.IO section here on the Socket.IO wiki? There are several resources there. There's also a great example tutorial here by Dave Walsh, and here's a chatroom example.
I would play around with balloons.io. It is a pretty full featured chat app, that uses socket.io, node.js and redis.
http://balloons.io/
The project is open-source on github
https://github.com/gravityonmars/Balloons.IO
I have created a brand new chat piece of functionality for our website using many of the characteristics of this project. I would strongly recommend downloading it and getting it running on your localhost.

Where are good examples of Web applications built for skilled and intense use? [closed]

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
I have spent most of my development career writing backend code, or front-end apps for used as daily business tools, by at least semi-skilled staff, e.g. order-tracking, sales capture, etc. That those I helped build peformed their tasks well is comfort enough, but I am still seeking excellence in the building of these kind of apps, versus the trendy emphasis on more personal relationships with the UI.
Can anyone recommend reading on this type of application (LOB?) on the web today? Any available examples to study?
I suggest that you read Don't Make me Think. Don't think that engaging UIs are not efficient. I would suggest the opposite.
Actually this answer has many useful links.

Resources