| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 2 years, 8 months |
| seen | 8 hours ago | |
| stats | profile views | 1,155 |
|
8h |
comment |
How to salvage a business model from a mismatched database? This is a good book to read if you are refactoring a legacy db: amazon.com/… |
|
1d |
answered | Increasing User Changes/Requirements in Agile Methodology |
|
1d |
comment |
Increasing User Changes/Requirements in Agile Methodology Isn't this the problem with waterfall that Agile was supposed to fix? |
|
1d |
comment |
What is the most profitable program ever written? At a guess, I would say MS_DOS |
|
May 21 |
revised |
Is it advisable to ask employees to create 'work' GitHub accounts? fixed incorrect workd choice |
|
May 16 |
comment |
Enterprise application with lots of SQL queries And if you use a SQL Server backend, you can also make the queries into stored procs. |
|
May 15 |
comment |
Why is 0 false? @Morwenn, I would hope the people who designed the orginal languages understood the math. In fact I would bet on it since computer science came from the field of mathematics. People like this designed the orginal languages (note her mathematics experience) en.wikipedia.org/wiki/Grace_Hopper |
|
May 15 |
comment |
How do I survive in a Waterfall world? Sadly there are many failed agile projects because the reality is the customers often have no idea what they want and the developers don't have the business acumen to help them figure it out. And many so-called "agile" projects really aren't, getting the worst of both worlds. |
|
May 15 |
answered | How do I survive in a Waterfall world? |
|
May 15 |
comment |
How do I survive in a Waterfall world? I have seen lots of agile projects fail and lots of waterfall projects succeed (and vice versa of course). Waterfall does not alawys fail and doesn't even fail really much more often than agile does (it does fail for different reasons). I can trace pretty much every failure I have ever seen no matter what methodology to bad requirements or inappropriate deadlines (usually based on wishful thinking and bad requirements!) |
|
May 14 |
comment |
Are there any industry standards that define code quality? If you have been building already and you have a standard, insist they use it. No sense rebuilding what you have doen to change to some mythological industry standard. Being consistent with a current standard no matter how common or uncommon it is would be far more important. |
|
May 10 |
comment |
How should I behave as a developer in a project that's headed for failure? A 100 table database is hardly complex. It is teeny tiny in terms of a business enterprise system. |
|
May 9 |
revised |
When should I stop programming / coding? edited body |
|
May 8 |
comment |
How To Become More Comfortable with the Technical Terms Coursera is a good place to get a free class if you need a refresher too. |
|
May 3 |
answered | How to avoid jumping to a solution when under pressure? |
|
May 2 |
comment |
I want to program, my school won't help me Some of attending school is about learning to manage time and how to work with others and how to do tasks you don't enjoy. All of those are things that you will need in the real world eventually. I would not hire a programmer who couldn't make it through high school without dropping out, it indicates someone who won't play well with others which is critical in the professional world. There are a lot of factors as important or more important than your technical skills. |
|
May 1 |
comment |
What tools do you use to manage requests from users? It's not hard to convert them, YOu simply return each email with a standard answeer of you won't be working on it until it is in the offical tracking system. You'd be amazed at how many urgent things go away when they have to take teh time to submit an actual request. |
|
Apr 30 |
comment |
ACID compliant Database that isn't NoSQL? RDBMS database are the lifeblood of most companies, they aren't going to dissapear. it would cost literally billions of dollars to replace them. NOSQL dbs solve a different problem than relational ones for the most part, they aren't a replacement. |
|
Apr 30 |
comment |
How do you make people accept code review? Actually you can by not alowing them to commit code until it passes code review. |
|
Apr 22 |
revised |
What are the arguments against or for putting application logic in the database layer? added 2 characters in body |