-
as seen on Oracle Blogs
- Search for 'Oracle Blogs'
Fred Studer speaks with Ray Wang, Principal Analyst at Forrester Research and Ted Kempf, Senior Director for Oracle's Project Management Solutions about trends in the project management market, where enterprise project management is heading in the next 2 - 3 years and highlights from Ray's new line…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have an application which uses MyGeneration's dOODads ORM to generate it's Data Access Layer. dOODad works by generating a persistance class for each table in the database. It works like so:
// Load and Save
Employees emps = new Employees();
if(emps.LoadByPrimaryKey(42))
{
emps.LastName…
>>> More
-
as seen on SQL Blog
- Search for 'SQL Blog'
Introduction This post is the seventeenth part of a ramble-rant about the software business. The current posts in this series are: Goodwill, Negative and Positive Visions, Quests, Missions Right, Wrong, and Style Follow Me Balance, Part 1 Balance, Part 2 Definition of a Great Team The 15-Minute Meeting…
>>> More
-
as seen on SQL Blog
- Search for 'SQL Blog'
Introduction This post is the forty-first part of a ramble-rant about the software business. The current posts in this series can be found on the series landing page . This post is about the education requirements for job listings. Bachelor’s Degree Required I’m not qualified for any job that requires…
>>> More
-
as seen on SQL Blog
- Search for 'SQL Blog'
Introduction This post is about persistence in the face of adversity. Losing Everything Isn't Losing When I was in Army Basic Training, I heard the senior drill sargeant tell a soldier "This is just a thing, and things can't hurt you." It seemed an odd thing to say. So odd that it stuck with me all…
>>> More
-
as seen on Programmers
- Search for 'Programmers'
I believe performance tuning (or even testing) is one the most challenging for an engineer. Well, in lots of company, this is the lowest priority than others "important" thing.
My purpose of opening this post is to know what do you think*good* performance engineer should have.
I can list some things…
>>> More
-
as seen on SQL Blog
- Search for 'SQL Blog'
Introduction This post is the fifty-sixth part of a ramble-rant about the software business. The current posts in this series can be found on the series landing page . Over a career that spans decades, one encounters useful and “less useful” soft skills in the modern enterprise. I thought I would…
>>> More
-
as seen on Super User
- Search for 'Super User'
I have a major problem keeping not only my desk, but my entire place clean. I end up spending all of my time behind the keyboard and slowly but surely it all turns to crap everywhere but between my monitors and I. It's causing some major problems IRL and I need to fix it.
Question: I'm an engineer…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi guys (Ladies included).
I posted on a related site, but THIS is the place to be.
I want to build a specialized website. I am an entrepreneur and refining valuations now for venture capitalsists: i.e., determining how much cash I will need.
I need help in understanding what human resources I…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I ask because I quite enjoy it! I'm talking about design documentation and implementation notes (NOT user manuals), which are non-existent in most of the codebases I've been handed. I can understand why a developer wouldn't want to write requirements (that's the analyst's job) or the user documentation…
>>> More