Sounetra Ghosal

Hello folks, I am Sounetra Ghosal, a B.Tech graduate in Computer Science and engineering from GIS College of Engineering, contributing several articles for the well-being of geeks throughout the globe. I love to write content basically in C programming language. Also, besides Java, Python, and C++ are some of my favorite languages. Contributed 350+ articles in different organizations. I have also secured the 23rd position at the Technical Scripter 2022 Event at GeeksforGeeks. One of my articles gets this award for getting the most views. I have received 79 certificates in various fields of technologies and content writing. Every day I improve my skills to contribute more articles and expand my knowledge in any way possible.

Node.js vs Java. Which is Better?

Node.js vs Java: Which Is Better for Assignments, Projects & Submissions?

If you are a student working on a backend assignment or university project, choosing between Node.js and Java can be confusing. Most students do not fail because of logic errors. They fail because they choose the wrong technology for the assignment requirements. This guide explains Node.js vs Java from a student’s assignment perspective, including common

Node.js vs Java: Which Is Better for Assignments, Projects & Submissions? Read More »

Fibonacci Series Program In C

How To Implement Fibonacci Series Program In C Language?

Every newcomer in the Computer Science Course must face some of the beginner-level problems in the C Programming Language. The “Fibonacci Series Program in C Language” is one of such problems where you have to face challenges. However, the concept of the Fibonacci Sequence does not originate from Computer Science. The Fibonacci Sequence is completely

How To Implement Fibonacci Series Program In C Language? Read More »

ConcurrentModificationException In Java Loops

How To Fix ConcurrentModificationException In Java Loops?

As a beginner, when you are dealing with the Lists and Sets inside any Java Loops, you might face a scary-looking error that expresses the “ConcurrentModificationException in Java” message. The ConcurrentModificationException Error happens when you try to change the structure of the Lists or Sets while iterating over them using any Java Loops. However, fixing

How To Fix ConcurrentModificationException In Java Loops? Read More »

The Ultimate Student Checklist For Autograder-Safe Coding

In your university, if you are getting zero scores in your programming assignments, even after developing a logically correct code, then it is high time to focus on the “Checklist for Autograder-Safe Coding”. Autograder is a complicated machine where writing a logically correct code is not the whole thing. An Autograder judges your programs based

The Ultimate Student Checklist For Autograder-Safe Coding Read More »