The tips tag has no wiki summary.
3
votes
2answers
149 views
Design a program and methods of doing so
I'm working on becoming a self-taught programmer. I've read a little bit through a lot of languages and I decided to start with Java and have been using it for several months now. I didn't have much ...
10
votes
8answers
772 views
How do I make complex SQL queries easier to write?
I'm finding it very difficult to write complex SQL queries involving joins across many (at least 3-4) tables and involving several nested conditions. The queries I'm being asked to write are easily ...
5
votes
5answers
378 views
One stop shop for good coding practices and performance tips? [closed]
While this may be a very subjective question I was wondering if there's a place (or many places) on the web where one can read up about good coding and performance tips for different languages and how ...
5
votes
5answers
174 views
How to make a training session effective?
In recent months I've been working on a project, and two weeks from now I'm leaving the company. I've scheduled a 4-hour training session next week in order to train my colleagues (the team leader and ...
4
votes
7answers
509 views
Best Practices and Tips for Reading Source Code
Code reading is an important part of a programmer's life because we usually work in groups and have to maintain, complete or contribute to the other developer's codes. From that point of view, code ...
3
votes
2answers
324 views
Faq and Best tips Regarding Learning Database?
For a programmer with no prior exposure to databases
What would be a good database to learn Oracle vs SQLserver vs MySQLvs PostgreSQL?
I have come across lot of discussion MySQL and PostgreSQL and ...
9
votes
3answers
316 views
Should I worry about switching over from IPv4 to IPv6?
As you must be aware that IPv4 addresses ar almost over and the switch to IPv6 is imminent, should I, as a programmer need to worry about anything to make my applications work with the new system ?
...
1
vote
7answers
279 views
SVN repository host for pet projects
I need a subversion repository for a couple of projects I'm working on with friends/colleagues, in particular one that:
Is cheap;
Has an high data storage/transfer limit;
Does not have unlimited ...
9
votes
5answers
537 views
I can't answer very many questions on Stack Overflow. How can I improve? [closed]
I am embarrassed to admit that, despite working on the same technology for over 3 years, I can't really answer most of the questions asked on Stack Overflow for the same.
What I know so far is ...
5
votes
6answers
592 views
As a right-brainer, how do I become a better software developer/computer scientist?
I'm studying computer science at university, and so for a long time I thought I'm a left-brainer (which I guess is the normal case for people working in the field of IT). But recently I noticed that I ...
11
votes
4answers
575 views
How can a Right-Brainer Deal with Massive Left-Brainer Code?
I'm an artist, mostly, though I describe myself as a artist/physicist. While I can do math, deal with words, and the "logical" stuff considered left-brain, it's an effort and I make mistakes, ...
39
votes
31answers
3k views
16
votes
8answers
563 views
Tips on persuading boss that code review is a good thing
How would you persuade your Boss that code reviews are worth the time (and hence cost)?
Especially if, say, you worked in a hypothetical company that had several developers but they rarely worked ...
6
votes
6answers
223 views
How do you deal with e-mail overload?
Probably many of you receive hundreds/thousands of e-mail every week. This happens especially when you are part of wide distribution lists.
How do you find the relevant ones? Do you use any smart ...