Getting out of CRUD - Stack Overflow most recent 30 from stackoverflow.com 2010-03-21T23:00:21Z http://stackoverflow.com/feeds/question/638868 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/638868/getting-out-of-crud 14 Getting out of CRUD Gavin Miller http://stackoverflow.com/users/33226 2009-03-12T14:30:46Z 2009-10-05T22:23:02Z <p><strong>Definition:</strong><br /> <a href="http://en.wikipedia.org/wiki/Create,%5Fread,%5Fupdate%5Fand%5Fdelete" rel="nofollow">CRUD</a> - <code>Create, Read, Update, Delete; The four basic functions of persistent storage. In the context of this question, specifically related to business applications.</code></p> <p>I'll be honest, my goal when I began programming did not include being a lifetime CRUD programmer. Financial data is only so interesting for so long. And to me, that seems like the majority of programming gigs.</p> <p>I'm still fairly fresh out of school, so any experience is still very beneficial, but eventually I want to move to something "less CRUD like." Currently, I have my eye on some machine control type work. However, I'm just not sure how to go in that direction.</p> <p>So I want to get a feel for what other developers think about the topic.</p> <ul> <li>Do you enjoy CRUD and why? <li>What have your experiences in CRUD been like? <li>How did you move from CRUD to non-CRUD work? <li>If you've moved, what do you like and hate? <li>If you've moved, what skills benefited/hastened the transition? </ul> <p><strong>Edit:</strong><br /> I'm approaching CRUD with the attitude that I want to solve problems, not re-create the same form with different fields for a dozen different tables.</p> http://stackoverflow.com/questions/638868/getting-out-of-crud/638884#638884 1 Answer by Chris Holmes for Getting out of CRUD Chris Holmes http://stackoverflow.com/users/62186 2009-03-12T14:33:49Z 2009-03-12T14:33:49Z <p>When I was an undergraduate, I changed my major from Electrical Engineering to Computer Science because I wanted to write video games. Later on, when I started working on business applications for real money, I learned that I simply enjoy <strong>solving problems</strong> with code. </p> <p>You may be in the wrong profession.</p> http://stackoverflow.com/questions/638868/getting-out-of-crud/638894#638894 5 Answer by Jason Baker for Getting out of CRUD Jason Baker http://stackoverflow.com/users/2147 2009-03-12T14:35:53Z 2009-03-12T14:35:53Z <p>I don't think that there's really anyone who enjoys doing CRUD (well at least anyone <em>sane</em>). It's the most tedious part of web programming. My advice is to find or write a framework to automate this for you.</p> <ul> <li><a href="http://www.evolutility.org/" rel="nofollow">evolutility</a></li> <li><a href="http://docs.djangoproject.com/en/dev/ref/contrib/admin/#ref-contrib-admin" rel="nofollow">django admin panel</a> and <a href="http://docs.djangoproject.com/en/dev/#forms" rel="nofollow">django forms</a></li> </ul> <p>However, if that's the majority of your work, you definitely <em>should</em> consider changing jobs.</p> http://stackoverflow.com/questions/638868/getting-out-of-crud/638898#638898 6 Answer by Alex Fort for Getting out of CRUD Alex Fort http://stackoverflow.com/users/12624 2009-03-12T14:36:33Z 2009-03-12T14:36:33Z <p>Get a different job. Seriously, not all software development is developing business applications. Developing shipping software would make you much happier, I think. Try to find a job at a <em>software</em> company, and write some stuff that's going to ship to customers. Also, if you want to get into some of the low level hardware-style stuff, just start hacking away on some basic microcontrollers so you have at least some background with that.</p> http://stackoverflow.com/questions/638868/getting-out-of-crud/638927#638927 3 Answer by ginzotech for Getting out of CRUD ginzotech http://stackoverflow.com/users/69889 2009-03-12T14:41:03Z 2009-03-12T14:41:03Z <p>CRUD - yes in the end we are storing, reading and updating data. But so what? That is just one part of the equation, at least in my world.</p> <p>In business, data is essential, but it is the business logic and the decisions made from that data that is important. I have found it very rewarding to take raw data and use it to help business make decisions. We do that with business logic in our code, not to mention the endless ways of presenting that data in the presentation layer.</p> <p>Yes in the end CRUD is involved, but it is much more than that, no?</p> <p>Just my opinion.</p> http://stackoverflow.com/questions/638868/getting-out-of-crud/638978#638978 3 Answer by slim for Getting out of CRUD slim http://stackoverflow.com/users/7512 2009-03-12T14:49:30Z 2009-03-12T14:49:30Z <p>I agree that CRUD's pretty boring. But I don't think it's the fact that it's financial data that makes it so. Perhaps you'd find that financial data a lot more interesting if, for example, it was streaming into a neural net based expert system you'd written to work out how best to invest it?</p> <p>There's definitely an awful lot more to programming than CRUD. Find an aspect that interests you, and pursue it.</p> http://stackoverflow.com/questions/638868/getting-out-of-crud/639058#639058 1 Answer by Jeremy French for Getting out of CRUD Jeremy French http://stackoverflow.com/users/56672 2009-03-12T15:06:16Z 2009-03-12T15:06:16Z <p>Just about every program is going to have to create, read, update and delete some sort of data. In some systems this presents its' own challenges. </p> <p>However most of the time reading and writing to databases is fairly easy (which is why they make databases). It is what you do with the data once you have it which is interesting, and generally unique to a business, and keeps you employed.</p> <p><a href="http://thedailywtf.com/Articles/Programming-Sucks!-Or-At-Least,-It-Ought-To-.aspx" rel="nofollow">This article</a> I agree with, basically a lot of programming is boring.</p> <p>However if you are good and determined enough you will eventually get to do something interesting. </p> http://stackoverflow.com/questions/638868/getting-out-of-crud/639067#639067 1 Answer by Adam Jaskiewicz for Getting out of CRUD Adam Jaskiewicz http://stackoverflow.com/users/35322 2009-03-12T15:08:48Z 2009-03-12T15:08:48Z <p>Find or write a way to do the CRUD portions of the applications faster. Do so, tell your manager you are done with your assigned tasks (make sure they ARE done; tested, documented, etc.), and ask what you should do next.</p> http://stackoverflow.com/questions/638868/getting-out-of-crud/639074#639074 2 Answer by billmcc for Getting out of CRUD billmcc http://stackoverflow.com/users/13213 2009-03-12T15:10:16Z 2009-03-12T15:10:16Z <p>First, have you gone through most of what there is to know about persistent storage? It's worth figuring out how to practically apply database theory, etc. in your current job. Once you've been doing it for a few years and have it all figured out you should definitely think about expanding your horizons. I'd agree with you - unless you're building the DBMS itself - I find that the persistent storage part of the job gets to be fairly boring.</p> <p>One of the best ways to get a job in a new area is to take a prototype of something relevant to the job to demonstrate at an interview. This is an incredibly powerful statement to make.</p> <p>Embedded software is really my thing, but the market for this is slowly shrinking in North America and moving to the developing world, and it's a fairly specialized area to get started in.</p> <p>It seems to me that the application space is still growing. Consider iPhone, J2ME, or Windows Mobile development for example. You can learn to do these on your own with a relatively small investment in equipment.</p> <p>If you're not already doing this, there's also the web application space. Application server platforms like JBOSS and Glassfish are free and fairly easy to learn. Plus they provide a link back to the CRUD which you already know.</p> http://stackoverflow.com/questions/638868/getting-out-of-crud/639086#639086 8 Answer by Chetan Sastry for Getting out of CRUD Chetan Sastry http://stackoverflow.com/users/31284 2009-03-12T15:12:58Z 2009-03-12T15:12:58Z <p>Develop a framework to make CRUD creation easy in your line of work. Once you have done that, use the free time to improve it in terms of Usability, Security, Performance etc. That should keep your work interesting for a while.</p> http://stackoverflow.com/questions/638868/getting-out-of-crud/639231#639231 0 Answer by Stephen P. in Roswell for Getting out of CRUD Stephen P. in Roswell http://stackoverflow.com/users/43032 2009-03-12T15:41:59Z 2009-03-12T15:41:59Z <p>In this economy, it might be hard for you to just get another job, but that doesn't mean you shouldn't try. Find some type of work you think you would enjoy, go learn it and look for job opportunities. It doesn't hurt to make some phone calls and go on a few interviews even if you think you're unlikely to get the job. Even better, you could figure out a way to start your own company.</p> http://stackoverflow.com/questions/638868/getting-out-of-crud/639478#639478 0 Answer by annakata for Getting out of CRUD annakata http://stackoverflow.com/users/13018 2009-03-12T16:40:44Z 2009-03-12T16:40:44Z <p>Get into web-dev? Seriously the level of basic crud I have to do building web-apps is pretty low, even when there's a DB. </p> http://stackoverflow.com/questions/638868/getting-out-of-crud/641107#641107 1 Answer by Sam for Getting out of CRUD Sam http://stackoverflow.com/users/48721 2009-03-13T00:59:49Z 2009-03-13T00:59:49Z <p>Just take a look to Django and move on to the interesting coding!!!</p> <p>(Or RoR, or Grails, or whichever suit best to you, but CRUDS shouldn't be still being coded by hand from scratch)</p> http://stackoverflow.com/questions/638868/getting-out-of-crud/641114#641114 1 Answer by Jeff G for Getting out of CRUD Jeff G http://stackoverflow.com/users/77495 2009-03-13T01:02:24Z 2009-03-13T01:02:24Z <p>Modern frameworks can do all the crud for you. Checkout the standalone GORM from the GRAILS project.</p> http://stackoverflow.com/questions/638868/getting-out-of-crud/1413258#1413258 0 Answer by sheepsimulator for Getting out of CRUD sheepsimulator http://stackoverflow.com/users/40411 2009-09-11T21:02:24Z 2009-09-11T21:02:24Z <p>Yes, a lot of business software is CRUD. I used to work on that.</p> <p>In machine control, part of that can be CRUD too. For example, logging sensor data and reporting it somewhere. Basically CRUD.</p> <p>But I will admit - in machine control, it's mostly non-CRUD. You would probably enjoy doing something that actually makes an assembly line move, or builds cars, or makes motors spin at a certain speed. I know I do. At a financial institution, it's literally just numbers. Nothing "real" like a motor or a car.</p> http://stackoverflow.com/questions/638868/getting-out-of-crud/1454204#1454204 3 Answer by patrickwebdev for Getting out of CRUD patrickwebdev http://stackoverflow.com/users/152515 2009-09-21T12:09:42Z 2009-09-21T12:09:42Z <p>here is a nice presentation on how and why CRUD can still be inspiring:</p> <p><a href="http://www.scribemedia.org/2006/07/09/dhh/" rel="nofollow">http://www.scribemedia.org/2006/07/09/dhh/</a></p> http://stackoverflow.com/questions/638868/getting-out-of-crud/1522711#1522711 1 Answer by Tom Leys for Getting out of CRUD Tom Leys http://stackoverflow.com/users/11440 2009-10-05T22:23:02Z 2009-10-05T22:23:02Z <p>Having a wide range of experience, my solution is to <a href="http://blog.gridspy.co.nz" rel="nofollow">create my perfect product</a> and start <a href="http://www.gridspy.co.nz" rel="nofollow">a business</a> around it. I'm facing all sorts of interesting challenges, such as <a href="http://blog.gridspy.co.nz/2009/09/database-meet-realtime-data-logging.html" rel="nofollow">how to stream realtime data from an embedded device to a browser</a>. This stuff gets my programming juices flowing and I have a list of important, fun features to add.</p> <p>Dream up your perfect product domain, find some people who could benefit and ask them what problems they have. Once you pick up a common theme that interests you (mine was automation and power monitoring) start hacking. Of course for me it helps that my father has run the <a href="http://www.technman.com" rel="nofollow">electronics company Technman</a> for the last 30 years, and wants to create this product with me.</p>