Archives
All the articles I've archived.
-
Perforce MCP Server: AI-Powered Version Control for AI Agents
Learn how to integrate Perforce with VS Code, Claude, and AI assistants using the MCP Perforce Server. A complete guide to AI-powered version control workflows.
-
What is MCP (Model Context Protocol)? Understanding the Differences
A comprehensive guide to understanding Model Context Protocol (MCP), how it differs from LLMs, AI agents, APIs, and other similar concepts in the AI ecosystem.
-
Demystifying Java Interfaces: A Comprehensive Guide to Code to Interface [2 Examples]
Updated:Today we will discuss an important Java concept; Code To Interface. In the vast realm of Java programming, the concept of interfaces stands as a powerful and ve
-
Mastering Object-Oriented Design with SOLID Principles in Java
Updated:Explore the power of SOLID principles in Java for robust and maintainable code. Dive into Single Responsibility, Open/Closed, Liskov Substitution, Interface Seg
-
Vertical and Horizontal Database Sharding: A Comprehensive Comparison With Easy Analogy
Updated:Today we will discuss “Vertical and Horizontal Database Sharding”. In the realm of database management, scalability and performance are often of par
-
Spring Boot @Valid vs @Validated: An Easy In-Depth Comparison
Updated:Today we will be talking about “Spring Boot @Valid vs @Validated”. When it comes to building web applications, it’s essential to handle input
-
An Easy Step-By-Step Guide to Changing Server Port in a Spring Boot Application [4 ways]
Updated:By default, Spring Boot applications use port 8080. However, there are scenarios where you might need to change this port, such as avoiding port conflicts or ru
-
16 Java String Wrapper Class Quiz Important Questions [MCQ]
Updated:16 Java String Wrapper Class Quiz Important Questions Multiple Choice Hello learners, we have created a Java String Wrapper Class Quiz MCQ to help you…
-
Robot Return to Origin – LeetCode Simple Java Solution
Updated:Today we will be solving the Leetcode question “Robot Return to Origin” from the easy category. Problem Statement There is a robot starting at position…
-
Reverse Words in a String III – LeetCode Java 8 Solution
Today we will be solving the Leetcode question “Reverse Words in a String III” from the easy category. Problem Statement Given a string s, reverse the…
-
Merge Strings Alternately – Leetcode Java Solution
Today we will be solving the Leetcode question “Merge Strings Alternately” from the easy category. Problem Statement You are given two strings word1 and word2.
-
Kids With the Greatest Number of Candies – Leetcode Java Solution
Updated:Today we will be solving the Leetcode question “Kids With the Greatest Number of Candies” from the easy category. Problem Statement Given the array
-
Tomcat vs JBoss – Ultimate Comparison of Java App Servers [2021]
Tomcat vs JBoss – Ultimate Comparison Tomcat, as well as JBoss, seem to be two of the world’s most successful applications or web servers. They̷
-
21 Most Common Git Commands Every Developer Should Know [Example Tutorial]
Updated:Most Common Used Git Commands to make Developer’s life easier with a Cheatsheet Git is everywhere. Git has made the lives of developers and DevOps…
-
13 Most Basic Docker Commands Every Developer Should Know
Updated:In 2020, every developer is expected to know at least some of the Most Basic Docker Commands. Developers should know how to write a dockerfile and must be able
-
All Spring Annotations ASAP Cheat Sheet [Core+Boot][2023]
Updated:Spring annotation cheat sheet Nowadays, there are so many spring annotations that it could become overwhelming. Spring Framework started out with…
-
Most Important Spring Boot Interview Questions [2020]
Updated:Spring Boot Interview Questions: Spring has become undoubtedly the most famous framework among Java developers. Spring comes with a lot of configurations and to
-
20 Java Regular Expressions Quiz Regex Important Questions [MCQ]
Updated:Java Regular Expressions Quiz Regex Questions We have brought some Java Regular Expressions Quiz Regex Questions to test your Regex Knowledge. If you need to
-
Reverse An Integer In Java 8 – Simple Code Example
Reverse An Integer In Java Reverse an Integer in Java is a part of our Java code examples series. This is a very common question…
-
Simple Guide To Dockerize Java Application Maven With Dockerfile [2020]
Updated:How To Dockerize Java Application Maven with Dockerfile Dockerize Java Application Maven: In this tutorial, we will dockerize a basic Java maven(quickstart) app
-
21 Basic Linux Commands Every Developer Must Know [2019]
Updated:Most Useful Linux Commands For Developer Cheat Sheet Included Basic Linux Commands: In 2019, it doesn’t matter which language you choose for development,
-
Composite Design Pattern Java Code Case Study
Updated:Composite Design Pattern Composite Design Pattern is a Structural Design Pattern that comes in the picture when we have a part-whole relationship. Part-whole re
-
Adapter Design Pattern Java Real World Example [2 Implementations]
Updated:Adapter Design Pattern Adapter design pattern is one of the classic Gang of Four structural design patterns. As the name suggests, we use Adapter Design pattern
-
Prototype Design Pattern Java Real World Example
Updated:Prototype Design Pattern Prototype Design Pattern is one of the classic Gang of Four Creational Design pattern. Prototype Design pattern is used when the Object
-
Builder Design Pattern Java Real World Example
Updated:Builder Design Pattern The Builder Design Pattern is a classic Gang of Four creational design pattern. Unlike Pattern Design pattern, the Builder Design Pattern
-
Abstract Factory Design Pattern Java Real World Example
Updated:Abstract Factory Design Pattern Abstract Factory Design Pattern is one of the Creational pattern and almost similar to Factory Method Pattern except because it’
-
Factory Design Pattern Java Simplified [Simple Real World Example]
Updated:Factory Design Pattern Java Factory Design Pattern is one of the most used design pattern in Modern System Development. In Factory Design Pattern, Whenever clie
-
Factory Method Design Pattern Java Simple Detailed Examples
Updated:Factory Method Design Pattern Java Factory Method design pattern also known as “Virtual Constructor” is a part of Gang of Four Creational Design Pat
-
Singleton Creational Design Pattern Java Explained [6 Code Example]
Updated:Singleton Creational Design Pattern Singleton Creational Design Pattern is a part of the classic Gang Of Four Creational Design Patterns. These deal with the cr
-
How is Java Pass by Value and Not by Reference [4 Examples]
Updated:Java Pass by Value and Not by Reference There is a common confusion in Java Developers especially who have worked with C/C++, whether Java is…
-
All About Java Regular Expressions Regex 2019
Updated:Regular Expression i.e Regex is common in every predominant programming language, let it be JavaScript, Python or PHP. A regular expression, regex or regexp is&
-
Top 40 Agile Scrum Popular Interview Questions
Updated:Agile Scrum Interview Questions Agile Scrum is the best methodology to meet today’s demand for accurate projects. Agile is used in almost the majority of…