Learning Go - The hard way I have a Task it consists of these pointsMake Go App using the concept of micro servicesUser has many address, Address belongs to User.Can't use frameworkConcept MVP, DRY and SOLIDCan handle 1
Learning Wordpress Development Usually I get my latest wordpress using this command below :wget http://wordpress.org/latest.tar.gz $tar xfz latest.tar.gzLets try something new, downloading each new wordpress core file wp cli.
Summary Traffic Secrets: The Underground Playbook for Filling Your Websites and Funnels with Your Dream Customers This book is another new level, usually my notes are only just few words but this is all meat...TWO REASONS WE SURVIVED WHEN OTHERS FAILED We understand how to use funnels. With
Learning Nuxt - Nuxt JS with Laravel API This is the course from Udemy - https://www.udemy.com/course/laravel-nuxt-vue/ Nuxt JS with Laravel API - Building SSR Vue JS AppsVue Wayimport axios from 'axios' export default { data(){ return { posts:
Learning Go - Tutorial From Official Documentation There's something that doesn't click yet, just note down the ones that clicked or just info that make a bit of sense.https://tour.golang.org/Other References : https://golang.org/pkg/https:
Design Pattern & SOLID Design Finally I get to learn about this pattern that haunts me, everytime they talk about this and I had no idea what were they.Design Pattern- Decorator patternIn my own word . this is
Laravel Broadcast using Pusher As usual, I was late to understand what these things could offer other than using for chat message, turns out it gives you the ability to give you something more than just pushing
Courses Adventure I will post all my complete course in here, each of these courses I would learn something from it even thought it's just a bit but it helps me to continue staying uptodate.
Today I learned Inspired from Github Repo / Reddit, this will be a listing what I learned if it's short I will be listing it here but if it's long I'll make it a post.LaravelVoyagerOverwriting certain
Nuxt Laravel Password OAuth I needed to use Oauth using laravel password using nuxt, as I learned, in my opinion the most complicated thing about Nuxt is the Auth. It's just not enough detailed information on the
Belajar Agama Islam - Kumpulan Materi Berikut adalah mendengarkan materi dari audio (mohon maaf jika salah tulis)Materi 01 - MuqoddimahAwaiq Ath-Thulab itu artinya kendala/rintangan, kutallab mencari ilmu. Awaiq Ath-Thulab adalah kendala pada pencari ilmu, waktu dulu sarana
Didn't find class "com.google.firebase.provider.FirebaseInitProvider" on path: - Android Every time I'm using this library, I've got this error... This happens when I save my work then when I reopened it, this error happens... I've got this working on one of them
learning Belajar Agama Islam - Diluar Materi Pertemuan ke 2Sangat disayangkan ketika memberi info ada materi baru itu saat zoom dimulai, saya juga jadi telat baca dan mendengar kajiannya.(Listening) Catatan SayaAda minimum umur untuk menyembelih qurban, untuk unta min
Summary Rumahku Madrasah Pertamaku Satu kalimat rangkuman : Buku ini berisi sebuah pedoman bagaimana agar para orangtua bisa mencetak generasi terbaik yang bersumber dari sunah sunah rasul yang mulia.Pelajaran 1 : Nilai moral dan sosial yang terbentuk adalah
learning Calculator - VueJS I tried this tutorial on youtube about calculator vuejs, it's fun.In this video I learn how to grid with css without css framework, vue onclick to method (how easy)https://fedrianto.s3-ap-southeast-1.
YKI - Yayasan Kanker Indonesia (Indonesian Cancer Foundation) I was amazed how cheap the consultation with the doctor, we wanted to get Ultrasound which costs us Rp. 350.000. My daughter (8 years old) seems like her breast is growing but
learning Belajar Agama Islam - Quiz dan Ujian Post ini adalah sesuatu yang saya coba pelajari dan bukan bermaksud untuk mengasih jawaban tapi untuk belajar dari kesalahan yang ada dan bisa paham lebih baik. Jika memang pertanyaan berikut ini hanya sebagai
Harga Taman Kanak Kanak (TK) Dan Kelompok Bermain (Playgroup) Jakarta Selatan Dalam Post Sebelumnya tentang Hunting SD di Jakarta Selatan menarik banyak perhatian, jadi sekarang akan mencoba mengumpulkan informasi tentang TK dan KB di Jakarta Selatan.Taman Kanak KanakTaman kanak-kanak adalah tahap selanjutnya ketika
learning Wordpress Tips And Troubleshooting Wordpress adding feature image link rest apiGo to appearence to theme editor find function.phpadd_action('rest_api_init', 'register_rest_images' ); function register_rest_images(){ register_rest_field( array('post'), 'fimg_url',
Laravel Clean Code Just found this amazing thread with good and bad example, I would just give to link but I want to drill it in and compile with my list because not all tips will
AWS Honeycode Review When this came out, I thought that this service would take developers out of job but when I tried this turns out it won't by far. I think this is an upgrade of
Let's encrypt Nginx All the command that I use for Let's encryptInstall Certbotsudo add-apt-repository ppa:certbot/certbotsudo apt install python-certbot-nginxProcess Certbot Domainsudo certbot --nginx -d example.com -d www.example.comsudo certbot renew --dry-runCheck all certificatesudo
learning Reviewing AWS Lightsail As a noob in AWS, I've been given a chance to try out AWS, I wanted to fire up a server but when there's a choice between these two EC2 or Lightsail, got
learning BelongsToMany with pivot update Or create using Sync - Laravel We can use attach or detach but it just doesn't feel right, the one i need is sync, below is the structure i needed to make it work.Table : games id name slug
learning Showing Interstitial Ads using counter - Android I find this one interesting, lets say i made a count in article. In which every 5 read article there will be an interstitial ads. I made a simple example from the documentation