↧
How to use Guice in a Lambda on AWS for dependency injection
Despite AWS recommending to use Dagger for dependency injection in your Java lambdas, you might be required to use Guice as your injection framework, for example to port an existing application...
View ArticleWhat are database migrations and why you need them?
Right now, you are probably running a SQL query manually to create or alter a table, or using a database management software like phpMyAdmin, MysqlWorkbench, DBeaver, etc. It might be working fine...
View Article