vote up 12 vote down star
9

Most programming is done on an existing framework or platform, and using various APIs which make your programming job much more convenient.

It can either be a superbly designed set of APIs, or a nice framework which you managed to get really cool things done really fast.

All answers should give concrete examples of why that framework is so awesome, or examples of cool stuff you did with it.

What existing framework really inspired you to do some awesome work?


I know this is subjective, but I think we can get some cool ideas from this question. Please be easy on the "close" link :) Also - commun-ikified in advance.

flag

27 Answers

vote up 34 vote down

jQuery changed the way I think about programming for the web.

link|flag
I must agree. jQuery brought lots of barriers down giving many web developers the chance to work hands-on with JavaScript, easily, and with great results. – Yuval A Jul 23 at 18:56
+1 jQuery has really changed how I go about developing for the web. – Jon Erickson Jul 23 at 23:53
+++ After the bunch of "getElementsByTagName('div')" and "getElementById('my')" all over the place, jQuery was a life-saver. That DOM API was never meant to be used by real people, jQuery was. – maksymko Jul 27 at 14:37
I agree I find myself doing things now with javascript I never would have even attempted before. Now it seems like I just write some code the way I think it should be done and presto it just works! jQuery is the tool that made me excited about xHTML – Agile Noob Aug 12 at 18:20
vote up 31 vote down

C# and the .NET framework.

link|flag
6  
+10, most productive environment i've ever worked in – Janie Jul 23 at 18:48
17  
I almost forgot this is crowded by .NET fans – victor hugo Jul 23 at 18:50
3  
C#/.NET is kind of a no-brainer :) – Yuval A Jul 23 at 18:55
2  
Why? Can you be specific? – Alex Feinman Jul 23 at 19:32
6  
-1 for no reason. – dotjoe Jul 23 at 20:02
show 5 more comments
vote up 12 vote down

Django

The first, and only, web framework (so far) that really got me looking for ideas for websites to create so I could practice my skills.

link|flag
vote up 9 vote down

The great Boost side by side with STL of C++.

link|flag
1  
Yes, when you catch the power, you become addicted to it – idimba Jul 23 at 18:45
the geekieness of C++ templates come from the fact that they are not surrounded in "", as with D mixins.. Same goes for LINQ sexyness vs SQL. – Vlagged Jul 23 at 21:48
vote up 9 vote down

Qt4... This is really great C++ GUI framework:

  1. High quality clean documentation and tutorials.
  2. Cross Platform
  3. Clean API.
  4. It is the unique C++ framework that hold backward ABI compatibility so well.
link|flag
This is on my to-do list. +1, and will try it out soon – Yuval A Jul 23 at 22:20
vote up 6 vote down

I really like the Java API. The documentation is exceptional.

link|flag
2  
Meh to Java. Everything should have been derived from object, they lost me when I realized ints and Ints are different things. – James Cadd Jul 24 at 14:01
vote up 5 vote down

Python, hands down. Batteries included + PyQt for GUI stuff.

link|flag
4  
import "batteries" – tj111 Jul 23 at 19:17
vote up 4 vote down

I'm a big fan of the Cocoa framework for Mac OS X and, of course, Ruby on Rails.

Cocoa is easy to use, supports MVC out of the box, and abstracts Mac OS X while still maintaining the "closeness" to the operating system.

Rails is, well, it's Rails. It does what Rails does best.

link|flag
vote up 4 vote down

Ruby on Rails (surprised it hasn't been mentioned yet). It shows how conventions simplify programming. Database up and down migration is an especially helpful idea.

link|flag
vote up 3 vote down

I'd say Cocoa. Proves to be quite the Rich API, without the Java icky-ness.

link|flag
vote up 3 vote down

Does Smarty count? It's a pretty awesome platform, and it's well documented.

link|flag
vote up 2 vote down

For me it's Processing.

I was completely astonished by this framework, which allows non-programmers to learn the basics of programming by simple yet powerful APIs, as well as letting experienced programmers create wonderful visualizations with things they only saw as bunch of bytes up until then.

Visualizations which you can quickly see with your own eyes are a great way to get to learn concepts.

Besides, people do brilliant things with Processing :)

link|flag
1  
Started a sentence one way and ended another. Rephrased my answer... – Yuval A Jul 23 at 19:02
vote up 2 vote down

Flex 2+

Reasons:

  • AS3 is almost there as a mix between dynamic/static typed language (C# 4 mixes those too), with class-based and prototype-based hierarchies, closures, first-class functions.
  • I like properties (such as in Delphi and C#). And free functions (no more public static int Main() convention)
  • MXML is genius. Flex 4 will bring more XML-like coherence, but will lose some speed in developement (e.g. mx:Component is no longer in mx: namespace). This as opposed to XAML which is already XML-coherent but which is also very verbose (or the framework classes require such a verbosity?))
  • No threads. Never needed them, actually, since all I/O is asynchronous (accidentally, this is also what python twisted pleads).
  • common sense basic widgets. They almost always do 99% of what you wish for. But you can always make your own.

The downside is that it's not a full stack, but merely a presentation level. You still need C#/Java/PHP serverside. And it remained proprietary (ECMAScript 4 never got through).

What existing framework really inspired you to do some awesome work?

Well, I try to write something similar for Gtk+.

link|flag
vote up 2 vote down

I really enjoy Pylons.

link|flag
vote up 2 vote down

ExtJS for its overall capability on UI, DOM manipulation, ease of Ajax implementations, and all sorts of other things.

Also their support forum is one of the best.

And no, I don't work for them but I do like them.

link|flag
vote up 1 vote down

In terms of which framework has enabled me to produce the most customer value per developer hour, I'd have to say C#/.Net followed closely by jQuery and ASP.Net MVC.

The fact that I can (mostly) forget about browser compatibility issues is jQuery's killer feature in my opinion. My team has recently been able to build a complex and extremely AJAX-heavy application using jQuery and ASP.Net MVC in a matter of weeks. I can't imagine being able to accomplish so much so quickly without these frameworks.

link|flag
vote up 1 vote down

jQuery is my best mate by a country mile. It saves hours and hours of head scratching and cross browser cock ups. One of the best things for me (and there are many) is the way the selectors dovetail so nicely with CSS selectors with which I am very familiar. It makes DOM manipulation an absolute pleasure and Ajax a breeze. Thanks Jon Resig, from the bottom of my Mac Pro thanks man, you are a genius!

link|flag
vote up 1 vote down

MooTools makes for some of the most maintainable (and easiest to write) JavaScript applications you can get.

link|flag
vote up 1 vote down

Spring both for Java and .NET rocks!

link|flag
vote up 0 vote down

In conjunction with ASP.NET, C#, Kentico CMS is a relatively new framework for building web applications. It has a couple of things going for it:

  • Flexible API & architecture for developers
  • Intuitive CMS for non developers etc.
  • A whole bunch of "out-of-the-box" features that speed up productivity

There is something to be said for a framework that is flexible, follows standards, and at the same time empowers everyone including developers to roll out the features which are required for a project in a timely manner.

link|flag
vote up 0 vote down

The CSLA (http://lhotka.net/) framework is really good, We used this for a couple of years before building our own.

Using jQuery has transformed the way we build things, especially with building lightweight components that replace some industry standard ones we've purchased in the past.

link|flag
vote up 0 vote down

log4net is quite nice. It's remarkably easy to setup DB, file system and event viewer logging. The configuration allows you to quickly change behavior on deployment.

link|flag
vote up 0 vote down

Qt like in cute. Emacs like in max.

link|flag
vote up 0 vote down

Here are my favourites:

Using

as the frame work

and edited using

and manage the project with Trac.

If you're on the Mac, once you've done your code changes, check them over with:

svn diff | mate

and you can view your changes with some nice highlighting.

link|flag
vote up 0 vote down

Zend Framework presents some of the best PHP code in existence.

link|flag
vote up 0 vote down

LPC for MUD development. Although sometimes it makes me want to gouge my eyes out, too.

link|flag
vote up 0 vote down

CakePHP of course. Especially after version 1.2, the way it forces you to code proper MVC and OOP to some extent is awesome and very enjoyable. I won't be programming if not for CakePHP.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.