👋 Merhaba
Just another developer, interested in web development, also remembers the day when we called 'Webmaster': not some random shiny title, which changes daily-basis. Most of my projects are private, sorry for that.
Featured
Adapter Pattern in Java with examples
Posted on:February 14, 2023 at 04:20 PMThe Adapter Pattern is a design pattern in software development that allows two incompatible interfaces to work together.
Comparison of Java build tools: Maven vs Gradle
Posted on:February 12, 2023 at 12:20 PMMaven and Gradle are both popular Java development tools that help automate the build process, manage dependencies, and simplify project setup.
Recent Posts
Adapter Pattern in Java with examples
Posted on:February 14, 2023 at 04:20 PMThe Adapter Pattern is a design pattern in software development that allows two incompatible interfaces to work together.
Comparison of Java build tools: Maven vs Gradle
Posted on:February 12, 2023 at 12:20 PMMaven and Gradle are both popular Java development tools that help automate the build process, manage dependencies, and simplify project setup.
Dates and Times in JavaScript: Navigating the Pitfalls of the Date Constructor
Posted on:February 12, 2023 at 04:20 AMLearn about the pitfalls and limitations of the built-in Date constructor in JavaScript, and how Intl.DateTimeFormat can help overcome them.