Camera matrix with GL3?

I understand rendering should be quite a bit simpler with OpenGL3, since the camera matrix built-in values are gone. Are there any examples available that show how to set up a simple perspective matrix with a shader in GL3? Thanks.

Yes, and a bit more
part 1
part 2
part 3

Looks good, thanks!