Web-Development
-
Text overflow shadows - March 27, 2017 14:54
Sometimes you want to display some text that doesn't fit in it's boundaries, for example a one-line title at the top of the page, which might be too long to be displayed on a mobile device. Then you have to cut off the text and somehow show the user ...
-
Setting up Nginx with SSL as a static server and reverse proxy for NodeJs - August 4, 2020 20:36
Yesterday I've set up a new Web project that contains a static file server for html and Javascript for the front end, as well as a NodeJs server for the backend. Both are secured via SSL and have their own subdomains. The whole setup wasn't super sim ...