After doing some #pentesting of a #wordpress #website , I am surprised they do not get #hacked way more often to be honest: https://portswigger.net/daily-swig/wordp.. The entire use of the #database and lack of #caching by default seems to be quite an issue. You can #ddos an otherwise #static #website entirely off of the #internet quite easily.
At some point I hope to be able to finish the #database for the #databaseconcept I wrote about in a recent #coffeespace #article https://coffeespace.org.uk/projects/data.. Once #index #caching is #fixed , it should be a super speedy and simple #keyvalue #store ! It will eventually be called #udatabase and will be the basis for even more exciting #future #projects !
I rally should investigate the use of a #bytestream some more, especially in something like #java when I'm reading and writing massive amounts of data: https://blog.sumtypeofway.com/posts/ode-.. I also hear that #buffered #bytes can in turn also do some #caching too as a result.