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.
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
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
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.
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
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
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
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
learning My way of improving Pagespeed and SEO On a certain point of a site when you're traffic is just flat every month, It's time to step up a bit, if you're done with MVP then is time to make it
learning How to publish to google play - Android This is to publish to android google play, first you need to pass the verification, you'll need an identification or driver license make sure the 4 side of the card is seen.My
learning My reasons to pick WWW rather than Non WWW I needed a real reason to stick to www not because it's shorter and it's easier to remember but I needed why would you pick www rather than non www.Reason 1 : Check
learning How to add Adsmob - Android Finally got ads on my apps, I thought it's going to be hard but the documentation is so easy to understand, just go to documentation first if stuck go to my notes. I
learning javax.net.ssl.SSLHandshakeException: java.security.cert.CertPathValidatorException: Trust anchor for certification path not found - Android After upgrading Android studio, I had this problem where I only need to fetch the API from my server, I've tried to create a new .pem but I was stuck. Also have I