marinsborg

@marinsborg-com · Joined June 2022

Web developer with the idea of helping others to start their programming career. That is why I write a blog about programming and career where I share my thoughts and experience.

Learn Python functions & create a simple project

Functions are key elements of programming. They are used in most programming languages. Functions allow you to break your code into smaller pieces. That way your code is easier to manage a...

URL shortener - Java & Spring tutorial

## Introduction A URL shortener is a service that is used to create short links from very long URLs. Usually, short links have the size of one third or even one-fourth of the original U...