Microsoft Releases TypeScript v3.3

Microsoft has released TypeScript v3.3 that has brought improvements in calling union types behavior, Incremental file watching for composite projects, and support...

Why Learn C#

If you want to get into computer programming, C# is one of the easiest programming languages among them all. 

Dependency Injection In .NET Core

In this article, we will see how dependency injection works in .net core using Microsoft.Extension.DependencyInjection. Consider a scenario where...

Angular 7 Project With ASP.NET CORE APIs (Gym Project)

This project is a basic gym project developed using Angular 7, ASP.NET Core APIs, and SQL Server database.

Continuous Integration and Delivery for Beginners (DevOps)

Continuous Integration and Delivery with VSTS (Visual Studio Team Services) Editorial Note Having trouble writing or...

Xamarin.Forms – Working With Firebase Realtime Database CRUD Operations

 Xamarin.Forms code runs on multiple platforms - each of which has its own filesystem. This means that reading...

The Go Program Structure

Introduction  Go is no different in having its own syntax or structure and its own flavor like every other...

20 Tools I Use As A Software Developer

As an avid enterprise software developer, using the right kind of tools keeps me productive by helping me track my work, manage...

How To Integrate Swagger In an .NET Core Web API

Swagger is an open-source software framework that helps developers design, build, document, and consume RESTful Web API. Swagger is popular for its...

First python project in visual studio 2017

This article will demonstrate to you, how you can create your first Python application in Visual Studio 2017 and after creating your...

Xamarin.Essentials Streamlines Cross-platform Access to Native iOS, Android, and UWP Features

Xamarin.Essentials abstracts native mobile features into a set of cross-platform APIs with the aim to simplify their use. After a few months in...

SQL Code Smells

Some time ago, Phil Factor wrote his booklet 'SQL Code Smells', collecting together a whole range of SQL Coding practices that could...

Elasticsearch, Kibana and Docker using .NET Standard 2

Advanced logging in modern .NET applications. A Sunday-morning-proof-of-concept. Introduction In this article, you'll learn how to...

JavaScript Testing Using Mocha And Chai

In this article, I am going to discuss one of the popular Unit Testing frameworks, Mocha and the assertion framework chai.js.

Using Golang to Build Microservices at The Economist: A Retrospective

Key Takeaways The Economist needed more flexibility to deliver content to increasingly diverse digital channels. To achieve this...

.NET Core and DevOps

Key Takeaways DevOps is a worthy and rewarding pursuit no matter what technology stack you currently useClosedsource, proprietary...

9 bước xây dựng BSC theo Hiệp hội BSC Hoa Kỳ

Theo thống kê của Hiệp hội BSC Hoa Kỳ, hiện nay 65% trong số 1.000 doanh nghiệp (DN) lớn nhất thế giới...

CÁC TIÊU CHÍ SO SÁNH CÁC MEASURE (THƯỚC ĐO) CỦA OBJECTIVE (MỤC TIÊU)

Tiêu chí 1 : Linkage to Strategy/ Liên kết đến chiến lược CtyVới những hoạt động thường ngày. Lựa chọn các performance...

Chín (9) bước triển khai BSC

Thực ra BSC cũng không khó để triển khai lắm (thông thường BSC triển khai tới cấp trưởng phó phòng là nhiều...

S.O.L.I.D, GRASP And Other Basic Principles of Object Oriented Design

Learn SOLID, GRASP and other hard-core object oriented design OOD principles using a language-independent and in a simple manner to impress other...