EGEliud Githukuingiteliud.hashnode.dev·Aug 9, 2024 · 3 min readUsing Data Store to store Jwt Token in native android developmentIntroduction In modern Android development, handling user authentication securely is crucial. JSON Web Tokens (JWT) are a popular method for managing authentication tokens. However, storing these tokens securely is equally important. In this blog, we...00
EGEliud Githukuingiteliud.hashnode.dev·Aug 9, 2024 · 4 min readMaking SQL queries on top of ORMs in Java Spring BootIntroduction In Spring Boot, Object-Relational Mapping (ORM) frameworks like Hibernate simplify database interactions by allowing developers to work with Java objects rather than writing complex SQL queries. However, there are scenarios where using p...00