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…
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 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.…
An application programming interface (API) is a way for two or more computer programs to communicate with each other. Concepts related to API Electronic Data Interchange (EDI) is a is a process between two computer systems that enables two companies…
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…
React is a web front-end framework written in JavaScript (JS) programming language. You can find an introduction to JavaScript on this post. You can find a list of alternative front-end web frameworks on this post. React Components JSX is a…
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 web back end frameworks. Web back end framework ease the tasks for the developer when working on back end scripting with languages like Java, Python or PHP. List of Web Back End Frameworks Web Back End Frameworks…
This post lists some popular CSS frameworks. List of CSS Frameworks CSS Frameworks featured on this post: Bootstrap Bootstrap is free and open source (FOSS). It is developed by the Bootstrap Core Team. Official Web Tailwind CSS Tailwind CSS is…