Tag

development productivity

0 views collected around this technical thread.

Architect's Tech Stack
Architect's Tech Stack
May 22, 2021 · Backend Development

Using IntelliJ IDEA Postfix Completion to Accelerate Java Development

This article introduces IntelliJ IDEA's powerful postfix completion feature, explains how to trigger it with a dot after an expression, and demonstrates ten common templates such as var declaration, null‑check, for‑loops, type casting and return statements, each illustrated with GIF examples.

IDE tipsIntelliJ IDEAJava
0 likes · 4 min read
Using IntelliJ IDEA Postfix Completion to Accelerate Java Development
Art of Distributed System Architecture Design
Art of Distributed System Architecture Design
Jun 13, 2015 · Fundamentals

Why Software Frameworks Are the New Programming Languages: Seven Key Reasons

The article outlines seven reasons why modern software frameworks have become more important than programming languages, emphasizing API‑centric code, architectural focus, built‑in algorithms, smart IDEs, visual programming, and the rule‑based nature of frameworks.

APISoftware Architecturedevelopment productivity
0 likes · 6 min read
Why Software Frameworks Are the New Programming Languages: Seven Key Reasons