@yonatankarp
Senior Backend Software Engineer
I've started to work as a software engineer at 2014, however, I started to write code at high-school.
My first language was Assembly, but still, I fall in love with the possibilities to make the computer to do as you wish, shortly after that I started to write in C.
Later on I studied a practical engineering in electricity, and during this time discovered that I preferred much more writing code than design electrical components.
As a result of this understanding I decided to switch and study bachelor degree in computer science in Reichman university, where the focus was of the Java language.
Today I'm working at SumUp using Kotlin, SpringBoot & Micronaut, Cassandra and Kafka
I'd be happy to mentor & contribute to open source code 馃殌
Really great article! What I wonder about is how you get to people... for example, specifically here in the platform seems that most blogs are around JS, while I'm writing about backend, and specifically about Kotlin (which is a relatively small amount of people compared to other stacks) I'd be curios to hear your take on it! :)
Great article! a few small typos: -the function getCategory() gets the user's score, but in its usage, you're passing the entire user object. In the right example, the naming function gets userscore as the paramer, while it should (for the best of my understanding) be user . Same goes for the score that in the right approach accepts userscore1 as parameter (which for me also feels a bit like a code smell as there is only 1 parameter)
Hi Flying Monkey , yes, the readPuzzleInput functionality needed to be implemented, I recently changed the structure of who I'm doing the code, so each day would have a unique class with 2 functions (part1, part2) and it would be executed using unit tests, you can see the current solutions (including the mentioned method) in my GitHub repository: https://github.com/yonatankarp/advent-of-code I'm planning on re-writing the articles for days 1 to 4 accordingly. I hope that you enjoyed the article!