Skip to main content

Shollu - Aplikasi Pengingat Waktu Sholat untuk Windows

Jika anda termasuk orang yang cukup sibuk di depan komputer tapi tetap tidak ingin terlewat waktu untuk melaksanakan ibadah sholat, ada baiknya anda memasang sebuah alarm / pengingat kapan anda harus sholat.

Saat Anda selesai menginstall aplikasi ini, maka secara otomatis Shollu akan memposisikan diri untuk berjalan secara "background" dan aktif di system tray windows.

Sholat tepat waktu itu sangat penting, karena merupakan hal yang utama dalam kita melakukan ibadah sholat.


Dari Ibnu Masâۉ„¢ud ra ia berkata: Rasulullah SAW bersabda, “Amal yang paling utama adalah shalat di awal waktu (HR. Tirmidzi dan Hakim-Kitab Bulugul Maram, Ibnu Hajar Al-Asqalani)

Segera miliki aplikasi ini, Insya ALLAH Anda tidak akan terlupa waktu sholat lagi saat sibuk di depan komputer. :-)

Comments

Popular posts from this blog

Create API Service with Lumen 5.2

Useful Tools: 1. APIDOC (Inline Documentation for RESTful web APIs) npm install -g apidoc 2. Project Preparation : Getting Lumen Installer  composer global require "laravel/lumen-installer"  3. Project Initialization lumen new blog that command will install a startup project in folder "blog" with latest Lumen version. As a note, this will require latest PHP version also. If you have old php version installed on your server and don't want to upgrade, you can use older version of lumen for example is version 5.2 which still able to use PHP 5.5x. composer create-project laravel/lumen blog "5.2" Check the latest installation requirements based on Lumen and its version here:  https://lumen.laravel.com/docs/installation  4. Route Use prefix "api" $app->group(['namespace' => "App\Http\Controllers", 'prefix' => 'api'], function($app){     $app->get('/lessons', 'LessonsCon...

Privacy Policy of Simple Confetti App

Privacy Policy Introduction This Privacy Policy describes how FITRA APPS ("we") collects, uses, and discloses your information in connection with your use of our mobile application, Simple Confetti ("App"). Definitions Personal Information: means any information that can be used to identify an individual, such as name, email address, and phone number. Usage Data: means data collected automatically by the App or third-party services used in connection with the App, such as the type of device you use, usage statistics, and browsing history. Information We Collect We collect the following types of information: Personal Information: We didn't collect your personal information. Usage Data: We didn't use your data for sending crash report or other purpose. Sharing of Personal Information We will not share your Personal Information with third-party service providers who assist us in operating the App and providing the services offered through the App....

10 Kesalahan yang Bikin Karir Stuck 10 Tahun (Dan Cara Menghindarinya!)

Hai teman-teman! 👋 Siapa yang pernah merasa karirnya stuck, gak naik-naik, atau bahkan merasa gak berkembang? 🙋‍♂️ 🙋‍♀️ Saya pernah mengalami hal itu, dan setelah evaluasi, saya menemukan beberapa kesalahan yang sering bikin karir mentok. Tapi tenang, saya juga punya solusinya! Berikut 10 Kesalahan yang Bikin Karir Saya Stuck 10 Tahun (Dan Cara Menghindarinya!): 1. Hanya Fokus pada Tugas Rutin Solusi: Cari peluang untuk proyek baru atau skill baru yang bisa dipelajari. 2. Tidak Punya Mentor atau Role Model Biasanya saat probation kita mendapat senior/atasan yg membimbing kita untuk adaptasi dengan task/pekerjaan kita. Akan tetapi selepas ini biasanya kita sudah dilepas untuk bekerja mandiri. Solusi: Tetap selalu bertanya jika ada kesulitan / sharing pengalaman / ilmu dengan atasan/senior. Jika bisa menjangkau sampai level CEO/direktur akan lebih baik karena dapat memberikan insight untuk perkembangan karir. 3. Gak Pernah Upgrade Skill Meskipun suka mengumpukan tutorial baik dari you...