radin reth

radin reth @radinreth

About: Open for Learning <Learning /> Workplace is a second home. Everyone is your workplace are also your family members Respect them!

Location:
Phnom Penh, Cambodia
Joined:
Jan 7, 2021

radin reth
articles - 18 total

Get update Exchange rate from NBC bank with RoR and Wombat

I was assigned a task that do exchange currency from US dollar into Khmer riel. The exchange rate is...

Learn More 1 0Dec 16 '23

Rails api auth with Grape and Devise JWT

[cover image by Henri Guérin at pixels.com] I am currently working on developing and api using grape...

Learn More 11 1May 3 '22

Rails api auth with Grape and Devise JWT

I am currently working on developing and api using grape and devise jwt for user user...

Learn More 9 0May 3 '22

Rails active support instrumentation

Today I am gonna have a brief introduction about active support instrumentation. We will start from...

Learn More 4 0Sep 7 '21

cucumber with selenium-webdriver

First you have to install web driver that you prefer For me, I'm using chromedriver Install...

Learn More 3 0Sep 4 '21

Travis ci with Secure Environment variable

Install travis gem install travis travis login --pro --github-token {GITHUBTOKEN} Enter...

Learn More 2 0Sep 1 '21

Embed custom font in Rails 6

Embed custom font in rails 6 is a bit tricky, below are the steps in order to embed custom font in...

Learn More 2 0Sep 1 '21

Embed custom font in Rails 6

Embed custom font in rails 6 is a bit tricky, below are the steps in order to embed custom font in...

Learn More 7 0Aug 10 '21

git rebase remaining

During rebase we sometimes face conflict files that need to resolve and continue one by one. but how...

Learn More 0 0Jul 22 '21

Rails broadcast report to telegram dynamically

create pdfs/ to store the generated pdf use cronex gem to describe cron in plain english create...

Learn More 1 0Jul 22 '21

Sidekiq clear

Sidekiq::Queue.all.each(&amp;:clear) Sidekiq::RetrySet.new.clear Sidekiq::ScheduledSet.new.clear Sid...

Learn More 0 0Jul 22 '21

Git Tag

List all tags git tag Enter fullscreen mode Exit fullscreen mode ...

Learn More 1 0Jul 20 '21

Telegrame: send document

Sending document using .send_document sometimes success, and sometimes fail (not guarantee). send...

Learn More 0 0Jul 19 '21

Python Virtual Environment

Installation Using pip python -m pip install --user virtualenv Enter...

Learn More 2 0Jul 10 '21

wicked pdf does not render UTF-8

Unicode characters does not render properly when generate pdf using wicked pdf. There are 3 steps...

Learn More 5 0Jun 30 '21

Wicked PDF is incompatible with ViewComponent

Issue https://github.com/github/view_component/issues/288 PR:...

Learn More 6 0Jun 29 '21

Bootsnap Load wrong libruby in docker

Today I mess up by switch ruby version back and fort that cause bootsnap fails to load the correct...

Learn More 6 0Jun 29 '21

Update postgres to sqlite3 for rails 6 using Docker Compose

Today I am gonna show how to switch database from postgres to sqlite3 in rails application. Update...

Learn More 6 0Jun 2 '21