Skip to main content

Blog

blog

Intro to Card Sorting

Have you ever used a product and the experience was horrible? I have, and it drove me to use a different product altogether. In an app for creating GIFs, the navigation items were placed improperly, and icons represented the wrong action items. The overall experience drove me to use a different product and avoid returning even after the company had fixed the issue. To maintain a strong customer base, it is important to focus on a good navigation system based on customer input.  

Christos Konstantakis by Christos Konstantakis

Creating Logins and Users in SQL Server

In order for any application to work, Logins are needed to authenticate to the application and Users need to interact and be allowed access to the application.  SQL Server is no different.  This article will teach you how to create Logins and Users for SQL Server on a relatively high level to begin your understanding of how SQL Server authentication and access is allowed.

Nick Adams by Nick Adams