7
votes
11answers
522 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?
0
votes
4answers
104 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 …
2
votes
1answer
29 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
45 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 th …
3
votes
1answer
73 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 t …
1
vote
17answers
494 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 impo …
10
votes
12answers
387 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 …
5
votes
5answers
185 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.
-1
votes
0answers
38 views
commercial companies you can contract with for help [closed]
I was reading a page about asking programming questions (if you don't believe me, verify at the page) and it said "There are also plenty of commercial companies you can contract wi …
0
votes
2answers
20 views
ASP.NET Developer - Trainings to undergo
Hi,
I am an ASP.NET Developer and planned to settle my career in Microsoft itself. I too work on SQL Server, and Windows Administration.
While I go in my career progression I pl …
2
votes
5answers
112 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 di …
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 top …
2
votes
5answers
95 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 ? …
2
votes
1answer
124 views
Best learning algorithm to make a decision tree in java ?
I have a datasets with information like age, city, age of children, ... and a result (confirm, accept).
To help modelisation of "workflow", I want to create automatically a decisi …
10
votes
13answers
317 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 devel …
