You Live What You Learn
  • Home
  • Portfolio
  • Learning
  • Summary
  • Projects
  • About Me

learning

A collection of 63 posts

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

  • Fedrianto Ramadhan
    Fedrianto Ramadhan
3 min read
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.

  • Fedrianto Ramadhan
    Fedrianto Ramadhan
1 min read
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

  • Fedrianto Ramadhan
    Fedrianto Ramadhan
4 min read
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',

  • Fedrianto Ramadhan
    Fedrianto Ramadhan
1 min read
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

  • Fedrianto Ramadhan
    Fedrianto Ramadhan
3 min read
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

  • Fedrianto Ramadhan
    Fedrianto Ramadhan
1 min read
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

  • Fedrianto Ramadhan
    Fedrianto Ramadhan
1 min read
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

  • Fedrianto Ramadhan
    Fedrianto Ramadhan
1 min read
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

  • Fedrianto Ramadhan
    Fedrianto Ramadhan
2 min read
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

  • Fedrianto Ramadhan
    Fedrianto Ramadhan
1 min read
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

  • Fedrianto Ramadhan
    Fedrianto Ramadhan
2 min read
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

  • Fedrianto Ramadhan
    Fedrianto Ramadhan
1 min read
learning

Google Analytics Enhanced Commerce

My biggest question is how to implement this mambo jumbo, I was confused and couldn't asked anyone about this technically because most of friends don't use this or maybe they know about this

  • Fedrianto Ramadhan
    Fedrianto Ramadhan
2 min read
learning

Tips Ghost Self hosted

Adding ads.txt self hosted ghost with nginxThis is a bit tricky, I tried downloading the template and adding a ads.txt then reupload it... Doesn't work... I tried just creating a ads.

  • Fedrianto Ramadhan
    Fedrianto Ramadhan
1 min read
learning

Mailgun using just PHP

Found myself making a simple page with just contact page, needed to send an email from the website using mailgun.composer require mailgun/mailgun-phpThen make a contact.php<?php // Start a Session

  • Fedrianto Ramadhan
    Fedrianto Ramadhan
1 min read
learning

Seo & Social Meta Tags

Meta TitlesWill be listing the basic meta tags that we should be adding to every website<title>This is the title of the page.</title>Write a unique title

  • Fedrianto Ramadhan
    Fedrianto Ramadhan
2 min read
learning

Fractal Laravel

So what i need was an simple api with pagination, found this package https://github.com/spatie/laravel-fractal the documentation was not quite simple so had little research. In this example I'm using

  • Fedrianto Ramadhan
    Fedrianto Ramadhan
1 min read
learning

Setting Laravel with Bitbucket Pipeline

Before enabling bitbucket pipeline, Create bitbucket-pipelines.yml in main folder# This is a sample build configuration for PHP. # Check our guides at https://confluence.atlassian.com/x/e8YWN for more examples. # Only use

  • Fedrianto Ramadhan
    Fedrianto Ramadhan
1 min read
learning

Laravel TroubleShoots

Will be putting all the errors in here for my laravel errorsProblem : composer require laravel/browser-kit-testing --devLaravel 5.7 Class 'Laravel\BrowserKitTesting\TestCase' not foundIt saysConclusion: remove symfony/css-selector v5.0.2So downgrade

  • Fedrianto Ramadhan
    Fedrianto Ramadhan
2 min read
learning

Learning on how to learn Notes

Importance in learningPractice makes permanent. When you're learning, what you want to do is study something. Study it hard by focusing intently. Then take a break or at least change your focus to

  • Fedrianto Ramadhan
    Fedrianto Ramadhan
42 min read
learning

Laravel Vue CRUD

Just started to learn this vue crud where I would need this for later use. So I started try this youtube tutorial below learn everything i need to know about making crud in

  • Fedrianto Ramadhan
    Fedrianto Ramadhan
1 min read
learning

Making a Trivia App Android

I recently tried to make an app from one of the course on udemy and learned a lot about the concept of MVC, Http Request using Volley, saving data on SharedPreference, some animation.

  • Fedrianto Ramadhan
    Fedrianto Ramadhan
1 min read
learning

interleaving in learning

So in learning, I just learned there's 2 tipes of skills where it involves practicing. "Blocking" which involves practicing one skill at a time before next and there's "Interleaving" where you practice on

  • Fedrianto Ramadhan
    Fedrianto Ramadhan
1 min read
learning

Making Android Splash Screen

First on the main activity make a delayed function to open a new intent to another created home activity ( just create another activity from file new activity -> empty activity)At first

  • Fedrianto Ramadhan
    Fedrianto Ramadhan
1 min read
learning

Dual boot fix time

Finaly got to sync my dual boot with windows and ubuntu... this is how you do it HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneInformation Add new key 32bit DWORD name it RealTimeIsUniversal value

  • Fedrianto Ramadhan
    Fedrianto Ramadhan
1 min read
You Live What You Learn © 2021
Latest Posts Ghost