0
votes
2answers
36 views
Web application security training
I am looking for a training class or conference to go to by the end of year for web application security training. We do mainly ASP.NET development so something specific to .NET would be nice but a …
7
votes
11answers
544 views
I need to learn C.
I'm a C# .NET developer.
I need to learn C for embedded systems. Quickly.
Where do I start?
1
vote
2answers
58 views
GWT Training for JAVA Developer
Can anyone recommend books and/or online training options for GWT? Preferably for cheap as I will be footing this bill myself
1
vote
4answers
73 views
Where could I find some video training courses to learn Agile?
The title express it all.
I 'm willing to learn Agile development, I'm new in this topic. I'm also interested in some of its flavor as Scrum.
I'm wonder if there is a good website where could I find …
11
votes
12answers
444 views
How to train junior programmers in code review?
We're looking to start a code-review process for a group of ~30 coders who are all relatively junior programmers.
What is your advice on how to train for code reviews? Are there code review pitfalls …
0
votes
4answers
117 views
Is this Spring training useful?
We have a Spring + Ibatis based J2EE app. I planned to wrap around our DAO's (which call iBatis templates ...by getting spring beans) with test cases. I don't have much experience with JUnit so I …
32
votes
31answers
2k views
What are some advanced software development topics every developer should know?
Let's say your company has given you the time & money to acquire training on as many advanced programming topics that you can eat in a year, carte blanche. What would those topics be and how would …
1
vote
17answers
499 views
How to use money to become a better programmer?
I want to be improving as a programmer. I take time outside of work or university to achieve that goal. Time alloted for that goal is limited though because I want to do other important things too. …
3
votes
1answer
143 views
Using nntool [MATLAB] from command line.
I have this code:
in = [5 columns of data-points];
out = [1 column of data-points];
net = newfit(in,out,5);
net = train(net,in,out);
now I want to
access the error variable that is generated (so …
5
votes
5answers
198 views
What are the best freely available university courses on Data Structures and Algorithms?
Hi,
I am willing to learn in detail about Data Structures and Algorithms. What freely available university courses are there that cover data structures and algorithms?
Thanks.
2
votes
1answer
30 views
Can you reccomend some free web services to play with?
Hi,
I am studying usage of web services nowadays.
Can anyone recommend some free web services I can use to practice?
Thanks!
0
votes
5answers
50 views
Where can I get some good hands-on development/design training that won’t break the bank?
College is the first step for many professional software developers and while a Bachelor's degree in Computer Science will get you a good foundation it is heavily biased towards theory. You get a …
2
votes
5answers
119 views
Is reading a technical book chargable training time? [closed]
There is a question "How do you make time to read a technical book?" There is some discussion on how much time their company allows them to apply to reading. This is a book not directly related to a …
10
votes
13answers
324 views
Should I start with Unit testing when teaching a new developer?
I'm currently working on a project that is using technologies like Silverlight, WCF, EnterpriseLibrary, Unity, LinqToSql, NUnit, RhinoMocks in .Net 3.5
I'm training up a new developer who has some …
2
votes
5answers
112 views
Good Training Sources for OOP PHP, Anyone ?
Hey Guys.
I will like to see if everybody could share any good training sources on OOP on PHP language.
Good Training Sources for OOP (Object Oriented Programming) PHP, anyone ?
I've seen numerous …
