Code

Java

Java Regex Example Explained | Regular Expression

Simple Java regex example explained with code. Regular expression to search, match and manipulate the string.

CSS

How to indent First/All Line of Paragraph in HTML and CSS?

How to indent first line of paragraph in HTML and CSS? HTML Indent Paragraph All lines. The text-indent property for paragraph.

HTML

Hide/Show Password using Eye icon in HTML and JavaScript

How to hide and show password using eye icon in html and JavaScript? Toggle password on Click with visibility eye.

Neural Network

Experimenting Neural Networks from scratch in Python

[Complete code] Neural Networks in Python. Experimenting from the scratch. What is Neural network? How to implement it in Python?

Code

[Solved] Program to Find Pairs that have Desired Sum in Java, Python

Write a program to count and find pairs that have desired sum from the given array. Program solved in Java, C/C++ and Python.

career

10 Most In-demand Programming Languages | Salary and Jobs

What are the most in-demand programming languages to learn for the future? Highest paying companies hiring and offered salaries.

coding challenge

[Solved] Maximum Sum Subarray | Microsoft Interview Question

Write a program to find out maximum sum subarray. Subarray contains positive and negative integers. Complexity of Kaden’s Algorithm.

Program to Check Odious Number in Java, Python, C/++

How to write a program to check odious number in Java, Python and C/C++. Explained with algorithm and examples.

coding challenge

[Solved] Sort the String According to the Frequency of Character in Java

Write Java program to sort the string according to the frequency of character? Solved in C/C++, Java and Python.