0
votes
3answers
58 views
Running background processes after a web request
I'm interested in kicking off processes after a web request, or possibly forking a new process after the initial thread is finished.
I would prefer not to use a cron, because of the nature of the the …
0
votes
2answers
45 views
what are the requirements (skill sets) for data/information visualization job?
Anyone here having data/information visualization job?
what are the requirements for the job? (skill sets)
how to go about looking for such jobs?
what books/blogs would you recommend to pick up …
5
votes
6answers
98 views
Would you turn down a project due to lack of knowledge?
As people trying to broaden our knowledge and become better developers... when should we turn down a project and say "I don't know how to do that"?
Obviously there are extremes that are obvious e.g. …
4
votes
9answers
265 views
Will I be at a disadvantage with a B.A. in Computer Science?
I'm currently pursuing a Bachelor of Arts degree in Computer Science at NYU. Job postings almost always call for a B.S. or M.S. in Computer Science (or at least recommend it). For example, Google …
-1
votes
0answers
29 views
Are there any Development Market Segments which are affected in a positive way from the crisis? [closed]
In terms of software development, are there any segments in the market which is growing because of the economic crisis and demanding more software developers than normal times?
Once I heard that …
4
votes
9answers
313 views
Object Oriented Design Interview Question
Any advice on solving this problem?
0
votes
2answers
71 views
Method to handle “killed” Java jobs?
Our server web app will handle jobs that are requested by REST API requests.
Ideally if the server dies during a job (ie: plug pulled), the job should resume or restart at startup.
A very …
0
votes
0answers
4 views
Error on a Integration Services Job on SQL Server
I have a simple Package on integration Services and a get this error when I try to execute:
11/25/2009 15:55:04,prueba,Error,1,PLANNING,prueba,Prueba,,Executed as user: NT AUTHORITY\NETWORK SERVICE. …
0
votes
3answers
79 views
Tips for quick web-app prototyping
I've got the upcoming month of December off and with graduation and a job search looming, I've decided to work on some projects to show off my skills to potential employers. For every week in …
0
votes
6answers
101 views
More Valuable Skill
When job hunting for a developer position, what looks better? Working on a renovation project/creating a new application OR supporting legacy applications.
With 3 years of experience I've spent my …
2
votes
6answers
279 views
Why do I lately have to be a master of big-O, sorting, searching, trees, graphs, large scale efficient data processing algorithms? [closed]
I haven't interviewed for about a decade. Back when I got the job it was mostly about how well I knew a programming language, where my experience was, what I am good at/bad at, some simple coding …
7
votes
8answers
235 views
Can you get a job thanks to your Prolog skills?
This Prolog question is introduced as an interview question. Can you get a job thanks to your Prolog skills? Is it used in the industry? (ok, ok, a job can be out of the industry too).
1
vote
3answers
124 views
What has been the “final straw” in a programming job? [closed]
Programming is often misunderstood by decision makers around us, particularly in organisations where software development is not the core business. We have unique needs which differ from most other …
-4
votes
2answers
264 views
Things a newbie should learn to get a job at Google [closed]
Hi I'm a newbie to the IT field coming from a non-cs background. I always had my interests in CS & I have basic technical knowledge that got me where I am now. I'd like to try for a job at Google …
0
votes
1answer
71 views
Creating a PowerShell job that executes a SQL command every 5 minutes
I'm creating a PowerShell script that I'm going to execute using Start-Job. The job should continuously run in the background until I tell it to stop using Stop-Job. It should execute a SQL command …
