Firebase Hosting is static web hosting tailored for developers. Every app deployed is automatically provisioned an SSL certificate, all content is cached in a global CDN, and deployed just takes one command. Continue Reading
-
Tổng hợp Send data into Slack in real-time.
Incoming Webhooks are a simple way to post messages from external sources into Slack. They make use of normal HTTP requests with a JSON payload that includes the message text and some…
-
Tổng hợp Set Firewall for Azure Sql Database
Step by step: More -> Set server firewall Add client IP look like below figure Save Set Firewall for Azure Sql Database was last modified: July 14th, 2016 by…
-
Khoá học lập trình Khoá học lập trình LEARNING ON PROJECTS
Điểm nhấn của chương trình là mục tiêu giúp cho các học viên tiếp thu nhanh các kiến thức và phát triển kỹ năng sản xuất phần mềm thực tế…
-
Tổng hợp Sublime Text Mastery: Make Sublime Pretty
While the default install of Sublime isn’t unattractive, I think we can do way better.
-
Tổng hợp Use Laravel Blade And AngularJS Together
By default AngularJS and Blade conflict with the way variables are called. Both use a double curly bracket {{ var }} syntax. There are a few workarounds such as changing…
-
Tổng hợp Scrum không “như mơ” ở Châu Á
Bài viết này bắt nguồn từ buổi cafe khá thú vị với một người đang làm vị trí Agile Coach (Huấn luyện viên Agile) cho một hệ thống ngân hàng…
-
CSharp (.NET) Sự tinh gọn của C# 6.0
-
ASP.NET MVCCSharp (.NET) C# 6.0 có gì mới?
1. The null-conditional (“Elvis”) operator avoids having to explicitly check for null before calling a method or accessing a type member. In the following example, result evaluates to null instead of throwing…