top of page
Search


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 25, 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...

The Tech Platform
Sep 17, 2021


Why Functional Programming in Object-Oriented Programming
Functional Interface and Lambda Expression allow us to adopt Functional Programming in Java. Wait a minute. Wasn’t Java an...

The Tech Platform
Aug 14, 2021


DtoMapper — Data Transfer Object Pattern implementation in Java
When designing modern scalable server applications, we most often use a multi-layered architecture relying on best patterns and...

The Tech Platform
Aug 13, 2021


Top 8 Programming Languages For Game Developers
Game Developers use Programming Languages to create a game's settings and mechanics. The Choice of Programming Languages depends on...

The Tech Platform
Jul 23, 2021


Benchmarking low-level I/O: C, C++, Rust, Golang, Java, Python
Benchmarking TCP Proxies is probably the simplest case. There is no data processing, only handling incoming/outgoing connections and...

The Tech Platform
Jul 19, 2021


Difference between C++, Java and Python.
C++ C++ is a general purpose programming language and widely used now a days for competitive programming. It has imperative,...

The Tech Platform
Jul 17, 2021


What is the Difference between C# and Java?
This article will give you the brief difference and similarities between Java and C# programming language. Java Programming Languages...

Sofia Sondh
Apr 15, 2021


How to Implement Bubble Sort in Java
Sorting algorithms play an important role in computer science and programming, as they allow us to efficiently arrange data in a...

The Tech Platform
Mar 25, 2021


What is Deadlock in Java?
Deadlock is a common challenge in multithreaded programming that can occur when two or more threads are unable to proceed because each is...

The Tech Platform
Feb 26, 2021
bottom of page
