Miral Achmed

Jr. Ruby Web Developer at supersewa.com. Find me elsewhere at achmiral.id and @achmiral.
May 14, 2025

Penipu atas nama POS Indonesia 😤

Pagi ini (14 mei 2025) ada telepon dari +62 21 3009 3845. Mengaku dari POS Indonesia yang memberitahukan bahwa ada paket yang belum diambil. Modusnya cukup meyakinkan karena menggunakan Interactive Voice Response (IVR) sebelum penipunya berbicara. “IVR adalah sistem telepon otomatis yang dapat menyapa penelepon, memberikan pilihan mela...
Read more
January 7, 2025

include ImageUploader[:image]? Ini apa?

Pada kelas ImageUploader terdapat sebuah class method yang bernama self.[] # https://github.com/shrinerb/shrine/blob/master/lib/shrine.rb#L98-L102 class Shrine # ... module ClassMethods # ... def Attachment(name, **args) self::Attachment.new(name, **args) end alias attachment Attachment alias [] Attachment # ... end # ... end Thank you...
Read more
April 1, 2024

Hello World

#!/usr/bin/env ruby puts "Hello world!"
Read more