Errata Security: Some notes about HTTP/3
Category: Documentations
Documentations, Eiffel
Maintainable Code and the Open-Closed Principle – Severin Perez – Medium
A Look at the Open-Closed Principle in JavaScript Maintainable Code and the Open-Closed Principle – Severin Perez – Medium Oh, another interesting article that tries to educate the “unliterate” JavaScript masses about the basic principle behind Eiffel…..
Documentations
Italian Linux Documentation Project
Italian Linux Documentation Project ILDP del PLUTO Project – materiale d’annata, ma può tornare utile. Da notare l’uso delle icone del Font Awesome al posto dei “pallini” delle liste non-ordinate.
Documentations
The Forgotten History of OOP
The Forgotten History of OOP – JavaScript Scene – Medium
Documentations, GNU/Linux
Bug chasing
Some months ago I’ve set up a Debian 9 virtual machine on the VMWare server of the SME I work for. I planned to enable several services on it: an IMAP server to locally store the email archive of the administration office a shared calendar and address-book with the startd protocols CalDAV and CardDAV; while…
Documentations, Web
Migrating from ownCloud to Nextcloud – howto – Nextcloud community
Time to migrate https://help.nextcloud.com/t/migrating-from-owncloud-to-nextcloud/551
Link
It was vital to our lives, yet remained quiet and unobtrusive
Sorgente: How the shared family computer protected us from our worst selves – The Verge
Debian, Documentations
apt-mark
I was looking how to tell Debian to keep a couple of packages that it was going to remove as I asked to remove automatically installed packages. In fact sometimes you discover an interesting app or program that is required and/or used by another one you actually want. It was as simple as apt-mark manual…
Link
A small tutorial that shows the creation of a handwritten TrueType font in Linux with FontForge and Inkscape.
Sorgente: Creating a handwritten TrueType font in Linux – Gordon Lesti
Documentations, Javascript
How you can improve your workflow using the JavaScript console
As a web developer, you know very well the need to debug your code. We often use external libraries for logs, and to format and/or display… How you can improve your workflow using the JavaScript console Please meet: console.group() (or console.groupCollapsed() if we want it to be closed by default). Then add a console.groupEnd()…