Pages
(Move to ...)
Home
Legal
Info
HowTos
Code
Publications
Music
Finance
Links
Comics
Donate
▼
15/12/2024
[Android] Recompile and sign APK
›
Each new Android version introduces changes that usually require app developers to put some effort into keeping their app compatible with th...
08/11/2024
[Google Sheets] Import data from Investing.com
›
DISCLAIMER: This is not a stock picking recommendation, the tickers shown are used as example and not provided as financial or investment ad...
19/10/2024
[Google Sheets] Import crypto data from Coingecko
›
DISCLAIMER: I do not recommend investing in crypto, all tokens you will see are used as sample and not provided as financial or investment a...
04/10/2024
[Java] Get type of elements in collection using reflection
›
Java type erasure logic means that at runtime some information is removed/replaced from generic declarations, which poses a minor challenge...
27/09/2024
[Java] Load entity with lazy children collections
›
When using JPA and lazy collection loading, at the time the parent entity is retrieved from DB, the lazy children are NOT also loaded in mem...
26/09/2024
[Java] Using annotation processing (and validating it) to execute logic at runtime
›
Sample project showcasing how to use annotations to perform runtime logic to log changes in object values. Remember it is a SAMPLE , so obvi...
05/09/2024
[Java] Serialize POJO to XML according to XSD
›
If you generate a class from an XSD schema , it will come with the necessary annotations to serialize it to an XML String. You can therefore...
›
Home
View web version