OGÓLNE / eseje

TwitterFacebook
Get flash to fully experience Pearltrees
https://sites.google.com/site/steveyegge2/practicing-programming Back in October I wrote an essay in which I compared programming to other professions.

practicing-programming - steveyegge2

Softpanorama (slightly skeptical) Open Source Software Educational Society http://www.softpanorama.org/index.shtml

slightly skeptical) Open Source Software Educational Society

http://www.theregister.co.uk/2012/03/21/how_to_get_paid_more/ 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.

You're crap and paid too much for the little work you actually do

university lectures computer science

http://www.onlinecourses.com/computerscience/ 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.

Wykłady PW struktury danych, grafy, algorytmy

http://iair.mchtr.pw.edu.pl/~bputz/aisd_cpp/lekcja7/segment3/main.htm

The demise of the low level Programmer. « #AltDevBlogADay

http://www.altdevblogaday.com/2011/08/06/demise-low-level-programmer/ 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. http://himmele.blogspot.com/2011/07/build-your-own-operating-system.html

Build your own operating system