Tag: security

  • Tech Stories: The DBA’s Dream Database

    Back when I worked for the people search company out in Playa Vista, I met a DBA who was pretty condescending towards the developers. You have to understand back then, DBAs had significantly a lot more power since many companies were using Oracle for their core backend. A good DBA usually were certified and could…

  • Symfony 2: Working with the Security Layer and Database Backends

    The examples over on the Symfony 2 site regarding building a security system, while decent, are somewhat incomplete and a little confusing, especially in putting all the details together for a database backed login system. While most of the code present on the two articles work for the most part, I wanted to add a…