Open in app
Home
Notifications
Lists
Stories

Write
wahyu eko hadi saputro
wahyu eko hadi saputro

Home

Pinned

4 Ways JavaScript Object Instantiation

If you are a programmer, you must be familiar with objects. Object is an instance of class, and class is the blueprint / design of an object. For example if we want to build a house, we will hire an architect to design our house, and after that we start…

Java Script

2 min read

4 Ways JavaScript Object Instantiation
4 Ways JavaScript Object Instantiation

Jun 13

Ubuntu Linux Architecture

Ubuntu is one of the famous linux distributions, as i know desktop linux distribution is free, we can download from https://ubuntu.com/download/desktop Hardware − Hardware consists of all physical devices attached to the System. For example: Hard disk drive, RAM, Motherboard, CPU etc. Kernel − Kernel is the core component for…

4 min read

Ubuntu Linux Architecture
Ubuntu Linux Architecture

Jun 5

JavaScript Asynchronous

For programmers we must be familiar with asynchronous terms. On the wikipedia, Asynchronous, in computer programming, refers to the occurrence of events independent of the main program flow and ways to deal with such events. In nutshell asynchronous is not serial or sequence of activities, for example : we want…

Java Script

4 min read

JavaScript Asynchronous
JavaScript Asynchronous

May 31

JavaScript Prototype Object Chain

From my perspective that comes from the java world, understanding prototype is challenging, first, I perceive prototype is like inheritance in java but actually slightly different. In javascript once we instantiate an object, it automatically instantiates the prototype / parent object. Prototype is a built-in parent object, and to get…

Java Script

3 min read

JavaScript Prototype Object Chain
JavaScript Prototype Object Chain

May 16

HTTPS implementation on Apache Ubuntu with let’s encrypt

HTTPS implementation is very important to make a secure connection between server and client . In nutshell, either server or client (browser) have secret key to encrypt and decrypt an incoming request or outgoing request / message. At this time i will give a simple demo how to make HTTPS…

Lets Encrypt

6 min read

Https implementation on apache ubuntu with let’s encrypt
Https implementation on apache ubuntu with let’s encrypt

May 8

JavaScript Error Handling

Every programming language must be having exception/error handling style. Proper error handling is needed to create a robust application. Error itself is an anomaly, for example: the program expects numeric value but gives string data. As a programmer, we need to decide when an error happens, whether catch the error…

Java Script

3 min read

JavaScript Error Handling
JavaScript Error Handling

Apr 24

Backup and restore cockroach DB

Create / generate gcp key, which is the key can be used to access google cloud storage. So please add account service which having google cloud storage access. 2. Klick add key, then download the in json format. After that convert key file to be base 64 format, we can…

Cockroachdb

2 min read

Backup and restore cockroach DB
Backup and restore cockroach DB

Apr 16

3 Type Javascript Function

In javascript, function is treated as a object, for me that come from java OOP guy, learning java script style is little confusing but lets try to understand step by step. There are 3 type function of javascript : declaration function (function with name function) Anonymous function (function without name) …

Java Script

3 min read

3 Type Javascript Function
3 Type Javascript Function

Apr 3

Kubernetes mongo Installation

Ok this time we will discuss about installation mongo DB on kubernetes. 2 main things that is very important in installing database on kubernetes / k8s are persistence volume and statefulset. …

Mongo

2 min read

Kubernetes mongo Installation
Kubernetes mongo Installation

Feb 1

Beberapa Istilah Dasar di Machine Learning

Sebelumnya saya telah membuat artikel tentang pengenalan machine learning di : https://bit.ly/3gdg4fj. beberapa istilah dalam machine learning : Algorithm : adalah algoritma yang digunakan untuk mentraining data inputan. Contohnya Vector Machine (SVM), Random Forest, Logistic Regression, XGBoost. algoritma disini tujuannya adalah mencari pola hubungan / mapping antara input dan output …

Machine Learning

2 min read

Beberapa Istilah Dasar di Machine Learning
Beberapa Istilah Dasar di Machine Learning
wahyu eko hadi saputro

wahyu eko hadi saputro

i am a reader

Following
  • Atakan Demircioğlu

    Atakan Demircioğlu

  • Cristian Salcescu

    Cristian Salcescu

  • François Paupier

    François Paupier

  • sami jan

    sami jan

  • Iman Tumorang

    Iman Tumorang

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable