Fading Coder

One Final Commit for the Last Sprint

Removing Console Output in Production Builds with Vite and Terser

Easily Remove All Console Output After Build: Give Your Code a 'Mute' Opportunity! Have you ever felt embarrassed about leaving a bunch of debug console statements in your production application? Worry no more! I'll show you how to remove all console output by configuring Vite's build process. Step...

Installing FreeTDS on CentOS for SQL Server and Sybase Access

FreeTDS is an open-source implemantation of the Tabular Data Stream (TDS) protocol used by Microsoft SQL Server and Sybase. It provides command-line utilities (such as tsql) and client libraries for applications. Project site: https://www.freetds.org Stable source tarball: http://ibiblio.org/pub/Lin...