Web technologies

Implementing WebHooks and RESTHooks using TypeSript for Node.js and ExpressJS

(Thu Jun 30 2022 00:00:00 GMT+0300 (Eastern European Summer Time)) The WebHooks architecture lets one webservice send event notifications to another. RESTHooks build on them by advertising available events, allowing software to manage event subscriptions without human intervention.

Using HTMLParser2, DOMUtils, to process HTML and XML in Node.js

(Tue Dec 07 2021 00:00:00 GMT+0200 (Eastern European Standard Time)) HTMLParser2 is part of a cluster of Node.js packages (domhandler, domutils, css-select, dom-serializer) that enable powerful manipulation of both HTML and XML DOM object trees. These packages can be used not just for web scraping, but for server-side DOM manipulation, and they form most of the underpinning of Cheerio, the Node.js package for jQuery-like DOM manipulation on Node.js.