Perbedaan Repetitive dan Recursive

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

The story behind The Baddest-Programmer in 2k19

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

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

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

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?

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

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

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

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. […]

How about my MySQL Workbench Tutorial video?

I’ve been try to publish tutorial series about MySQL Workbench, one of the best SQL Client that support for all of operating system and free to use. But, as I said before that peoples more comfortable working with unlicenced paid software. Then, the most popular search in Google is not about the alternative of that […]