About Me - The Short Story

I am a lonely Python/C++ coder with a background in financial markets and an interest in modern art. I am an application-driven guy, not a computer scientist. Sure I have many gaps in my knowledge, but I strive to do my best to fill them. I keep learning new things, listening to smart guys, correcting my mistakes, and pushing myself to the limits. I enjoy it.

I will use this website both as a blog and as a hub to some of my projects. It is written from scratch in Python's Flask, my favourite web-framework.


Connect java to database (JDBC in 6 steps)

JDBC stands for Java DataBase Connectivity, which is a fancy name for a simple process - connecting a java app to a database. For connecting a java app to a database, you need to perform these steps. 

1] Load and register a driver...

java 
databases 
oracle 
jdbc