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…
This post explains how to create an extension or add-on for Chrome or Chromium. Overview of Chrome Extension Creation Main steps to create a Chrome Extension: Developing a Chrome Extension This section explains how to develop a Chrome extension. Components…
This post features websites that offer free images or pictures. List of Website offering Free Images List of free pictures: Wikimedia Commons Wikimedia Commons is a portal that shares images, sounds and videos. Wikimedia Commons is a project from the…
This post features some libraries or game engines written in JavaScript for video games development. List of JavaScript Libraries for Video Games JavaScript Libraries for Video Games featured on this post: The most popular are GDevelop and melonJS. GDevelop It…
This post features some media or publications related to OT security. It is part of the main post about OT security. List of OT Security Media OT Security Media: Industrial Cyber Industrial Cyber is a journalistic medium based in Canada…
This post contains web-based Identity and Access Management (IAM) protocols. OpenID allows to use an account from another service. List of Web-based IAM Protocols Web-based Many of these protocols are used in combination to achieve Single Sign-on (SSO) or federation.…
Sometimes you need to check a website regularly to see if they are posting some information you are looking for and it has not been yet updated. In these cases, it would be interesting to get notified when these changes…
JavaScript, commonly abbreviated as JS, is a programming language focused on web development. JavaScript Description JavaScript is a multi-purpose, multi-paradigm, interpreted programming language. It is extensively used on web development as a programming language for the front-end and back-end functionality.…
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.…
Microsoft Forms is a cloud tool offered by American company Microsoft within the Office 365 suite. This post summarizes how to create a Quiz using Microsoft Forms, as it was on June 2023. Instructions may have changed since then. Instructions…