Welcome Guest ( Log In | Register )

4 Pages < 1 2 3 4 >Bottom

Outline · [ Standard ] · Linear+

 reading lists, for software developers

views
     
shaun3230
post Jan 29 2009, 09:54 PM

Look at all my stars!!
*******
Senior Member
2,369 posts

Joined: Aug 2008


I`m currently reading Java by Thompson International and an e book on c++ compiliers
anthony_yio
post May 2 2010, 12:36 AM

........
Group Icon
Elite
1,828 posts

Joined: Jan 2003


For C# or .NET development, it is also worthwhile to read

Ms Press - Inside CLR via C#

The reason is that this book would guide you how to write your code and choices of syntaxes so then it is compliant with .NET framework and also to maximize the CLR functionality to avoid reinventing the wheel.


nfljerseys
post Jul 18 2010, 02:26 PM

New Member
*
Newbie
3 posts

Joined: Jun 2010
Thanks for the info, I appreciate it.
dreamsky999
post Jul 21 2011, 01:10 AM

Getting Started
**
Junior Member
137 posts

Joined: Oct 2008
From: Gyaru ulzzang island


QUOTE(billneedme @ Jan 21 2009, 12:34 PM)
does you all learn C++ from book or Internet ?
*
Not sure if you're asking a weird question, but mostly I assume programmers here are the one who take up programming-related course be it B.Sc Comp Science or some mechanical engineering or E&E courses. From there, books and internet are there to enhance & brush C++.

Learning from scratch on programming from books and internet is very unlikely unless you have a profound interest in it.

This post has been edited by dreamsky999: Jul 21 2011, 01:10 AM
SUSasynchronous
post Mar 27 2012, 12:00 PM

New Member
*
Junior Member
15 posts

Joined: Mar 2012


http://docs.jboss.org/seam/3/latest/reference/en-US/html/

Seam 3 tutorial. If u want to learn about jboss seam 3.
adijb
post Jun 6 2012, 01:27 PM

Getting Started
**
Junior Member
98 posts

Joined: Jun 2012


Object Models: Strategies, Patterns, and Applications by Peter Coad
Java Modeling In Color With UML by Peter Coad
Analysis Patterns by Martin Fowler

Fantastic modeling books!


ngaisteve1
post May 10 2017, 04:38 PM

Software Engineer
*******
Senior Member
6,779 posts

Joined: Dec 2005
From: Kuala Lumpur


Some ASP.NET and MVC books from WROX. Pretty good.
matsom
post Nov 15 2017, 06:39 PM

Getting Started
**
Junior Member
124 posts

Joined: Feb 2012
C book, because that's what missing from this world... wink.gif
seriously, it's free and pretty (or very) decent:
http://icube-icps.unistra.fr/index.php/File:ModernC.pdf

Author's blog (Jan Gustedt):
https://gustedt.wordpress.com/
ezboyz
post Jan 5 2018, 03:01 PM

New Member
*
Junior Member
45 posts

Joined: Nov 2014
where would u guys recommend reading tutorials for beginners? i just joined a programming company lately, they mainly uses linux, sql, and shellscript. am coping with basics okay but i cant really look for good online tutorials/reads
ngaisteve1
post Jul 21 2019, 01:56 PM

Software Engineer
*******
Senior Member
6,779 posts

Joined: Dec 2005
From: Kuala Lumpur


QUOTE(ezboyz @ Jan 5 2018, 04:01 PM)
where would u guys recommend reading tutorials for beginners? i just joined a programming company lately, they mainly uses linux, sql, and shellscript. am coping with basics okay but i cant really look for good online tutorials/reads
*
For microsoft technology tutorial, usually I will refer to their https://docs.microsoft.com/en-my/
Imaizumi
post Aug 2 2019, 06:09 AM

Getting Started
**
Junior Member
266 posts

Joined: Oct 2004
Would suggest:
Clean Code and Clean Architecture by Bob.
Then move to DDD books.
mmweric
post Jan 24 2020, 04:28 PM

Getting Started
**
Junior Member
156 posts

Joined: Jan 2020
QUOTE(billneedme @ Jan 21 2009, 12:34 PM)
does you all learn C++ from book or Internet ?
*
I learnt from a book but that was a long time ago there might be some online courses too.
mmweric
post Apr 21 2020, 07:05 PM

Getting Started
**
Junior Member
156 posts

Joined: Jan 2020
QUOTE(dreamsky999 @ Jul 21 2011, 01:10 AM)
Not sure if you're asking a weird question, but mostly I assume programmers here are the one who take up programming-related course be it B.Sc Comp Science or some mechanical engineering or E&E courses. From there, books and internet are there to enhance & brush C++.

Learning from scratch on programming from books and internet is very unlikely unless you have a profound interest in it.
*
Personally I think there is nothing wrong with picking up programming from a book. When I went to university 25 years ago and did computer engineering we spent more time being taught software engineering concepts. Example operating systems, compilers, computer graphics ray tracing, artificial intelligence (expert systems, neural networks, language recognition, searching), software development processes. Programming was just a tool we never had a course called programming we were just were taught the concepts and had to develop a project based based on the concepts example a ray tracing application, an expert system etc...

We were expected to pick up the languages ourselves. If you are not able to pick up a language from a book maybe programming might not be right for you due to lack of interest or you might have have also picked up the wrong book.

If you have not programmed before it’s better to pick up a book with some exercises at the end of each chapter with sample answer programs. If you don’t have exercises to practise you would most probably finish the book and still be totally confused.
mentalhealth.my
post Nov 27 2020, 12:41 AM

Getting Started
**
Validating
147 posts

Joined: Sep 2015
As a software developer, we need to be careful with our licenses.

https://choosealicense.com/licenses/


MyRedz
post Apr 27 2021, 12:38 AM

Enthusiast
*****
Senior Member
961 posts

Joined: Jan 2007


Anyone suggest some programming test like coderank for practice?
Imaizumi
post Apr 29 2021, 07:41 AM

Getting Started
**
Junior Member
266 posts

Joined: Oct 2004
Hackerank is good.
SUSalibaba5263
post May 13 2021, 06:37 PM

Getting Started
**
Junior Member
54 posts

Joined: Nov 2020
How to start?
FlierMate
post Dec 28 2021, 08:37 AM

On my way
****
Validating
543 posts

Joined: Nov 2020
........

This post has been edited by FlierMate: Dec 31 2021, 05:17 PM
ProSuperSchool
post Mar 11 2022, 12:43 PM

On my way
****
Junior Member
583 posts

Joined: Aug 2021


QUOTE(mmweric @ Apr 21 2020, 08:05 PM)
Personally I think there is nothing wrong with picking up programming from a book.  When I went to university 25 years ago and did computer engineering we spent more time being taught software engineering concepts.  Example operating systems, compilers, computer graphics ray tracing, artificial intelligence (expert systems, neural networks, language recognition, searching), software development processes.  Programming was just a tool we never had a course called programming we were just were taught the concepts and had to develop a project based based on the concepts example a ray tracing application, an expert system etc...

We were expected to pick up the languages ourselves.  If you are not able to pick up a language from a book maybe programming might not be right for you due to lack of interest or you might have have also picked up the wrong book. 

If you have not programmed before it’s better to pick up a book with some exercises at the end of each chapter with sample answer programs.  If you don’t have exercises to practise you would most probably finish the book and still be totally confused.
*
I know this is necropost, but thank you so much for your input

ProSuperSchool
post Mar 28 2022, 05:24 PM

On my way
****
Junior Member
583 posts

Joined: Aug 2021


I'm using MIT Open Courseware and freecodecamp

4 Pages < 1 2 3 4 >Top
 

Change to:
| Lo-Fi Version
0.0247sec    0.35    5 queries    GZIP Disabled
Time is now: 21st December 2025 - 07:49 PM