Building a Budget Gaming PC in 2020 For Under $600 If you’re a passionate gamer, choosing a system that meets all your needs should be at the top of your priority list. When making this decision, you will also want … Read More
Technical Blogs
How to Recover Lost Data in Windows 10 in 2020
Data Recovery Learning how to recover lost data in Windows 10 is important, because if not handled correctly, and in the absence of knowledge on the right approach to the issue, it could result in the loss of critical files. … Read More
Understanding Java Buffer Pool Memory Space
Understanding Java Buffer Pool Memory Space What is the buffer pool memory space? Java applications use memory to store data temporarily as it is being processed. One of the memory spaces used by Java applications is the buffer pool memory … Read More
Object-Oriented Programming; what is Inheritance, Polymorphism, Abstraction & Encapsulation?
Object-Oriented Programming; what is Inheritance, Polymorphism, Abstraction & Encapsulation? What is object-orientated programming? Object-oriented programming refers to the concept in high-level languages such as Java and Python that uses Objects and classes in their implementations. OOP has four major building … Read More
How to Find Memory Leaks in Your Application
How to Find Memory Leaks in Your Application In software development, finding memory leaks is one of the most essential stages of the whole development process. It is worth noting that the most modern Integrated Development Environment (IDE) comes fully … Read More
Finding and fixing Spring Data JPA performance issues with FusionReactor
Finding and fixing Spring Data JPA performance issues with FusionReactor For several years, Spring Data JPA has established itself as one of the most commonly used persistence frameworks in the Java world. It gets most of its features from the … Read More
Spring Boot Performance Monitoring
Spring Boot Performance Monitoring Performance monitoring is a critical aspect of any software application development and deployment. It ensures that applications are running efficiently and effectively, and helps identify any issues that could negatively impact the user experience. With the … Read More
Eclipse Performance Monitor
Introducing The Eclipse Performance Monitor Eclipse IDE (Integrated Development Environment) is a multi-lingual development setting for almost any programming language you could think of – Java, C, C++, Clojure, Groovy, Haskell, JavaScript, Julia, Perl, PHP, Ruby, Rust, and much more. … Read More
[FRS-425] FusionReactor On-Premise Firewall DNS and Static IP address rules (Fusion Reactor 5.0.x – 7.4.x)
[FRS-425] FusionReactor On-Premise Firewall DNS and Static IP address rules (Fusion Reactor 5.0.x – 7.4.x) … Read More
Setting up multiple SSH keys with GitLab
My issue For some years I have had a large set of scripts, bash aliases, tools which I have had which I deploy on every system I have access. The scripts have lots of standard utilities I have created lots … Read More