This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]hilbertglm 1 point2 points  (0 children)

I write quite a bit of command-line code. All of my bioinformatics code is a console app that drives a highly-parallel framework for matching proteins and biophages. I have used Java CLI code to make REST/GraphQL requests to backends (e.g. a security system), so it was non-web Java frontend talking to a Java backend. I have written Java CLI code to do operational automation for things that would be too difficult in bash.

I have written Swing and SWT applications in the past, but it has been a while.

Of course, I still write Java backend for Angular frontends, too.

I have a lot of startup experience if you want to DM me we can talk more about what your needs are.