Camel Case vs. Snake Case

In the programming world, we distinguish two different naming conventions – Camel Case and Snake Case. We use these conventions when naming classes, variables, methods, packages, enums, interfaces, etc.

Now, the choice between Camel Case and Snake Case often Read more

Read More

Introduction to Java: A Beginner’s Guide

After 28 years, Java is still a popular choice when developing applications.

In this tutorial, we’ll explore the fundamentals of Java, its history, key features, and its role in the world of software development.

Java belongs to object-oriented programming Read more

Read More

Convert int to String in Java

In this short article, I’ll show you how to convert int to String in Java and vice-versa.

Int to String

To convert the int data type to String, we can use the valueOf() method provided in the Read more

Read More
Your knowledge portfolio

Your Knowledge Portfolio

Did you know there are more than 27.7 million developers worldwide?

When I first read this data, I was stunned. If you sit and think about it for a moment, you’ll realize it’s quite a significant number. Now, Read more

Read More

7 Habits of Highly Productive Developers

Keeping yourself focused and less distracted can be quite challenging. Different technologies/platforms are lurking in every corner and, sometimes, it’s hard to resist them. At the same time, they can be productivity boosters and killers.

When you’re working on Read more

Read More