Insertion Short, kasus terbaik, kasus terburuk, kasus rata-rata disertai contoh aplikatif

April 12, 2019, 3 min read

Mendalami algoritma insertion short, yang merupakan salah satu algoritma pengurutan yang cukup banyak dikenal khalayak.

Perbedaan Repetitive dan Recursive

April 11, 2019, 1 min read

Penjelasan perbedaan algoritma repetitive dan recursice disertai contoh penerapannya pada algoritma.

The story behind The Baddest-Programmer in 2k19

March 28, 2019, 2 min read

Who is the bad-programmer in 2k19? Until March, I think I am the best nomination to win this medal. Why? I’ll give you some story behind this heading, maybe you’ll donate for me buahaha. Its all about laptop and OS. As you know, programmer without computer is like warior without his weapon. They’ll not doing […]

Cuap-cuap seputar Data Tampering

March 1, 2019, 6 min read

Andaikan kamu seorang IT Enthusiast, sudah seharusnya kamu melanjutkan membaca tulisan ngawur yang berdasar ini. Kalau kamu seorang pengembang sistem, juga sepantasnya melanjutkan membaca tulisan ini. Apalagi kamu seorang pemula sebagai seorang praktisi keamanan sistem informasi, wajib hukumnya kamu membaca tulisan ini. Tulisan ini diperuntukkan untuk kalian yang care sama data yang kalian miliki/tangani. Sebenarnya […]

To be an expert in programming

February 24, 2019, 1 min read

To be an expert in programming is not like being expert in social knowledge. If you know, programming is part of science, its come from experiments and not enough if you only trying to buy many of books without doing some experiments. What I mean? You must have experiences. How you get it? You must […]

#notes How to install NodeJS 10 in Ubuntu 18.04 based

February 12, 2019, 1 min read

This is important when you need to set up react native environment. If you install with the traditional method, it will install version 3, but react need you to install version 8.3 or higher. So, here is the way. sudo apt install curl curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash – sudo apt install nodejs

How to fix if can’t access MySQL without SUDO?

February 11, 2019, 2 min read

Its happend recently after I reinstall my OS and development environment. But, I’ve fix this after search some references from many source. Now, I’ll write here so when sometimes I forgot the way, I can read this, but it’s more better if its also can help for you. Its always denied if we run the […]

Simple bruteforce to crack MD5 in Python

February 5, 2019, 1 min read

In a few day I learn this language. Python. I think as a high-level language Python is very complicated, but when I think like that, people say that Python is the most friendly language. So, why not try to code? Its my first program in Python. Then, you can check and modify my code (cause […]

I lost a lot of data including on this site

December 26, 2018, 2 min read

Dark December! I lost a lot of data because I forgot to pay the hosting bill. Fck, even though the data is very important. If you know, for this site I am always writing, and now you see, the last post is in May, this is the result of a restore from scavenging for a […]

Rendering dynamic multilevel menu in CodeIgniter

May 4, 2018, 2 min read

Hello, I’m Sutriman and I’ll share about web programming best practice, especially about dynamic multi menu and CodeIgniter Framework. As you know, CodeIgniter is one of the best PHP framework by EllisLab. There is so many library included in a package. In addition you can find too many library and helper in internet by thirdparty. […]