KTKemal Taskinincontroversialarchitect.hashnode.dev·Nov 30, 2025 · 6 min readJust for testingI remember the day in that job interview, just before closing the meeting, my then future manager told that he wanted to ask one more question: Did I know the difference between public, protected and private keywords? Back then, I gave the textbook a...00
KTKemal Taskinincontroversialarchitect.hashnode.dev·Feb 2, 2024 · 9 min readThe rule of threeEvery developer is a software architect. Every time we write code, we follow the design patterns, we decide on the design patterns, we take software principles into consideration, we weigh pros and cons, we aim towards a more maintainable and cleaner...00
KTKemal Taskinincontroversialarchitect.hashnode.dev·Dec 14, 2023 · 10 min readThe most important thing with test automationTest automation is an integral part of the developer doctrine. It definitely doesn't need an introduction. We use different techniques on different levels. We write unit tests, integration tests, end-to-end tests, UI tests, performance tests, and so ...00