Tag

Core Concepts

0 views collected around this technical thread.

Architecture Digest
Architecture Digest
Dec 1, 2017 · Fundamentals

The Importance of Fundamentals in Programming

The article emphasizes that mastering core computer science subjects such as discrete mathematics, algorithms, operating systems, computer architecture, and compilers is essential for building solid programming skills and avoiding future difficulties when learning higher‑level frameworks and languages.

Core Conceptscomputer science basicslearning path
0 likes · 7 min read
The Importance of Fundamentals in Programming
Java Captain
Java Captain
Nov 24, 2017 · Fundamentals

Illustrated Guide to Core Java Concepts

This article presents a series of annotated diagrams from the Program Creek Java tutorial that visually explain fundamental Java topics such as string immutability, the difference between equals() and hashCode(), exception hierarchy, collection framework, synchronization, aliasing, heap vs. stack memory, and the JVM runtime data areas.

CollectionsCore ConceptsJVM
0 likes · 3 min read
Illustrated Guide to Core Java Concepts