Summary Workstorming - why conversations at work go wrong, and how to fix them cover This post is my summary of this book, so this is only parts of the book... The story in this book is real eye opening, it has a real example in real
personal HaloBCA 500888 number is used for scamming With this, I will only write was has happened with me with a scammer using halobca name as a cover, who knows this will help preventing to someone else. Yesterday I got a
learning Go Gin & Gorm Pagination Finally get gin gorm pagination, import ( "net/http" "banners/internal/model" "banners/internal/helper" "github.com/gin-gonic/gin" ) func (a *App) IndexBanner(c *gin.Context) { pagination := helper.Pagination(c) var banner model.Banner
learning 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 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 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 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:
learning 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
learning 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
experience 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.
learning 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
learning 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
learning 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
learning 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.
experience 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
information 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',
learning 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
information 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
learning 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