RSSAmplifier

Blog

Debugging the Universe

Insights on Programming, Engineering and Life.

/RSS feed ↗2 posts

Latest posts

Database Concurrency Patterns For Developers

I have been developing applications interacting with databases for many years now and I have always taken concurrency for granted. I looked at the database as a black box and I never had to think about concurrency issues assuming that the database would handle it for me.

The beauty of OLAP SQL

In my daily job, I develop backends for analytical dashboards that show graphs to users to help them better understand their data. I want to share with you a real case scenario using SQL to write powerful OLAP queries.