./sysctl.id

Recent Posts

April 10, 2023

The Power of KISS Principle in Software Development: Simplifying for Success

The KISS principle is a design concept that encourages simplicity and avoids unnecessary complexity. It suggests that the simplest solution is often the best one, and that unnecessary complexity should be avoided. In the world of software engineering, applying the KISS principle can result in more efficient, reliable, and maintainable code. In this article, we will explore the KISS principle in depth and provide some tips and examples for applying it to your coding practices.

May 18, 2021

Jenis - Jenis Performance Testing

Ada berbagai macam performance testing. Hal ini dibedakan berdasarkan goal dan cara melakukan testnya. Mari kita bahas satu per satu.

May 11, 2021

VIM Go To Method Definition

Salah satu fitur paling populer yang membuat kita menjadi produktif di text-editor modern adalah kita dapat langsung menuju method definition saat kita ctrl+klik pada nama method. Bagaimana melakukannya di VIM?