This is a seven-minute introduction to neural networks using the DeepLearning4J library. Deep Learning for Java is a library that provides support for many
[+]
I taught Software Analysis and Design(CSE 460) for a year at Arizona State University –Spring 2021 and Fall 2020. CSE460 introduces requirements analysis
[+]
This is a six-minute glipse of functional programming using Java. Starting with Java 8, we can enhance our Java code solutions with functional approaches.
[+]
This is a four-minute introduction to websockets using Eclipse Tyrus. A Websocket allows creating a communication channel between a client and a server. In particular,
[+]