Tag: Code
All the articles with the tag "Code".
Modifying a File Locally Without Updating the Remote Git Repository
Have you ever needed to modify a file locally without committing the changes to the remote repository?
A Binary Search Implementation
The binary search algorithm quickly searches a large array of numbers, it’s often referred to as divide and conquer.
The Benefits of Using a Build Framework
Continuous Integration (CI) and/or Continuous Delivery (CD) is the norm on software projects these days. There are many build servers such as Azure DevOps, TeamCity, Jenkins, and Cruise Control.Net.
Tools and Resources I Commonly use to Develop Software
Below is a collection of tools, libraries, and resources I commonly use.
NVarchar Vs Varchar
Each engineer defining a new string column decides: Do I use nvarchar or do I use varchar?
Changing a React Input Value from Vanilla Javascript
Changing a React input value from vanilla Javascript is not as simple as you might think.