Category Software

Sorting Algorithms

This post features popular sorting algorithms. List of Sorting Algorithms Sorting algorithms featured on this post: Insertion Sort Its complexity is O(n²). Bubble Sort Its complexity is O(n²). Cocktail Shaker Sort Cocktail shaker sort is a variation to bubble sort.…

Artifact Repository

An artifact repository or repository manager is a tool to manage, store, and distribute software artifacts, such as libraries, dependencies, and packages, throughout the software development lifecycle. List of Artifact Repository Solutions Artifact repository software: Nexus Sonatype Nexus Repository is…

IT Monitoring Applications

This post features monitoring tools of IT. List of IT Monitoring Applications List of monitoring tools: Prometheus Prometheus is FOSS, under an Apache 2 license. Prometheus at Wikipedia Prometheus source code repository Nagios Core Nagios Core is developed by Ethan…

Quiz Question Formats

This post summarizes some standard formats to store quiz questions. List of Quiz Questions Formats Quiz question formats feature on this post: QTI Question and Test Interoperability (QTI) is a standard format for the representation of assessment content and results.…

Computer Firmware

Firmware is low-level software that is embedded directly into hardware devices, typically stored in non-volatile memory such as ROM or flash memory. Firmware provides the basic functionality and control logic for the hardware device, enabling it to perform its intended…

Software Testing Frameworks

This post features software testing frameworks or software testing tools. Keyword Driven Testing (KDT) To check software testing tools focused on information security, you can read more about: Do not confuse software testing tools with automation software like browser automation…