REST API – Simple web server
We implement a simple REST web server using pure java. Both with socket server and using the HTTP server implementation currently in Java.
We implement a simple REST web server using pure java. Both with socket server and using the HTTP server implementation currently in Java.
This story tells you how I got my job and what brought me to seek the job at Textalk.
We look at using XML transforms and testing the result using XSpec
In this video, we improve the JavaCNN repository adding new image readers to get your test and training data.
We look at the differences in how we do HTTP requests today in Java 8 vs the new incubation project in Java 9 for HttpClient.
We explore how to package your Java code using jlink and maven in order to get all your dependencies in order.
In this video we talk about how to use remote repositories, pushing and fetching changes and integrating them into our repository.
We talk about what is good to know when you take employment in a company.
We use JCuda to run some workloads on the GPU and see the difference in speed.
We look into the very basic commands of git. Making changes and committing to a branch.