@jaytaph · 3 years ago
This weekend I've created a proof-of-concept of a system that crawls PDFs, extract the text with Tika, stored it into Elasticsearch and created a sim…
@jaytaph · 3 years ago
This weekend I've created a proof-of-concept of a system that crawls PDFs, extract the text with Tika, stored it into Elasticsearch and created a sim…
@jaytaph · 3 years ago
I'm trying to figure out if I can secure the site a bit more with the help of Content Security Policy (CSP). We can tighten up XSS attacks, and only…
@jaytaph · 3 years ago
Turns out that we have a lot of Laravel projects which in turn uses translations. To maintain these we use a standard JSON file for each language. Su…
@jaytaph · 3 years ago
I've finished up the MVP of the codemusings website. So, pretty much everything I wanted is implemented: writing codemuses, followerlists, comments,…