19
votes
13answers
850 views
What is The Zen of C++
Most of my work is done in Python, but I am about to embark into a serious project demanding a lot of C++. Throughout my Python experience, I've found the Zen of Python (presented below) to be a …
7
votes
18answers
497 views
Advice for Computer Science College Students
In light that many of the Stackoverflow members are CS college students (myself included), and there are many veterans surfing the website at the same time, I feel that it would certainly be …
0
votes
2answers
56 views
Need good idéas to implement into a Classifieds website ? [closed]
I am creating a classifieds website, and I want it to be unique...
I need your experiences in what you have liked in classifieds websites, and what you WOULD have liked...
Any ideas are very much …
0
votes
1answer
58 views
How do I use SDl_Threads properly?
I am new to threads,SDL and how graphic work in general. I've been looking through all of LazyFoo's SDL tutorials, and had helped me greatly. But in his tutorials about multi threading, he commented …
3
votes
13answers
230 views
Getting your programming/developer team up to speed
I recently left a large university hospital for a much smaller one because of the pay increase and because it was a career booster. Of course these two things would generally be something to be …
4
votes
10answers
238 views
Introduction to GUI programming with c
Hello there,
I'm new GUI and programming as whole and so far I have a general understanding of c and have spent quite some time writing console applications.
I'm trying to learn GUI but have so far …
0
votes
1answer
19 views
Service Provider vs Contractor
If I have set up a business as a sole proprietorship, registered as doing software development, can I "sell" my services(much like a mechanic) where I bill the client a total plus tax, as opposed to …
42
votes
38answers
2k views
What surprised you the most about the software industry?
As someone that will be applying for jobs in the near (immediate) future, I'd like to get some perspective on the differences between academia and the software industry. As I've never taken an …
3
votes
4answers
69 views
Open Session In View Pattern
Hi everyone,
I'm asking this question given my chosen development frameworks of JPA (Hibernate implementation of), Spring, and .
I've been thinking a bit about relationships in my entity layer - for …
2
votes
1answer
47 views
In Powershell, what’s the best way to join two tables into one?
I'm fairly new to Powershell, and am wondering if someone knows of any better way to accomplish the following example problem.
I have an array of mappings from IP address to host-name. This …
1
vote
1answer
36 views
Advice on creating customizable touchscreen application
Hi,
My company is to develop a touchscreen application. We have some prior experience with thouchscreen application, not all of which are positive. Our last touchscreen application contains some vast …
9
votes
5answers
107 views
How to get free impartial code reviews / advice?
Hello,
I haven't been able to find this question here so here goes.
Is there any website / service that offers free (or at least cheap) code reviews?
There must be lots of people that write …
44
votes
34answers
10k views
Best Format for a Software Engineer’s Resume
I am looking for good, objective ideas and examples of a resume for a Software Engineer. By all means, post a link to your own resume if you are comfortable with doing so.
Mostly I am looking at …
0
votes
3answers
102 views
For what kind of Applications Ruby or Groovy are better choice ?
What kind of Applications are suited
mostly for Ruby or Groovy ?
Alternatively
what problems are better addressed by
programming languages like Ruby or
Groovy ?
0
votes
1answer
35 views
Building a website backend in c#, compiled to a binary
I am creating a novel website that integrates web feeds from around the internet. I want to build a backend that does CPU intensive analysis of the web data on a regular basis, which will eventually …
