Yavuz Tas
Senior Software Developer
Featured
Consuming Variable Responses in Jackson
In addition to being another popular library of JSON in Java, the Jackson Library is very well known for its ability to offer deep customization in an opinionated way. more
Consuming Variable Responses in Gson
No matter being public or private, Restful APIs are the most popular way to integrate our applications with the world outside. This means you do not have a chance to alter the services you consume, instead, you should... more
ApplicationContext in Spring Framework
When we deal with the business requirements in enterprise world, IoC containers can be a life saver in software development. They provide us a frictionless orchestration for our application components... more
Welcome to My Blog!
This is a momentous occasion for me, so many years I had to wait to launch my blog. Under the burden of my daily work, I thought I couldn't share my experience because I am a quite busy software developer. more
All Articles
Consuming Variable Responses in Jackson
In addition to being another popular library of JSON in Java, the Jackson Library is very well known for its ability to offer deep customization in an opinionated way. more
Type Based Global Events in Vue.js
In one of the latest freelance projects of mine, my client prefers Vue Framework which is recently super popular on the frontend side. more
Consuming Variable Responses in Gson
No matter being public or private, Restful APIs are the most popular way to integrate our applications with the world outside. This means you do not have a chance to alter the services you consume, instead, you should... more
ApplicationContext in Spring Framework
When we deal with the business requirements in enterprise world, IoC containers can be a life saver in software development. They provide us a frictionless orchestration for our application components... more
Writing a Utility Class for Collections in Java 8
One of the fluent APIs that Java 8 brings us, is the Java 8 Stream API, which provides a practical and minimal interface to code, especially with the help of Java... more