Published: Apr 20, 2019 Tags: cloud, telemetry Category: Engineering This blog introduces what Application Insight can do. Application Insight Basics Application Insights is aimed at the development team, to help you understand how your app is performing and how it's being used. It includes functions: Detect, triage, …
Read MorePublished: April 19, 2019 Tags: security, cloud Category: Engineering Cyber Security is important aspect to digital transformation. To use Azure well, the understanding of the security building blocks is crucial. https://docs.microsoft.com/en-us/azure/security/azure-security-getting-started Security Basics Every …
Read MoreThis article offers a sample of basic Markdown syntax that can be used in Hugo content files, also it shows whether basic HTML elements are decorated with CSS in a Hugo theme. Headings The following HTML <h1>—<h6> elements represent six levels of section headings. <h1> is the highest section level while <h6> is the …
Read More
Hugo ships with several Embedded Shortcodes for rich content, along with a Privacy Config and a set of Simple Shortcodes that enable static and no-JS versions of various social media embeds. Instagram Simple Shortcode YouTube Privacy Enhanced Shortcode X Simple Shortcode Owl bet you'll lose this staring contest 🦉 …
Read MoreMathematical notation in a Hugo project can be enabled by using third party JavaScript libraries. In this example we will be using KaTeX Create a partial under /layouts/partials/hooks/head-end.html Add these lines to the newly created partial: 1{{ if or .Params.math .Site.Params.math }} 2{{ partial "math.html" . }} 3{{ …
Read MoreEmoji can be enabled in a Hugo project in a number of ways. The emojify function can be called directly in templates or Inline Shortcodes. To enable emoji globally, set enableEmoji to true in your site's configuration and then you can type emoji shorthand codes directly in content files; e.g. 🙈 :see_no_evil: 🙉 …
Read MorePublished: Feb 10, 2019 Tags: iot, booknotes, smartcity Category: Engineering Smart cities: Everyone's connected If everyone, every home, and every business is connected via the IoT, why not take the next step and connect your entire neighborhood, or even the whole city? Connected devices can help reduce congestion on …
Read MorePublished: Jan 27, 2019 Tags: booknotes, sales Category: Business There is new challenge to sell since buyers have changed. When they have an issue, they go online to research their problem. Buyers self-educate, leaving the seller totally out of the loop. Without deep buyer understanding, it's increasingly difficult to …
Read MorePublished: Jan 13, 2019 Tags: ai Category: Engineering This blog introduces the basic knowledge of machine learning. The details of algorithm and programming will come in later blogs. Machine learning is a technology which can resolve the computational problem without programming specifically. Process Machine learning …
Read MorePublished: Dec 25, 2018 Tags: career Category: Management To be a great technical expert, you do not only do exceptional technical work, and also exceptional job to let people see your skills. Build your personal brand Your personal brand is how others perceive you. It means you can ask others, capture their language, …
Read More