Batuhan Kök·Jul 20, 2025Interfaces in Spring Boot — Clean ArchitectureA practical guide for new developers: how and why to use interfaces in your Spring Boot services, with simple examples.
Batuhan Kök·Oct 1, 2023Automatically Optimizing Imports — WebStormHow to optimize the imports automatically on save action in WebStorm? You can also sort them alphabetically on save action. Let’s do it!
Batuhan Kök·Apr 7, 2023Make ESLint or TSLint Automatic in IntelliJStatic code analysis is an essential part of the development life cycle (SDLC) for every platform. It brings numerous benefits to our…
Batuhan Kök·Mar 28, 2023Annual Tax Declaration in Poland (e-PIT)How to settle your tax? What is PIT-37 and e-Podatki? How to use e-PIT? (Urzad Skarbowy)
Batuhan Kök·Nov 29, 2022Fix for Java Cannot Find Symbol: QClassesWhen you use QueryDSL or something similar, they generate some classes in build process instead of you. With these auto generated codes…
Batuhan Kök·Feb 8, 2022How to Cancel a Pending Ethereum Transaction (MetaMask)Pending transactions on the Ethereum cause you to be unable to use your wallet. Let’s find out how to get rid of it by using Metamask.
InDoğuş TechnologybyBatuhan Kök·Jan 13, 2022GCP’de Kafka KurulumuGoogle Cloud Platform üzerine stand-alone Kafka kurulumu ve ayarları.
InDoğuş TechnologybyBatuhan Kök·Oct 18, 2021Customization of BigBlueButton 2.2How to customize BigBlueButton and Greenlight for your purpose of use. Detailed tips and much more…
InDoğuş TechnologybyBatuhan Kök·Oct 13, 2021How to Install and Configure BigBlueButton 2.2What is BigBlueButton? How to install and configure BigBlueButton 2.2 on your Ubuntu server successfully…A response icon2A response icon2
Batuhan Kök·Oct 12, 2021IntelliJ — Where is the “New Class” Button?How can you bring back “create New Java/Kotlin class” button on IntelliJ IDE?