Web Development Bundlers
A bundler is a tool in software development that is responsible for combining and packaging different pieces of code and assets into a single or a few files. The main goal of a bundler is to optimize the loading and…
A bundler is a tool in software development that is responsible for combining and packaging different pieces of code and assets into a single or a few files. The main goal of a bundler is to optimize the loading and…
The frameworks featured on this post can be applied generally to process, but also to software. Because of this, they are sometimes confused with software development models. You can find an introduction to dedicated software development models on this post.…
Entity relationship (ER) Model is a software engineering model that was developed to represent databases. They were first developed by Peter Chen and published in the paper “The Entity Relationship Model – Toward a Unified View of Data” in 1976.…
Information security domains or areas are the different fields where the practice and studies of information security can be split. This post proposes different classifications for the security domains. Information Security Domain Proposals Information security domain proposals featured on this…
This post features free and open-source (FOSS) 3D computer graphics tools. List of FOSS 3D Computer Graphics Tools FOSS 3D computer graphics tools featured on this post: Blender Blender is released under a GPLv2-or-later license. Official website
ISO/IEC 15408, also known as Common Criteria for Information Technology Security Evaluation, Common Criteria or CC, is an international standard for testing and confirming the system security. Common Criteria supersedes the American TCSEC (Trusted Computer System Evaluation Criteria) or Orange…
This post compiles different ways to generate income when developing or managing free and open-source software (FOSS) projects. The posts goes beyond projects within the FOSS definition, and also covers related projects that fall under the definition of open core.…
This post features search engines for devices of the Internet of Things (IoT). List of IoT Search Engines IoT search engines featured on this post: Shodan Shodan is probably the most known IoT search engine. Official link FOFA FOFA is…
Single Sign-on (SSO) allows a user to access multiple applications with a single set of credentials. SSO Implementations SSO implementations: Kerberos Kerberos is both a SSO implementation and a AAA network protocol. You can read more about Kerberos on this…
Node.js is a back-end web development framework written in the programming language JavaScript. It allows to create server-side web applications in JavaScript. Take into account that JavaScript was a programming language intended initially for the client side, so JavaScript back-end…