Month: June 2024
-
Relay Email via Amazon SES
Issue I’d like to relay all my Ubuntu 22.04 email through Amazon SES. FYI Use at your own risk. Like seriously, do some research prior to implementing any of this into your…
4
-
In JavaScript, what is the difference between `.contains()` and `.includes()`?
In JavaScript, .contains() and .includes() are used for different purposes: .contains(): This is a method of the Node interface in the Document Object Model (DOM). It’s used to check whether a node…
5
-
VS Code, Associate Jinja with HTML
Using VS Code, go to your settings.json file and add the following within the {} brackets. Have you tried this approach or something similar? Leave a comment if this helped or if…
2