Development TOML Cheat Sheet TOML Cheat Sheet TOML (Tom’s Obvious, Minimal Language) is a minimal configuration file format that’s easy to read Captain Salem Aug 26, 2024 1 min read
Development Signs You Need to Replace Your Hard Drive Do you need to replace the hard drive of your MacBook Pro? Wondering how much a new hard drive MacBook Captain Salem Aug 26, 2024 3 min read
Development SQL Server Try Catch SQL Server Try Catch Error handling is a critical tool for us developers as it allows us to anticipate and Captain Salem Aug 26, 2024 3 min read
Development SQLite Select Statement SQLite Select Statement SQLite is a C library that provides a lightweight, disk-based database. It allows us to create a Captain Salem Aug 26, 2024 3 min read
Development SQL Server Truncate Table SQL Server Truncate Table When working in a database, you may come across instances where you need to wipe and Captain Salem Aug 26, 2024 2 min read
Development SQL Server Table Variable SQL Server Table Variable In SQL Server, table variables are types of local variables that allows us to store and Captain Salem Aug 26, 2024 3 min read
Development SQL Server Trim Function SQL Server Trim Function Like many other relational databases, SQL Server provides us with a suite of string manipulations tools Captain Salem Aug 26, 2024 2 min read
Development SQL Server Right Function SQL Server Right Function Ever wanted to quickly grasp the tail end of a string in SQL Server? Whether it’ Captain Salem Aug 26, 2024 1 min read
Development SQL Server Split String SQL Server Split String String operation is a common task for any developer and when working within a database, it Captain Salem Aug 26, 2024
Development SQL Server Reverse String SQL Server Reverse String In the realm of databases, manipulating, querying, and transforming data is fundamental. SQL Server provides us Captain Salem Aug 26, 2024 1 min read
Development SQL Server OFFSET FETCH SQL Server OFFSET FETCH In this article, you will learn how to use the OFFSET and FETCH clauses in SQL Captain Salem Aug 26, 2024 5 min read
Development SQL Server Get Error of the Last Statement SQL Server Get Error of the Last Statement SQL Server is one of the most influential and powerful relational databases Captain Salem Aug 26, 2024 2 min read