Loading...
Answers
MenuSince being away from the technology, what are some of the best practices of today? Backend, front end. php, asp, off the shelf dev tools?
This question has no further details.
Answers
I'm a fan of
- MySQL
- Resque
- Ruby/Rails
- jQuery
- Backbone
- Bootstrap
- Heroku
Having lived in the .NET world for 10 years with way too much "refreshing", I'm loving how powerful web sockets are, particularly mobile. Node.js, Mongo and Redis are great in this realm.
To get started building modern applications after some time away from the scene I'd start with the lessons at http://teamtreehouse.com/ and http://railsforzombies.org/ because they're both excellent introductions to Ruby on Rails, Coffeescript and other very excellent ways to create rich experience for your customers.
The best practices and technologies are these:
1. Language: PHP - Almost everyone is using PHP, if not Ruby.
2. Content Management Systems including Drupal, Joomla and Wordpress.
A lot of my clients use content management systems which give non-technical people easy ways of managing their website.
MVC Frameworks (model-view-controller)
MVC frameworks like CakePHP, CodeIgniter, and Symphony and very popular since web designers can design and programmers can develop without overwriting each other.
I hope this answers at least part of your question.
I would be glad to take you through some of these technologies on a call if you'd like.
Bruce
Related Questions
-
How do you take an app idea and turn it into an app? Who will help make the app? How do you connect it through social media? How much does it cost?
Having gone through this multiple times either in new startups or for side projects, here is how I would approach turning your idea into an app. 1. Defining the Minimum Viable Product Your first goal with any new idea should be about proving the idea and finding a market that wants the app you want to build. Achieving that quickly is probably one of the most important thing. To achieve that, you will need to write the specifications that will constitute your MVP. The MVP is basically the simplest expression of your idea to prove it. This step should not cost you much as you can do this on your own. 2. Design the app Before starting any development work, I would suggest you work with a good UX/UI designer to create wireframes and mockups of the app based on the specifications you came up with in step 1. You can find good designers in meetups & hackathons or on website like Dribbble or 99designs. If you want to reduce your costs, you can give shares in the project to the designer. Otherwise, it really depend on the size of the MVP but I would say it will probably cost between $5K-$10K. 3. Develop the app Once you have the specifications and the design of the app, you now need to find a good developer that will build it. Again, you can find good developers in meetups & hackathons or on sites like Github. If you want to reduce your costs, you can give shares in the project to the developer. Otherwise, it really depend on the size of the MVP but I would say it will probably cost between $10K-$25K. For this part however, I would recommend the developer becomes part of the project as his engagement will most likely be higher. 4. Test the app This step is not only about making sure the app is bug free, it's also making sure the app does what was intended in the specifications. To test the app, you can use platforms like BrowserStack or SauceLabs which gives you access to multiple devices/browsers. You can do this step on your own so the cost will be for the subscription to the test platform which would be around $100/month. Hope this helps and good luck with your project.VL
-
Does Wix.com support an API from Booking.com or other API for B2B Travel Agency?
Yes Wix supports a mulitude of APIs to used for various fetch calls for your web pages. If you already have to API's in mind you can venture off within you WIX code to integrate within your application's processes. There shouldn't be any complications getting this done. Please see the link below for more information https://www.wix.com/code/home/apiAB
-
Is Parse the best and easiest to manage backend for user accounts, IAP tracking, custom push, analytics and user data sets?
Parse is indeed one of the best for user accounts, IAP tracking, custom push, analytics and user data sets. You can watch this video http://www.youtube.com/watch?v=E_0llIdtYNA on Youtube for some basic understanding of the Parse platform.EO
-
I'm using Squarespace. Can I have a box where customers drag and drop their video files and uploaded to a storage account?
https://www.filepicker.io/ is the best thing that you can integrate with this app which suits your requirement. If you are the owner of the app, you can integrate it very quickly. If not, you can suggest the app owner to do it Feel free to call me if you need more clarification. I am consulting architect for few companies in US and India on mobile, web and windows/linux/mac apps.PP
-
What technical architecture do you suggest for a cross-platform (web and mobile) application?
If you are aiming on iOS and Android with Windows Phone 7/8 as a plus you should use C# as the language and Xamarin Studio as the IDE/Framework. You may also choose to use Visual Studio on Windows as an option. Take a look on their website: http://www.xamarin.com Even Microsoft is using Xamarin to build iOS applications and they have over 400k developers using it. Your application will be native (compiled to the platform you choose) and you are able to use all the native libraries, widgets and UI parts. You will need a cross-platform architecture to be able to reuse code among platforms and using Xamarin you may be able to reuse more than 50-60% of your C# code among platforms. This solution may render the same experience on the devices as on the website, but it enables your applications to deliver much more performance and features than any HTML5 solution. Facebook went from HTML5 to native applications due to performance and user experience limitations (gestures and other platform features are not present using HTML5).AM
the startups.com platform
Copyright © 2025 Startups.com. All rights reserved.