Yes, is it. Microsoft Certified Professional is dead and replaced with the new model of certification. Starting April 2019, they introduce role-based certification. Role-based certification directly address the need of the certification in the work field. If in the past we start the MCP by learning through technology standpoint (i.e. Web, Desktop, Enterprise). today we start our journey of certifi...
[More]
On this video, we show you how to install the Visual Studio 2019 in elegant and modern way. The five tips show you how to minimize the problem in the installation. Here are the tips
Choose the installation package based on your needs (never install the entire package)
Always consider to visit the individual package to see your needs
Restart your Windows first and make sure the space is suffic...
[More]
Hello, this document consists of cheat sheet / workbook guide to analyse the user requirements with Agile or Formal Process.
Formal Process: Use case. Activity Diagram
Agile Process: user story, user tasks
You can download the document here
Workbook 2.pdf (99,40 kb)
After following the guide, you can document the user activity on your software and compare it with t...
[More]
On this video tutorial, i show you how to create Microsoft Flow without using template. This video shows you how to send a reminder email based on time schedule and create an approval to the manager.
Have question about Microsoft Flow? just drop your comments here
//
Regardless of the organization's need to make a profit. There is always a need for partnerships to improve existing businesses, partnerships are carried out through market development, bundling business collaboration, and technology integration. In this post, we will discuss how technology integration is part of the key to the success of industry 4.0. Today's technology integration has at least th...
[More]
On this video, we will discuss about the object oriented pillars. it includes polymorphism, inheritance, and encapsulation. This 15 minutes video will tell you the story by creating an application namely CarApp. You can download the codes here
You can visit related material here
//
On this Indonesian video, we show you to understand what requirement engineering in a software product. And how to make sure you can build better software by applying requirement engineering. This video describes 5 things do and dont in requirement engineering.
//
Building software is not as easy task as before. Nowadays software become more complex. The complexity comes from its usage scenario or its technical aspect. DevOps team needs to do any developments and operations tasks efficiently so that unnecessary step can be excluded in the process. One way to find out what content is needed in an application is to use an information architecture. then is inf...
[More]
Building a software is good but testing a software will be great. Today we will discuss what kind of basic testing that you need when you built a software. This article will discuss three fundamental testing that can be done with minimal effort to improve the quality of your software.
Unit testing
Actor: Developer
Unit testing is fundamental test to understand the functionality of the software....
[More]
Hi Folks, today i will share about how to consume REST Web Based API in .NET. This post will resume the entire way to consume REST API from Web, Desktop, and Xamarin. Let's get started.
Why the REST web API important?
Because the REST based API replaces the previous techhnology such as Web Services, Remoting, and common TCP/IP communication. the simplification of the REST gives developer m...
[More]