Akış
Ara
Ne Okusam?
Giriş Yap
Kaydol

Paul Deitel

Paul DeitelJava How To Program yazarı
Yazar
9.1/10
7 Kişi
20
Okunma
2
Beğeni
1.298
Görüntülenme

Öne Çıkan Paul Deitel Gönderileri

Öne Çıkan Paul Deitel kitaplarını, öne çıkan Paul Deitel sözleri ve alıntılarını, öne çıkan Paul Deitel yazarlarını, öne çıkan Paul Deitel yorumları ve incelemelerini 1000Kitap'ta bulabilirsiniz.
Web 1.0 versus Web 2.0
Web 1.0 (the state of the web through the 1990s and early 2000s) was focused on a relatively small number of companies and advertisers producing content for users to access (some people called it the "brochure web"). Web 2.0 involves the users—not only do they often create content, but they help organize it, share it, remix it, critique it, update it, etc. One way to look at Web 1.0 is as a lecture, a small number of professors informing a large audience of students. In comparison, Web 2.0 is a conversation, with everyone having the opportunity to speak and share views. Companies that understand Web 2.0 realize that their products and services are conversations as well.
1248 syf.
10/10 puan verdi
İngilizceniz ve merakınız var ise programlamada okumanız gereken ilk kitap. Şöyle örnek vermem daha doğru olacak, Türkçe(Türk) eğitim sistemi genelde detaya dayalıdır bu yüzdende hocalarımız yada eğitim vermeye çalışan kişiler genelde detayın detayını size anlatarak konudan uzaklaşmanızı ve soğumanıza neden olurlar. Bu kitap temel olarak Java ile neler yapabileceğinizi size anlatır, temelden orta üst seviyeye kadar götürür ve tepe noktasında bırakır. Tek seferde okuyup anlamayacaksınız ama 6 ay kadar bir süre ile bu kitabı ara sıra acıp okuyup bilgisayar üzerinde alıştırma yaparsanız 1 senenin sonunda yazılımcıyım diyebilirsiniz.
Java How To Program
Java How To ProgramHarvey Deitel · Deitel · 201410 okunma
Reklam
Performance Tip 1.1
Interpreters have an advantage over compilers in Internet scripting. An interpreted program can begin executing as soon as it's downloaded to the client's machine, without needing to be compiled before it can execute. On the downside, interpreted scripts generally run slower than compiled code.