Tagged articles
24 articles
Page 1 of 1
Selected Java Interview Questions
Selected Java Interview Questions
Mar 1, 2026 · Backend Development

Master Easy Work: Build, Run, and Serialize Java Workflows with Code Examples

Easy Work is a Java workflow engine that offers a simple API and modular components, enabling developers to create, execute, pause, and serialize complex workflows using code, JSON definitions, and rich conditional predicates, with detailed examples covering repeat, sequential, parallel, and conditional flows.

BackendConditionalEasyWork
0 likes · 8 min read
Master Easy Work: Build, Run, and Serialize Java Workflows with Code Examples
php Courses
php Courses
Jan 22, 2026 · Backend Development

Mastering PHP’s true Boolean: Conditions, Returns, and File Writing

This guide explains PHP’s true boolean value, demonstrates its use in conditional statements, shows how functions like file_put_contents return true on success, and provides practical code examples for assigning and testing true in real‑world scripts.

Conditionalbooleanfile_put_contents
0 likes · 3 min read
Mastering PHP’s true Boolean: Conditions, Returns, and File Writing
Java Backend Technology
Java Backend Technology
Nov 4, 2025 · Backend Development

10 Essential Spring Boot Features Every Developer Should Master

This comprehensive guide explores the most powerful Spring Boot capabilities—including @Conditional, @ConfigurationProperties, Actuator, DevTools, Retry, Cache, testing strategies, custom starters, Admin, and CLI—providing code examples and deep analysis to help developers boost productivity, reliability, and maintainability of their applications.

ActuatorCacheConditional
0 likes · 20 min read
10 Essential Spring Boot Features Every Developer Should Master
Java Architect Essentials
Java Architect Essentials
Jul 16, 2025 · Backend Development

Master Spring Boot Auto‑Configuration: 4 Layers Every Developer Should Know

This article demystifies Spring Boot's auto‑configuration by breaking it into four layers—annotation composition, loading engine, conditional assembly, and property binding—providing clear explanations, code examples, and common pitfalls to help developers ace interview questions and master backend development.

Backend DevelopmentConditionalJava
0 likes · 6 min read
Master Spring Boot Auto‑Configuration: 4 Layers Every Developer Should Know
Java Captain
Java Captain
Jun 24, 2025 · Backend Development

Master Spring Configuration: XML vs Java, Bean Lifecycle, and Advanced Profiles

This article explains Spring configuration files, comparing XML and Java (annotation‑based) approaches, details bean creation, scopes, initialization and destruction, and demonstrates advanced techniques such as conditional beans and profile‑specific configurations with clear code examples.

ConditionalConfigurationJava
0 likes · 6 min read
Master Spring Configuration: XML vs Java, Bean Lifecycle, and Advanced Profiles
Spring Full-Stack Practical Cases
Spring Full-Stack Practical Cases
Feb 12, 2025 · Backend Development

Master Spring Boot 3 Conditional Annotations with Real‑World Examples

This article introduces a continuously updated Spring Boot 3 case collection and PDF e‑book, then dives into the @Conditional annotation, custom condition interfaces, parameterized enhancements, SpringBootCondition usage, and multi‑condition combinations, providing complete code examples and test results.

ConditionalCustom AnnotationJava
0 likes · 9 min read
Master Spring Boot 3 Conditional Annotations with Real‑World Examples
IT Services Circle
IT Services Circle
May 29, 2024 · Fundamentals

Understanding the __name__ Variable in Python Scripts

This article explains how the __name__ variable is set when running Python scripts directly or importing them, demonstrates its behavior with multiple .py files, shows how unintended code can be executed, and introduces the if __name__ == '__main__' guard to control execution.

ConditionalImport__name__
0 likes · 6 min read
Understanding the __name__ Variable in Python Scripts
php Courses
php Courses
Oct 25, 2023 · Backend Development

Using PHP 8 Match Expressions to Simplify Conditional Logic

The article introduces PHP 8's new Match expression, explains how it replaces verbose if‑elseif‑else chains with a concise, switch‑like syntax, demonstrates usage with code examples, and outlines its advantages such as readability, reduced redundancy, and built‑in default handling.

ConditionalPHP8match
0 likes · 4 min read
Using PHP 8 Match Expressions to Simplify Conditional Logic
Programmer DD
Programmer DD
May 6, 2022 · Backend Development

Simplify Java Conditional Logic with Switch Expressions in Java 14

This article shows how to replace verbose if‑else chains with classic switch statements and then demonstrates Java 14's enhanced switch expression using arrow syntax, eliminating the need for break statements and making the code more concise and readable.

Conditionaljava14programming
0 likes · 4 min read
Simplify Java Conditional Logic with Switch Expressions in Java 14
Top Architect
Top Architect
Mar 16, 2022 · Backend Development

Deep Dive into SpringBoot Startup, Auto‑Configuration, Event‑Driven Architecture, and Conditional Annotations

This article provides an in‑depth analysis of SpringBoot’s startup process, automatic configuration mechanism, event‑driven architecture, and conditional annotation handling, illustrating key source code snippets and explaining how the framework loads and initializes beans, listeners, and embedded Tomcat server.

ConditionalJavaSpringBoot
0 likes · 25 min read
Deep Dive into SpringBoot Startup, Auto‑Configuration, Event‑Driven Architecture, and Conditional Annotations
Selected Java Interview Questions
Selected Java Interview Questions
Dec 25, 2021 · Backend Development

Implementation Principles of Spring Boot Auto‑Configuration

This article explains how Spring Boot’s auto‑configuration works by describing the role of @SpringBootApplication, the conditional annotations that drive bean creation, the use of META‑INF/spring.factories, and provides a step‑by‑step example of building a custom auto‑configuration module with full code samples.

BackendConditionalJava
0 likes · 9 min read
Implementation Principles of Spring Boot Auto‑Configuration
php Courses
php Courses
Nov 10, 2020 · Backend Development

Shell Script Conditional Structures: Using if and case Statements

This article introduces shell script conditional structures, explains the syntax of if (single, double, and multi-branch) and case statements, and provides step‑by‑step examples including a grading script and a start/stop/restart command script with full Bash code.

CaseConditionalIf
0 likes · 5 min read
Shell Script Conditional Structures: Using if and case Statements
Java Captain
Java Captain
Jun 26, 2018 · Backend Development

Understanding Spring Boot Auto‑Configuration and the @Conditional Mechanism

This article explains Spring Boot's core features, the role of @Conditional in automatic configuration, demonstrates custom condition classes and annotations, and walks through the source code of Spring Boot's auto‑configuration infrastructure, including @SpringBootApplication, EnableAutoConfigurationImportSelector, and class‑path condition evaluation.

Backend DevelopmentConditionalJava
0 likes · 17 min read
Understanding Spring Boot Auto‑Configuration and the @Conditional Mechanism