Skip to content
sysout.dev
src/main/java/dev/sysout/blog/About.java
import java.net.URI;
import java.util.List;
 
/**
 *

Sysout builds focused Android applications and writes about the engineering behind them.

 */
public final class

About

{
private static final String BIO = """

Sysout builds practical Android applications around file browsing, writing, and household organization.

This site also collects the design decisions, user documentation, release information, and field notes that grow alongside those applications.

""";
 
public static String currentRole() {
return "Independent software studio";
}
 
public static List<String> currentFocus() {
return List.of("Android applications", "developer tools", "software systems");
}
 
public static URI contact() {
return URI.create("sysout.devs@gmail.com");
}
}
OUTPUT$ IO.println("2 notes emitted");Process finished with exit code 0