IT-Tutorial

How to do Data Replication from MySQL, PostgreSQL, SQL Server, Oracle database using real time change data capture (CDC) to Google BigQuery

When you are dealing with analytic project, you will definitely go through these steps:1. Deciding your Data Sources2. Extracting and ingesting your Data from Source to Target3. Storing your Data in storage/database4. Transforming your data based on your business needs5. Consuming your data via explorer/reports/dashboards6. Activating your data via API, Machine Learning, export, integration One …

How to do Data Replication from MySQL, PostgreSQL, SQL Server, Oracle database using real time change data capture (CDC) to Google BigQuery Read More »

How to secure a BigQuery data warehouse that stores confidential data

This document is intended for data engineers and security administrators who deploy and secure data warehouses using BigQuery. It’s part of a security blueprint that’s made up of the following: A GitHub repository that contains a set of Terraform configurations and scripts. The Terraform configuration sets up an environment in Google Cloud that supports a data warehouse …

How to secure a BigQuery data warehouse that stores confidential data Read More »

Create Dynamic Contact Forms for S3 Static Websites Using AWS Lambda, Amazon API Gateway, and Amazon SES

Simple Code to create a Serverless Website for Contact Me! URL: https://aws.amazon.com/blogs/architecture/create-dynamic-contact-forms-for-s3-static-websites-using-aws-lambda-amazon-api-gateway-and-amazon-ses/ Following is the architecture flow with detailed guidance. In the above diagram, the customer is submitting their inquiry through a “contact us” form, which is hosted in an Amazon S3 bucket as a static website. Information will flow in three simple steps: Your …

Create Dynamic Contact Forms for S3 Static Websites Using AWS Lambda, Amazon API Gateway, and Amazon SES Read More »

Build AWS Environment to Comply PCI-DSS

These are some references to support the PCI-DSS comply: References Step by Step: https://aws-quickstart.s3.amazonaws.com/quickstart-compliance-pci/doc/standard-pci-dss-architecture-on-the-aws-cloud.pdf Source Code: https://github.com/aws-quickstart/quickstart-compliance-pci AWS Quickstart doc: https://aws.amazon.com/quickstart/architecture/compliance-pci/ Best Regards,Doddi Priyambodo

Please join and try the AWS Hands-on-Lab Workshops Activities for Builders!

At AWS, we consider all are builders. The innovators, the collaborators, the creators. The ones who see what doesn’t exist, and then make it exist. We believe nothing should stand in the builder’s way, and dreams never have to turn off. With AWS, it’s time to build on.. Because we are aiming to build something …

Please join and try the AWS Hands-on-Lab Workshops Activities for Builders! Read More »

What is Cloud?

Definition of Cloud? I usually answer this question with this mechanism (from my perspective) You can ask “What”, “Where”, When”, “How”, “Why” to answer that question. What? >> it is collection of IT resources (such as compute, storage, artificial intelligence, function, framework, applications, etc) Where? >> it can be accessed from the internet, so literally …

What is Cloud? Read More »

These are top 16 Common/Killer Use Cases from VMware NSX for You!

Whenever I pitch about NSX to customer, I always start with the use cases. On-target questioning and in-depth listening to customer’s pain points are important, so we can collaborate together to solve their issues and going beyond that to enhance their innovations. For me, it is not relevant right now to describe the byte per-byte …

These are top 16 Common/Killer Use Cases from VMware NSX for You! Read More »

Penjelasan Detail mengenai my INTEL-NUC based VMware Home-Lab untuk ngoprek vSphere 6.5, NSX, VIO, Kubernetes, dan PKS – #IntelNucSkull #i7

This time, saya ingin melanjutkan posting saya sebelumnya yang ada disini mengenai Home Lab. Berikut ini adalah postingan2 saya sebelumnya yang menjelaskan mengenai Home Lab yang saya miliki dan juga beberapa tutorial yg saya coba di Home Lab saya: http://bicarait.com/2016/12/31/tutorial-instalasi-dns-ntp-nfs-vmware-vsphere-6-5-esxi-dan-vcenter-di-vmware-fusion-for-mac-atau-vmware-workstation-for-maclinux-untuk-virtualization-home-lab/ http://bicarait.com/2016/08/15/944/ (Description about My Home Lab in MacBook Pro) http://bicarait.com/2015/09/12/penjelasan-mengenai-my-computer-home-lab-untuk-vmware-technology/ http://bicarait.com/2016/10/31/running-your-first-docker-applications-in-mac/ http://bicarait.com/2016/11/01/running-your-docker-using-vsphere-integrated-container/ http://bicarait.com/2016/11/02/running-your-docker-in-production-environment-using-vmware-vsphere-integrated-containers-part-2/ Anyway, saya …

Penjelasan Detail mengenai my INTEL-NUC based VMware Home-Lab untuk ngoprek vSphere 6.5, NSX, VIO, Kubernetes, dan PKS – #IntelNucSkull #i7 Read More »

Troubleshooting slow performance on application di atas VMware virtualization

Setelah kita masuk ke dunia IT operation, akan banyak hal-hal operasional yang membutuhkan troubleshooting. Biasanya disebabkan karena slow performance dari sebuah aplikasi. Jika ini terjadi di virtualization environment, maka kita perlu memastikan bahwa infrastructure yang ditangani mampu memberikan jaminan SLA yang sudah kita sepakati sebelumnya. Berikut ini adalah beberapa key area yang perlu diperhatikan untuk …

Troubleshooting slow performance on application di atas VMware virtualization Read More »

Tutorial Instalasi Server DNS, NTP, NFS, iSCSI, VMware vSphere 6.5 (ESXi dan vCenter) di VMware Fusion for Mac atau VMware Workstation for Windows/Linux untuk Virtualization Home Lab.

Melanjutkan posting sebelumnya, kali ini saya akan menulis dalam bahasa Indonesia. Karena saya rasa sudah banyak yang menulis artikel seperti ini dalam bahasa Inggris, tapi jarang dalam bahasa Indonesia. Merayakan launching terbaru dari vSphere 6.5, maka kali ini saya akan melakukan instalasi dan konfigurasi dari komponen tersebut di VMware Fusion MacBook Pro milik saya. Tulisan ini sebenarnya …

Tutorial Instalasi Server DNS, NTP, NFS, iSCSI, VMware vSphere 6.5 (ESXi dan vCenter) di VMware Fusion for Mac atau VMware Workstation for Windows/Linux untuk Virtualization Home Lab. Read More »

Explanation about How CPU Limit and CPU Reservation can Slow your VM (if you don't do a proper sizing and analysis)

In this post, I would like to share about CPU limit and CPU reservation configuration in vSphere ESXi virtualisation technology. Actually those features are great (since the configuration also available in vCloud Director (*it will call the configuration in vCenter)). Those features are great if you really know and already consider on how to use it properly. For example, if …

Explanation about How CPU Limit and CPU Reservation can Slow your VM (if you don't do a proper sizing and analysis) Read More »

Running your Docker in Production Environment using VMware vSphere Integrated Containers – (Part 2)

Following our tutorial, now we will continue to do the installation and configuration for those components. So, rephrasing previous blog post. By utilising vSphere Integrated Containers, now Developers can use their docker commands to manage the development environments, also functionalities are enriched with specific container management portal (VMware Admiral) and enterprise features container registry (VMware Harbor). System …

Running your Docker in Production Environment using VMware vSphere Integrated Containers – (Part 2) Read More »

Running your Docker in Production Environment using VMware vSphere Integrated Containers – (Part 1)

In this tutorial, after explaining about running Docker in my Mac. Now, it’s time to move those dockers on your laptop to production environment. In VMware, we will utilise vSphere ESXi as the production grade virtualisation technology as the foundation of the infrastructure. In production environment, lot of things need to be considered. From availability, …

Running your Docker in Production Environment using VMware vSphere Integrated Containers – (Part 1) Read More »

Running your First Cloud Native Applications using Docker Container in Mac

As previous post, I will elaborate about Cloud Native Applications. But before that, I will post some basic concepts about Docker as the Container technology for Cloud Native Applications approach. Docker is an open platform for developing, shipping, and running applications. Docker enables you to separate your applications from your infrastructure so you can deliver …

Running your First Cloud Native Applications using Docker Container in Mac Read More »