Strategy Design Pattern with Spring Boot + Kotlin - Cleaner code with no boilerplateMar 2, 2023·5 min read
Introducing ShapeShift: A lightweight, modular, performant and extensible object mapping library for Kotlin/JavaOct 12, 2022·3 min read
Introducing OstaraWhat is Ostara Ostara is a modern tool for managing and monitoring actuator-enabled microservices that aims to make the process more user-friendly and straightforward. One of our main goals with Ostara was to create a tool that just works out of the ...Apr 18, 2023·4 min read
My First Real JobThe stack — Java, Mysql The Experience — 9 Years The Job — Junior Developer at Startup — My first job interview In my last year of uni Aviv (my now best friend and business partner) told me he is working at a startup that is now growing, and I should...Sep 6, 2022·7 min read
What I learned in UniThe stack — C# The Experience — 7 Years The Job — Uni Student + Freelancer — My first paying job Let me set the mood, poor uni student, first year physics major, tooo many courses at the same time, not enough sleep; I think you get the idea (and poss...Aug 25, 2022·5 min read
They don't call it intelligence for nothingThe stack — C#, Oracle The Experience — 4 Years The Job — The intelligence corps It's my time to serve This may be doxing myself a little, but where I live there is a mandatory military service, for 3 f%$#ing years. Luckily for me, I had some skills...Aug 17, 2022·5 min read
Kotlin Object Mapping - Pros & ConsWhat is Object Mapping? Multi-layered applications often have similar but different object models, where the data in two models may be similar but the structure and concerns of the models are different. Writing the mapping code is a tedious and erro...Aug 10, 2022·6 min read
Object Mapping advanced features & QoL with KotlinWhen working with multi-layered applications, external libraries, a legacy code base or external APIs, we are often required to map between different objects or data structures. In this tutorial, we will check out some Object Mapping libraries advanc...Aug 10, 2022·8 min read