10gen mongoDB developer certificate

Posted by & filed under java.

Hello, I’ve accomplished python online course for mongodb developers! That was really a greate course. Every lecutre was clearly explained. I truly recommend this one! I’ve deployed the blog app we were writing during the course. It’s coded in python with micro-framework bottle and mongodb as a storage. Fantastic stack of technology.

h2 mem in mysql mode with spring, flyway

Posted by & filed under java.

I had a problem to configure an h2 mem instace in mysql mode for our unit and semi-integrational tests. I’ve expirienced “no *public* schema” exception. And found simple solution for that on stackoverflow.com Schema related problems with Flyway / Spring and H2 embedded database To remember: The schema name in the init script should be… Read more »