Coding Blocks
by Allen Underwood, Michael Outlaw, Joe Zack Β· Various
Pragmatic talk about software design best practices: design patterns, software architecture, coding for performance, object oriented programming, database design and implementation, tips, tricks and a whole lot more. You'll be exposed to broad areas of information as well as deep dives into the guts of a programming language. Most topics discussed are relevant in any number of Object Oriented programming languages such as C#, Java, Ruby, PHP, etc.. All three of us are full stack web and database / software engineers so we discuss Javascript, HTML, SQL and a full spectrum of technologies and are open to any suggestions anyone might...
More resources on Introduction to Computer Science
Structure and Interpretation of Computer Programs (SICP)
The definitive text on computational logic and the structure of computer programs; teaches abstraction as a primary engineering survival tool.
CS Unplugged
Free intro CS without computers for concepts
NandGame
Interactive NAND to computer builder, free and fun intro
CS50 Harvard Official
Free course materials and problem sets
Teach Yourself Computer Science
Self-study guide with free resources, top Reddit rec
Introduction to Computer Science and Programming Using Python
An introduction to computer science as a tool to solve real-world analytical problems using Python 3.5.
