Author: Aniruddha Chaudhari

API

Top 9 Difference Between SOAP and REST Web Services

Many think SOAP is the alternative to the RESTFul APIs. Biggest misconception in everyone’s mind. So here is the difference between SOAP and REST APIs.

interview

Riverbed Interview Questions Pattern | Tips to Crack Interview

Riverbed interview questions and paper patterns. Riverbed campus placement.

nit

Why Dr. Srinivasan Sundarrajan, Best Thing Happened to NIT Trichy ever?

Let’s muse! Why Dr. Srinivasan Sundarrajan is the best thing ever happened to NIT Trichy?

Python

[Complete Program] How to Set Default Dictionary Python Value?

[Complete Program] How to set a default dictionary python value? How to avoid KeyError in Python dictionary using get method?

c-string

Program to Check Palindrome String in C, Python

Write a program for palindrome in C, Python? What is Palindrome and how to identify or find if the string is Palindrome or not?

c-string

[Solved] Undefined reference to strrev | Error Code in C

Got error “undefined reference to strrev” while coding in C? Or for any other string function. Runs fine on one of the system, not on other systems?

GATE

GATE 2024 Topic-wise Syllabus for CSE and IT | Exam Pattern

What is the latest GATE topic-wise syllabus CSE and IT. Exam pattern for year 2023.

internship

9 Benefits of Internship I Learned before getting into Corporate

What are the Benefits of Internship? Advantages of a paid summer internship for engineering students.

Python

How to Reverse String in Python without using Function?

How to Reverse string in python without using function? Use extended slice syntax [::-1]. One line code for reversing string.