controversialarchitect.hashnode.devJust 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...Nov 30, 2025·6 min read
controversialarchitect.hashnode.devThe 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...Feb 2, 2024·9 min read
controversialarchitect.hashnode.devThe 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 ...Dec 14, 2023·10 min read