Code

Shape Image One

Why Code Signing Certificate is Essential for Developers?

What is Code Signing Certificate? Benefits of Code Signing for Developers Why should you sign the code?

cpp

C++ or Python | Which Programming Language Deserves More Praise?

What is Differences Between C++ And Python? Advantages Of Python and CPP. Use of programming language.

Java

Java Array | Declaration, Initialization, Example Code

Java Array | Introduction, Declaration and Initialization explained with coding example. Advantages and disadvantages of Java array.

Linked List

Linked List in Java | Explained with Coding Example

Linked List in Java | Create, add and remove element in Java code. Explained with program and coding examples.

interview questions

SQL Query Interview Questions for Freshers and Experienced

Most common SQL query interview questions and answers for freshers and experienced.

coding challenge

Longest Contiguous Sequence of URLs in Browsing Histories | Indeed Interview

[Coding challenge] Longest Contiguous Sequence of URLs in Browsing Histories. Indeed Interview question.

JavaScript

How to Check if Array is Empty in jQuery/Javascript?

Write code to check if array is empty in jQuery or JavaScript. Length property explained with example.

Python

String Permutation in Python without itertools

Write a program to find and get all the string Permutation in Python without itertools.

Binary Tree

Find Parent of a Node in Binary Tree | Python Code

How to write a program to find parent of a node in binary tree? Solved using Python code?