Alexander Nikolov

Alexander Nikolov

Follow
homeAboutContactbadgesnewsletter
Tag

Databases

#databases

More content

Read more stories on Hashnode


Articles with this tag

How to migrate static DB configurations between environments

Dec 20, 20207 min read 123 views

I would like to be able to setup my data on the QA environment (typically from some kind of back-office app), perform some testing and move it easily...

How to migrate static DB configurations between environments

How to implement audit logging in our application

Dec 17, 202013 min read 215 views

Every once in a while we end up with requirement for implementing audit log solution for our database model, or at least covering part of it. Its...

How to implement audit logging in our application