top of page
Search
The Tech Platform
Dec 7, 2022
Top Algorithm everyone should learn
An algorithm is a procedure used for solving a problem or performing a computation. Algorithms act as an exact list of instructions that...
The Tech Platform
Dec 7, 2022
Java Program to check whether given string is Pangram or Not?
What is Pangram? A pangram is a sentence using every letter of a given alphabet at least once. Pangrams have been used to display...
The Tech Platform
Nov 30, 2022
Java Program to check whether two strings are Anagram or Not?
What is Anagram? Two strings are said to be anagrams if they make a meaningful word by rearranging or shuffling the letters of the...
The Tech Platform
Nov 29, 2022
Find the Factorial of a Number in Java
In this article, we will find the Factorial of a Number in Java using 4 methods: For loop, While loop, Recursion, and BigInteger....
The Tech Platform
Nov 22, 2022
Best Software Engineering Books (2023)
Software engineering is a branch of computer science and a wing of engineering connected to the growth and development of computer...
The Tech Platform
Nov 21, 2022
Arrow Function vs Regular Function in JavaScript
JavaScript provides two main ways to define functions: arrow functions and regular functions. Both serve the purpose of executing a block...
The Tech Platform
Nov 16, 2022
2 Methods to find Prime Number in Java
Prime numbers are the numbers that are divided by 1 or the number itself and cannot be divided by any other number without leaving the...
The Tech Platform
Oct 31, 2022
Top 6 JetBrains IDE for Developers
JetBrains specializes in intelligent, productivity-enabling tools to help you write clean, quality code across. NET, Java, Ruby, Python,...
The Tech Platform
Oct 23, 2022
Which Programming Languages is best for Game Development?
Game Development is the art of creating games and describes the design, development, and release of a game. It may involve concept...
The Tech Platform
Oct 21, 2022
Top 5 best IDE for Terraform
What is Integrated Development Environment (IDE)? IDE is a software application that provides facilities to computer programmers for...
bottom of page