top of page
Search
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
Dec 14, 2021
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
Nov 12, 2021
TOP 10 PROGRAMMING LANGUAGES FOR MOBILE APP DEVELOPERS
These are the best programming languages for mobile app development to explore As the process of mobile app development has been evolving...
The Tech Platform
Oct 19, 2021
Importance of Repository Design Pattern
The Repository Design Pattern is a software design pattern that separates the logic that retrieves data from the underlying data storage...
The Tech Platform
Oct 18, 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
Sep 29, 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 25, 2021
Exception Handling In Spring Boot
As we all know exception handling is the most important and crucial thing in SpringBoot Rest APIs, which helps us to perform conditional...
The Tech Platform
Sep 18, 2021
Front-End Development and Back-End Development Languages.
Front End The front-end is built using a combination of technologies such as Hypertext Markup Language (HTML), JavaScript and Cascading...
The Tech Platform
Sep 17, 2021
Spring Boot : Features, Advantages and Disadvantages of Spring Boot
Spring Boot is an open-source micro framework maintained by a company called Pivotal. It provides Java developers with a platform to get...
bottom of page