Checking ownership in Spring
Say a forum user creates a post. Only that user, the owner, should be allowed to alter said post.
Hi, I'm Brian. Welcome to my blog. Here I write about the things I've learned whilst creating stuff on the web.
I hope that you will find something noteworthy here, that will pique your interest, and that you will visit again soon.
Say a forum user creates a post. Only that user, the owner, should be allowed to alter said post.
Introducing Slurp 1.0. Slurp is a task runner for Java. It allows tasks, aka Runnable
instances to be executed.
CPU branch prediction is when the CPU tries to guess the outcome of a conditional
operation, eg: an if
statement, before it is executed. If it guesses correct then
the CPU can continue executing instructions without interuption.