marinsborg.hashnode.devChoose the best programming language to learn first and where to learn themAs a beginner in the world of programming, choosing the best programming language to learn first can be overwhelming. With so many options available, it's difficult to know how to start. Luckily, there is no wrong answer. Every programming language i...Dec 13, 2022·6 min read
marinsborg.hashnode.devLearn coding in 2023 — free and simpleIf you ever had an idea to start programming, you should definitely try it in 2023. Programming is a skill like any other. It takes some time till you get the basics and then the more time you invest, the easier it is. Reasons to learn coding Since ...Nov 20, 2022·2 min read
marinsborg.hashnode.devRecreate the Pokemon game in 70 lines of JavaScriptIntroduction “Who’s that Pokemon?” should bring memories for most people. If you don’t know what it is about then I would advise you to go and lookup for the adventures of Ash Ketchum and his Pokemon friend Pikachu. In this post, I will show you how...Jul 12, 2022·9 min read
marinsborg.hashnode.devURL shortener - Java and Spring complete tutorialIntroduction Implementing a URL shortening service is not a complex task, and it is often part of system design interviews. In this post, I will try to explain the process of implementing the service. A URL shortener is a service that is used to crea...May 20, 2022·16 min read