As application developers, our goal is to produce secure, robust code that meets business needs and is easy to maintain, extend, and support with the least...
As application developers, our goal is to produce secure, robust code that meets business needs and is easy to maintain, extend, and support with the least effort. Within that framework, the challenge of securing our code can be a never-ending whack-a-mole exercise that robs us of precious development time.
As application developers, our goal is to produce secure, robust code that meets business needs and is easy to maintain, extend, and support with the least effort. Within that framework, the...
MyBatis has a long standing history of enabling developers to connect to databases using a lightweight approach on top of JDBC. This post shows how to use it to...
MyBatis has a long standing history of enabling developers to connect to databases using a lightweight approach on top of JDBC. This post shows how to use it to connect to an Oracle Autonomous Database.
MyBatis has a long standing history of enabling developers to connect to databases using a lightweight approach on top of JDBC. This post shows how to use it to connect to an Oracle...
In this post, we'll look at the new features in Micronaut 2.1 including some exciting framework enhancement for the Oracle Cloud.
“It’s a Wrap”: Oracle Groundbreakers Tour 2020 Latin America
A conversation with Avi Miller, Sr. Product Manager, about the Linux and Open Source.
In this post, we'll talk about a new module to provide powerful integrations between the Micronaut framework and Oracle Cloud.
Top Ten 60 Second Developer Stories
An overview of the Oracle Groundbreakers Tour 2020 Latin America
In the search for a lightweight data mapper in Go I found jmoiron/sqlx. This post describes how you can connect and query Oracle databases with it.