Marcus Cvjeticanin

Handy shortcuts in IntelliJ IDEA

6 minute read Published: 2022-10-12

IntelliJ IDEA is my daily driver. Since I was introduced to Eclipse for Java at my university a while ago and experienced the terror, I was looking for alternatives and I found Intellij. I use it all the time, and it's definitely my favorite IDE. All the other Jetbrains products such as PyCharm and WebStorm are also on the same high standard.

How to generate a Docker image for a Rust project using GitHub Actions

10 minute read Published: 2023-10-25

In this article we are going through how to generate a Docker image for a Rust project, using web framework Rocket, with GitHub Actions.

It’s very straight forward. But I will go step by step here in case you haven’t touched Docker or GitHub Actions before.

Get started with Docker and Docker Compose

18 minute read Published: 2022-03-06

It’s hard to find a software company, besides embedded, that doesn’t take advantage of using Docker as their container solution. Even harder when it’s a company that focuses on the Web. There is a good reason why this is the case, it’s making life a lot easier for SWE/SRE/DevOps Engineers.