
Petre Popescu
@ppopescu
A Java Back-end Web Developer with a passion for coding


How to invalidate a compromised JWT
Written by Petre Popescu
In [a past article](https://petrepopescu.tech/2021/02/using-json-web-tokens-for-authorization/), I wrote about JWTs, how to generate one and how to use them for authorization. JSON Web Token...


Optimizing jQuery DOM manipulation
Written by Petre Popescu
*Article originally posted on my personal website at [How to optimize jQuery DOM manipulation](https://petrepopescu.tech/2021/02/optimizing-jquery-dom-manipulation/)* If you are working wit...


Building a form in Play Framework
Written by Petre Popescu
Almost all websites require a form in one way or another. It can be as simple as a search field or a more complex form with many inputs and validation mechanisms. Either way, the main princi...