Since Github doesn't provide a great way for you to learn about new releases and features, don't just star the repo, join the mailing list. dsq will likely work on other platforms that Go is ported to ...
This time, I'm going to write about learning SQL. It all started with a casual comment from my teacher one day and a reference book placed in front of me. “You should try getting your hands on SQL ...
PostgreSQL is an advanced open-source relational database that has been widely used in the management of big data due to its robustness, scalability, and flexibility. However, with a large volume of ...
Headless CMSs are becoming more popular as companies want more flexible content management tools. These systems separate the content creation from how it’s displayed, giving more options for ...
pre-commit is a nice development tool to automatize the binding of pre-commit hooks. After installation and configuration pre-commit will run your hooks before you commit any change. CREATE OR REPLACE ...
In part 1 of my SQL Server 2022 features series, you learned about the improvements to the cardinality estimator component of query optimization. In this installment, you will learn about another ...