top of page
Search
The Tech Platform
Oct 20, 2022
Difference between 32-bit JVM and 64-bit JVM?
What is JVM? A Java virtual machine is a virtual machine that enables a computer to run Java programs as well as programs written in...
The Tech Platform
Sep 12, 2022
Aspect Oriented Programming with SpringBoot
What is AOP? AOP is a programming paradigm whose main aim is to increase modularity by allowing the separation of cross-cutting concerns....
The Tech Platform
Aug 31, 2022
Open-Source Fonts Every Programmer should know
When choosing a font for casual reading, the reader expects the letters to smoothly flow into one another, giving an easy and enjoyable...
The Tech Platform
Aug 30, 2022
What is API key? Why it is Important?
An application programming interface (API) key is a code used to identify and authenticate an application or user. API keys are available...
The Tech Platform
Aug 29, 2022
Template Method Design Pattern
Template Method is a behavioral design pattern that defines the skeleton of an algorithm in the superclass but lets subclasses override spec
The Tech Platform
Aug 25, 2022
10 Console Methods in Javascript
In JavaScript, the console is an object which provides access to the browser debugging console. We can open a console in web browser by...
The Tech Platform
Aug 23, 2022
Top 10 Java Frameworks 2022
Java frameworks are specific to the Java programming language. It's a Java platform for developing software applications and Java...
The Tech Platform
Aug 16, 2022
Difference Between Wait() and join() methods in Java?
Wait() Method wait() causes current thread to wait until another thread invokes the notify() method or the notifyAll() method for this...
The Tech Platform
Aug 10, 2022
Coding : Principles, Types and Concepts
Coding is a list of step-by-step instructions that get computers to do what you want them to do. Coding makes it possible for us to...
The Tech Platform
Jul 28, 2022
map() vs filter() vs reduce() in JavaScript.
Map, reduce, and filter are all array methods in JavaScript. Each one will iterate over an array and perform a transformation or...
bottom of page