SaaS Form asks this: "How is your application architected" [closed] - php

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed 9 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 a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Improve this question
I've got some forms I'm filling out for my boss regarding our SaaS application, but I'm not quite sure how best to answer them. One of the questions is "How is your application architected" to which I've answered "Object-Oriented MVC" ... is this an appropriate response or am I misunderstanding the question

Look at this:
http://highscalability.com/blog/category/example
you might want to come up with equivalent structure for your application stack. There are some good real-world examples there.
To be more specific, you might want to list at least the following for your application:
What programming language/database/javascript or css frameworks are you using?
What does your application server look like (how many servers? their configurations like processor/memory etc.)
what kind of database servers are you using (how many and how much memory)
What is your web server OS/software (Apache/NGinx or Windows server?)
What kind of caching mechanism are you using (if you are using one)
What is your backup and replication process
What kind of version control you are using.
Are you using any CDN?
What kind of testing and deployment mechanism you are using.
These are some of the things that I can think of but you can always customize this list based on your application. Hope this helps.

Related

recommended website development tools [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 need tips and recommendations from experts regarding the development of a new website. I am a beginner to the web development field. I have grasped the basics of HTML/CSS/Javascript/PHP/MySQL however I want to start developing an advanced feature website and I am unsure of how to start. I'm guessing that professionals do not start coding from scratch and that there are certain libraries that could make life easier.
The elements of this website are :
-users can signup/login and edit profiles
-users can search website content
-users can exchange messages
What are the best languages, tools, programs, frameworks, libraries that should help me complete this project in a reasonable amount of time. I know this is a very broad topic but please recommend anything helpful so that I can start heading in the right direction.
Laravel is the new star of the web application development community. Fairly easy to use, great documentation, many many packages/modules/extensions. I personally had problems choosing between Laravel and Yii, but this chart helped me a lot:
http://vschart.com/compare/laravel/vs/yii
You might also want to check out:
http://www.phpframeworks.com/
Beside PHP Frameworks, there are tons of great resources out there (check out GitHub). Gotta love the 2010's.

Hack back to php [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 was looking at the hack language of Facebook but I have a server running several php sites.
Now I was wondering if there is a tool that can convert hack back to php, so it can be run it on my server but I can develop in hack?
Hack is neither a subset nor a superset of PHP -- we've been calling it a "dialect". While writing a tool to convert many (but not all!) features from Hack to PHP might be possible right now, we don't believe it to be a good idea. This thread has some discussion and elaboration on why: https://github.com/facebook/hhvm/issues/2236 (Super short summary: you really want the runtime to be enforcing your type annotations.)
As that thread says, we do want a better PHP conversion story than we have right now, particularly for frameworks that don't want to convert over to Hack wholesale (since they'd lose most of their users/customers :)). We don't have anything yet, but have some ideas we haven't gotten around to working on yet.

Subversion control using tortoisesvn [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 new to subversion control. I'm working on a PHP project in my localhost and I want to share my work with another person from another system so that he can also make changes to the same project. I wanted to use TortoiseSVN for this. Do I need a server for storing my repository? How can I do this? Can anybody suggest me a good tutorial (video may be) so that I can do it myself. I'm sorry if this is an off topic. But I searched a lot for this but couldn't come up with something that fits me.
TortoiseSVN is client, in order to share repository in Net, you must to use server (own or 3-rd party)
There are a lot of (free and not-free) SCM-hostings in the world
Easiest and fastest and easily understood way to have http-based repository on Windows host is VisualSVN Server
In terms of manageability, accessibility and added (on top of pure repository) functionality SVN-hosting is better way (checked and confirmed by my own experience)

Is it adequate to use CMS for small admin panel app? [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 need to code a small admib panel that should get and display statistics from remote servers. The main problem here is that I need to do that ASAP. So the main question here is: to use CMS or not? I'm almost sure that deploying something big like Joomla or Drupal will not be quick. Still, maybe there's something easier that matces the following conditions.
has implemented security stuff (secure login, sessions and etc);
has implemented user/groups/privileges mechanism;
has an abbility of adding users for Super Administrator.
UPD. framework instead of CMS will do as well.
Are you familiar with codeIgniter ? If yes then it is what you want.
Bonfire
It is a CMS with full time functionality of user/groups/privileges mechanism and many more.

Open-source comment engines [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 solid open-source commenting engine written in PHP. It needs to have workflow/moderation capabilities as well.
I've checked into Disqus, and while I like the concept, the site owner's may develop their own login system at a later point, which would have to integrate with the comment system. Also, I'm not sure that they want the comments hosted remotely.
Does anyone have any recommendations that I might look into? Alternatively, if you have experience with Disqus, what do you like/dislike about it?
Commentator looks to have a solid community backing, is written in PHP, and has most of the features you'd expect from a comment system.
you may want to check on to this site too, here is the link:
Commentics
as the Website itself Describes it :
What is Commentics?
Commentics is a free, advanced PHP comment script with many features. Professionally written and with open source code, its main aims are to be integrable, customizable and secure. It is designed to be integrated into your existing pages.

Categories