C# Files
Working with files and directories is perhaps one of the easier things to do in C#. Because files […]
Working with files and directories is perhaps one of the easier things to do in C#. Because files […]
In C# 3, the keyword var was introduced. What does var do? What is type inference? Let’s take […]
Before we can understand classes, we need to have a good knowledge of the basic building blocks. Encapsulation […]
This post is about protecting your privacy in Github. These files or folders might contain sensitive information like […]
This is part two of our Git series of posts. The previous post was called Git Introduction. The […]
This post is based on an article by Wikipedia and Joel Spolsky. Joel Spolsky is the co-founder of […]
The Java website says: “Java is a programming language and computing platform first released by Sun Microsystems in […]
Application Programming Interfaces, known as APIs, enable a business to expose content or services to internal or external […]
npm makes it easy for JavaScript developers to share the code that they’ve created to solve particular problems, […]
What is Kubernetes? Wikipedia says: “Kubernetes (commonly referred to as “K8s”) is an open-source system for automating deployment, […]
What is software user acceptance testing (UAT)? Techopedia says: “User acceptance testing (UAT) is the last phase of […]
Wikipedia says of Software Quality Assurance: “Software quality assurance (SQA or QA) consists of a means of monitoring […]