Projects in Awesome Lists by asioleLab
A curated list of projects in awesome lists by asioleLab .
https://github.com/asiolelab/spring-microservices
Microservices + Spring Boot + Spring Cloud + Docker + Kubernetes
Last synced: 30 Mar 2025
https://github.com/asiolelab/javacompletecourse
Learn Java In This Course And Become a Computer Programmer. Obtain valuable Core Java Skills And Java Certification
Last synced: 30 Mar 2025
https://github.com/asiolelab/flat-array
Write some code that will flatten an array of arbitrarily nested arrays of integers into a flat array of integers. e.g. [[1,2,[3]],4] -> [1,2,3,4]. (provide a link to your solution)
Last synced: 27 Apr 2026
https://github.com/asiolelab/simple-chat
Write a very simple chat server that should listen on TCP port 10000 for clients. The chat protocol is very simple, clients connect with "telnet" and write single lines of text. On each new line of text, the server will broadcast that line to all other connected clients. Your program should be fully tested too. (provide a link to your solution)
java javascript socket websocket
Last synced: 01 May 2026