Application Lifecycle Support
This post provides information about application lifecycle support. List of Application Lifecycle Support by Vendor Featured applications on this post: VMWare VMWare lifecycle support You might also be interested in…
This post provides information about application lifecycle support. List of Application Lifecycle Support by Vendor Featured applications on this post: VMWare VMWare lifecycle support You might also be interested in…
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…
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…
Electron is a framework to build cross-platform desktop application using web technologies. The main web technologies for developing in Electron are HTML, CSS and JavaScript. It also uses Node.js framework extensively. It is a free and open source software (FOSS)…
This post introduces to some aspects of Python development. Python Programming Language Python applications are developed using Python programming language. You can find more information about Python programming language on this post. Integrated Development Environments (IDEs) for Python It is…
Django is a back-end web framework written in Python. It follows the model-template-view (MTV) architectural pattern. The Model-Template-View Architecture The Model-Template-View (MTV) architecture separates logically the definitions of a project in the following components: Django apps follows the MTV architecture.…
Rust is a programming language that focuses on performance. Because it is compiled, low-level, static-typed and does not require a garbage collector, it can be considered a system programming language and it is suitable for operating system and video games…
Git is one of the most popular software source code control version system (CVS). This post explains the main aspects of Git. You may want to read about alternative source code CVSs on this post. Explaining what is Git Git…
NetBeans is a IDE for Java. As of 2023, it is maintained by Apache. Things you need to Configure when creating a Project in NetBeans Setting the License Header of Source Code Files Right click on the project, select “Properties”…
This post explains how to make a multilingual Java application. Introduction to Property files in Java As language changes depending on each computer and the region, it is considered locale specific. Locale-specific information in Java is stored in .property files…