Software
Software is a collection of programs and data that tell a computer how to perform specific tasks. Software is a term that opposes to hardware, from which the system is built and which actually performs the work. You can read…
Software is a collection of programs and data that tell a computer how to perform specific tasks. Software is a term that opposes to hardware, from which the system is built and which actually performs the work. You can read…
This post provides some hints to do a free and open source (FOSS) software project. Aspects to consider when building a Free and Open-source Software Project Aspects to take into account when making a free and open-source software (FOSS) project:…
This post summarizes libraries to create multimedia content, including window creation, input management, both 2D or 3D graphics and sound. It may leverage 3D graphics libraries like OpenGL or Vulkan. You can read this post about 3D graphics libraries. Graphics…
This post introduces to System and Organization Controls (SOC) reporting framework, in the context of compliance with US American law Sarbanes-Oxley Act (SOX). Regulation Context The Sarbanes-Oxley Act (SOX or Sarbox) is a United States of America federal law. It…
JavaScript, commonly abbreviated as JS, is a programming language focused on web development. This post is an introduction to JavaScript ecosystem, encompassing the JavaScript programming language, engines and runtime environments. JavaScript Description JavaScript is a multi-purpose, multi-paradigm, interpreted programming language.…
This post summarizes some ways to compress PDF files. Free methods to compress PDFs Free Online Tools I Love PDF Official website CIB pdf standalone Official website Paid methods to compress PDFs Paid Online Tools Official website Paid Applications Adobe…
This post summarizes some tools to manage disks on Windows OS, including error fixing. Tools to manage Disk on Windows Windows utilities to manage disk on Windows GUI Tools This section covers tools that Disk Management Disk Management is a…
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.…
This post lists some source code editors for software development or coding. What is the Difference between a Source Code Editor and an IDE? An Integrated Development Environment (IDE) offers tools to create software projects considering all operative aspects (code,…