Ask HN: What web framework(s) do you guys use?
1–10 of 142 posts
Re: Ask HN: What web framework(s) do you guys use?
#2rails because, well, its rails. building something out is typically quick and easy.
codeigniter for those cases when i need to get my hands dirty on a lower level and do some non-standard things. its a minimalist framework that doesn't add much bloat, overhead or other things in your way.
i kind of mentally compare it to java and c.
Re: Ask HN: What web framework(s) do you guys use?
#3I like codeigniter a lot because you have more control over things. Frameworks that get things done extremely fast are nice, but I like to have more control over things. And Kohana was modeled after codeigniter, but in completely PHP5, which is why I like it the most.
Re: Ask HN: What web framework(s) do you guys use?
#4Server: python, postgresql, cherrypy, simplejson
Client: Javascript, HTML, CSS, Dojo, AJAX.
All the HTML is loaded up front and then AJAX for all the rest. Dojo insulates me from browser quirks. TDD Python is what I use at work (and love) and is good for complex algorithms (language morphology, in arabic).
I don't use an all-encompassing framework because I need total UTF-8 support and I feel more comfortable with the general tailorability of the lower-level libraries over the likes of Django, Rails.
Re: Ask HN: What web framework(s) do you guys use?
#5Re: Ask HN: What web framework(s) do you guys use?
#6Re: Ask HN: What web framework(s) do you guys use?
#7Re: Ask HN: What web framework(s) do you guys use?
#8Re: Ask HN: What web framework(s) do you guys use?
#9Re: Ask HN: What web framework(s) do you guys use?
#10I always feel guilty though.