Latest Posts

Dockerfiles

Dockerfiles are an essential tool in the development and deployment of Docker-based applications. They are essentially scripts that define the build process for a Docker image.

Docker Intro

So I suppose I'll just start out going over the very basics. Which so far is mostly what I know. So if you don't know much if anything about it this post is probably for you. So anyway, what is docker?

Dealing with ORA-01652

As I'm not terribly familiar with Oracle (I'm working to learn more) I ran into this particular error code which had me confused as to the cause. Eventually we narrowed down the cause and have a better idea as to why and I'll try my best to explain here. At least in my particular project.

Connecting PHP to Oracle

Recently I had to try and connect to Oracle via PHP and had naively assumed it was about as straight-forward as connecting to something like MySQL or Postgres. It is not.

I'm going to try and outline some potential issues and the steps which would be required to do so.