Skip to main content

Jorge Chavez

Blogs from this Author

Man working on a computer with lines of code superimposed over him.

Best Practices to Design a Database

One of the basic aspects of building scalable and high-performance applications starts with a solid and good database design. A database is a structured set of data held in a computer, especially one that is accessible in diverse ways, and whose purpose is to provide a framework to ease the search for such data. Everything […]

Man working on a computer with lines of code superimposed over him.

How to Improve SQL Performance – Antipatterns

Ever come close to writing a perfectly looking and valid SQL just to see it take hours to run? SQL optimization might be the thing you need! For business and customers, time is limited and precious and as Software Developers, QA Engineers, DB Developers, etc we should strive to improve the efficiency of our queries […]