Learning big data is a big topic with a big commitment. You might know the hype of the big data. Big data is useful for today environment when we collected a lot of data for our business. The five V principles of Big data which is volume, velocity, variety, veracity, and value; allow us to understand why the big data is so promising and special. On this article, we will show you some curated mater...
[More]
When Your Application Need an Intelligence
You want to create application that want to utilize the machine learning. In the past, you need to prepare your computing environment and several tools such as TensorFlow and others. Today, you can manage your machine learning project easily with Visual Studio Codes. Basically, Visual Studio Codes will help you to generate script and run the script to t...
[More]
Requirements
We build PowerApps for the internal organization through the Canvas Model. And we need to read some useful information from the Graph API for user properties.
Solution
You have multiple way to read the User on The Office 365.
Use the User function. If you just need email and name you can use this. You can read the detail here
Use the Office365User. If you need access more...
[More]
Java is anywhere! Unfortunately, Java is not supported in Visual Studio 2019. You cannot build Spring in Visual Studio. The good news is you can start build java with Visual Studio Codes. Java is officially supported through JDK + Extension + Visual Studio Codes. Microsoft provides one single package namely Coding Pack for Java. You can install coding pack Java for
Coding Pack Java for Windows
...
[More]
A software project should have a database. You can use SQL or no-SQL database. You choose SQL when you work with structured data that should have specific constraint and schema. You choose no-SQL if you prefer a simple and high-performance data access. Visual Studio officially support both databases. On this article, we discuss what database option that we have and how to choose the correct option...
[More]
Year is a just year, basically is just a calendar that show you a moment to reset and to improve yourself. It just like iteration on a software. And the software is You. If the software is a lot of bug, so you must fix it. If the software has few bugs, it is a good time to improve the performance add the feature. And many more!
Today, we will discuss how to improve your productivity in 2021. Let'...
[More]
Suppose you want to become productive in 2021. You want to make yourself focus on your job, have more time with family, or enjoy the precious time with your loved one. This non-technical article will give you steps to get started and well planned in your work. We will discuss Microsoft To Do. You can use To Do at Welcome to Microsoft To Do. It was available on Web, Windows, iOS, and Android.
Mic...
[More]
Delivering remote learning is not an easy task. Comparing with the offline classroom, you can see your student, you have a flexibility in movement, and you can provide instant interaction through various hardware. During the hard time in COVID 19, giving the best learning experience in online environment is mandatory to keep our student / participant engaged. On this article, I will show you seven...
[More]
The Concept
Running application on top application is a great news! However, it does not mean that there is no problem within the solution. The codes sometime behave not right and you need to identify and fix it right away, In order to do that, monitoring and logging provides useful information to understand the behavior of the codes.
Monitoring: a process to monitor a variable (metric) in the...
[More]
Your organization produces digital assets every day. Receipt from a customer, invoice from a vendor, slides from your partner, or even reimburse from business expenses. The digital assets should be saved for regulatory standards such as tax reports, financial reports, and organization performance reports. Today, I will discuss how to manage your digital assets in the NAS or the cloud.
Requiremen...
[More]