Posts by Willams S. de Sousa • 21 points
3 posts
-
1
votes1
answer237
viewsA: Stack and memory align operation in MASM X64
Hello, you can take a peek at this code: https://github.com/osdeving/asm-snake You’ll notice that all stack-frames were done manually, so you can take some of the functions that receive parameters…
-
1
votes1
answer55
viewsQ: Jakartaee vs Spring vs Java SE with JPA
Speak for me, baby? Reading the Oracle documentation I found the following excerpt: @Persistencecontext protected Entitymanager entityManager; Hence the EJB container will inject a standard Unit…
-
0
votes1
answer36
viewsQ: How to deal with duplicity exceptions in Constraint Unique?
Speak devs, all right? How best to deal with duplicity errors when trying to create field with Constraint Unique? Just let the exception happen? Or I a findByAlgumCampo and if it already exists I do…