top of page
Search


SOLID Principles in Programming
SOLID principles are object-oriented design concepts relevant to software development. SOLID principles form the fundamental guidelines...

The Tech Platform
Feb 9, 2022


Top Programming Languages used by Blockchain Developers
A blockchain is a distributed database that is shared among the nodes of a computer network. As a database, a blockchain stores...

The Tech Platform
Jan 28, 2022


Write a Program to Check whether the two Strings are Equal or Not in Java
An array is a data structure in java that holds values of the same type with its length specified right from creation time. Think of a...

The Tech Platform
Jan 24, 2022


Which language is best for Web Development?
Web development It refers to the building, creating, and maintaining of websites. It includes aspects such as web design, web publishing,...

The Tech Platform
Jan 17, 2022


Difference between Java vs .NET. Who wins?
What is Java? Java is a programming language that is cross-platform, general-purpose, class-based, and object-oriented. Even though Java...

The Tech Platform
Jan 12, 2022


Setting up Keycloak and Securing Spring Boot Rest APIs
Keycloak is an open-source identity and access management solution which makes it easy to secure modern applications and services with...

The Tech Platform
Jan 12, 2022


The Command Pattern in Java
The command pattern is a behavioral design pattern and is part of the GoF‘s formal list of design patterns. This pattern intends to...

The Tech Platform
Dec 14, 2021


Top 5 High-Performing Backend Frameworks
Backend frameworks are libraries of backend (server-side) programming languages that enable the construction of the backend structure of...

The Tech Platform
Oct 18, 2021


Exception Handling in Java
Exception Handling is a mechanism to handle runtime errors such as ClassNotFoundException, IOException, SQLException, RemoteException,...

The Tech Platform
Sep 29, 2021


Java Hibernate
Java Hibernate is an object-relational mapping tool(ORM) allowing the mapping of object-oriented models to relational databases for web...

The Tech Platform
Sep 29, 2021
bottom of page