Access is one of the oldest database engines out there. Access can help you to achieve this kind of scenario
Relational database
Single user / Multiuser with few users
Desktop environment / Web with small visitor
If you have this kind of scenario, you can use Access as a database. This video tutorial will help you to create a simple application with 6 minutes or less
Of course, access is ...
[More]
Problem
You administrator accidentally changes the group policy of your Office 365 file. You cannot connect to online ID, cannot get update, and missing all the settings. You can't uninstall the Office 365 because the administrator doesn't allow it. So the big bet is using admin credential to reset the Office 365. This article shows you how
Solution
medianet_width = "600";
...
[More]
The value of certification
Certification provides better preparation for us to face the real work situation. Certification also proves your capability to understand the topic. On this article, I will show you what you need to learn to pass SAA-C02. I failed once so this is my real experience to learn and to prepare the certification.
#1 Learn the Study Guide from Amazon
Download the study guide...
[More]
Building Game is Fun!
Video Game is fun, building game is more fun and challenging. On this weekend, I create five videos related with the beginner tutorial in Unity 2020 and Visual Studio. You can learn for free in #VSID YouTube Channel. On the first season, we have five videos to introduce you the Unity platform, Visual Studio, and C# scripting.
Environment configuration. We will learn about ...
[More]
Building for cloud is different
Whether you are building for the Azure or for the AWS, you can see there are some difference between building the cloud solution and on-premises solution. There are three key differences when comparing cloud and on-premises which are:
Cloud is running in massive scale virtualization. Therefore, some of the key architecture such as cookie, session, and cache should...
[More]
If you have a customer who want to develop Microsoft based solution in the AWS platform, this article is for you. In this article we discuss several options that can make your Microsoft Based solution work as expected.
What Microsoft Based Solution that can be developed in AWS
Basically, AWS is a cloud computing platform. Therefore, you can use any available Microsoft platform to the AWS. Althou...
[More]
Yesterday, my Microsoft To Do keep crashing every time I opened it. I done several times uninstall and install procedure, but the app keeps crashing. If you have similar problem, this workaround might work for you. This is my configuration of my work machine
Windows 10 (Build 2004)
Microsoft To Do
Office 365 Account Plan E3
I am logging in with Microsoft Office 365.
media...
[More]
On this article, we want to show you how to implement test driven development in Go Language with VS Codes.
What is Test Driven Development
Test Driven Development (TDD) is a programming technique when you do test first development. It is introduced in the era eXtreme Programming with their Agile process. The idea of test driven is like this
Create the empty function with input and output.
C...
[More]
It would become natural if your customer said AWS or Azure when deploying their solution in the cloud. On this article, we will compare the developer consideration when building cloud computing solution in two to platform: AWS vs Azure. We compare in three point of view: product, process, and cost. If you are developer and want to build and to consider the platform this article is for you. At this...
[More]
Four years ago, I created a tutorial about how to use GIT in Visual Studio Codes. Time pass by, Visual Studio Codes provides better integration with GIT in their current version. In this article, we will show you how to use GIT easily in the Visual Studio Codes
Before we go
Before we dive into the integration between Visual Studio Codes and GIT. You need to have:
Current version of visu...
[More]