-
as seen on Programmers
- Search for 'Programmers'
Being a completely self taught programmer I would like it if I could better myself by self-learning computer science course taught to a typical CS grad.
Finding different resources on internet has been easy, there is of course MIT open course ware, and there are Coursera courses from Stanford and…
>>> More
-
as seen on Programmers
- Search for 'Programmers'
I'm 16 years old and really an enthusiast on web programming. I know (X)HTML, css, javascript and php. And i heard about computer science. Below are my question:
What is computer science?
Should a web programmer learn computer science?
If the answer of question 2 is yes, then what programming language(s)…
>>> More
-
as seen on Programmers
- Search for 'Programmers'
I'm 16 years old and really an enthusiast on web programming. I know (X)HTML, css, javascript and php. And i heard about computer science. Below are my question:
What is computer science is?
Should a web programmer learn computer science?
If the answer of question 2 is yes, then what programming…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
I am trying to figure out what 'topic' this is called, so I can learn more about it.
Basically, I'm talking about designing my applications's architecture. I'm not talking about algorithms. More like -- this class should have these methods and these instance variables, and communicate with…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am looking for a good computer science resume. I just graduated, and I would like to see some samples from real programmers. The ones online don't seem that great. Sorry if this is posted in the wrong section.
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have heard these two terms thrown around by people with the same friends. As much as I've heard, computer science is the more mathematically rigorous and its graduates tend to write more code.
What distinguishes an Information Science student from a Computer Science student? What different career…
>>> More
-
as seen on Programmers
- Search for 'Programmers'
IT specialists there J
Thank you very much for your collective efforts here, and I got huge help reading your professional comments and advices on each questions I have searched so far!
This time, I would like to ask for your practical advices or recommendation on what I am struggling on at this…
>>> More
-
as seen on Programmers
- Search for 'Programmers'
I would like to design a web app that functions as a simple thesaurus : a long list of words with attributes, all of which are linked to each other.
Wikipedia defines it as:
In Information Science, Library Science, and Information Technology, specialized thesauri are designed for information…
>>> More
-
as seen on Programmers
- Search for 'Programmers'
I live in Jamaica and I am currently pursuing a Bsc. in Computer Information Science. I have worked on a few projects and have learn Struts 2, Play Framework, Spring, Mockito, JUnit, Backbone.js etc in my spear time. I have also learn about SOLID and DRY software development as well as architecting…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have the table and values like this,
CREATE TABLE `category` (
`id` INT( 4 ) NOT NULL AUTO_INCREMENT PRIMARY KEY ,
`category` VARCHAR( 50 ) NOT NULL ,
`parent` INT( 4 ) NOT NULL
)
INSERT INTO `category` VALUES (1, 'MCA', 9);
INSERT INTO `category` VALUES (2, 'M Tech', 9);
INSERT INTO `category`…
>>> More