OGÓLNE / eseje
< programowanie
< pancurster
Get flash to fully experience Pearltrees
Back in October I wrote an essay in which I compared programming to other professions.
Softpanorama (slightly skeptical) Open Source Software Educational Society
A recruiter's guide on how to get mo' money... You’re not getting paid as well as you should. I know this not only because you’re bothering to read this, but also because most techies are crap at extracting cash from their employers.
What is Computer Science? Computer science is the study of computational systems, their practical applications, and the examination of how humans interact with, and approve upon, new technology. College computer science programs and their open online courses typically focus on these primary concentrations: the theory behind programming language, the pragmatic applications and development of new technology, instructional design, and the creation of more user-friendly tech interfaces. Specifically, many courses deal with algorithm creation and coding techniques, while others will apply this knowledge to real-world tasks such as software construction. What Can Online Courses in Computer Science Actually Teach Me? Online computer science courses are offered at both undergraduate and graduate levels, and since computers and mobile technology are so ubiquitous, it is possible to earn a viable education through online courses and degree programs.
Najbardziej znanym i rozpowszechnionym algorytmem wyszukiwania najkrótszych ścieżek w grafie z jednym źródłem jest algorytm Dijkstry.
When I started programming many of the elements we take for granted now, did not exist.
Ten years ago (around the year 2001) I wrote a simple x86 protected-mode OS just to find out how operating systems work. That was really great fun and I learned very much about OS concepts and paradigms (and also a lot of stuff about computer hardware, programming, software architecture, data structures etc.). Ever since the gathered experience and knowledge by building my own operating system has been extremely valuable.