SpringBoot REST API from scratch with Maven

Nowadays, REST APIs are pretty much everywhere, so it's nice to know how to create one, in this case, with Java and Spring, using SpringBoot and SpringMVC. We will cover the needed steps, from the maven dependencies to the controller creation and view ussage, and we will check if our rest API works with our web browser.

0 Comments

Express Node API Hosted on Proxmox with LXC

I've been programing an API for content creators (which you can find on github), that extracts some usefull information from diverse APIs (like Twitch, RIOT, etc...). This API is programed with JavaScript, and running on a NodeJS server. I wanted to host it by myself, so I've decided to run throught all the steps, software and tools I've used to achieve it.

0 Comments