Blogs
Discover tech insights, tutorials, and coding tips
How to customize YJIT in the Rails app
In this post, we'll dive into what YJIT is, how to enable it in your Rails app, and how to monitor and configure it for optimal performance.What is YJ...
Software Engineer
Software Engineer
Ruby on Rails
Ruby on Rails
2024-12-04 16:29:15 +0700
Discover the beauty of autumn in Hanoi
I just got back from an amazing trip to Hanoi, and I have to tell you all about it. I went in mid-October, right in the heart of autumn, and the city ...
Life Experience
Life Experience
2024-11-14 17:12:33 +0700
One Design Pattern a Week: Week 4
Welcome back to my "One Design Pattern a Week" series!Try to solve this real problem: Request HandlingImagine you're building an enterprise applicatio...
Software Engineer
Software Engineer
Design Pattern
Design Pattern
2024-10-28 16:46:15 +0700
How Google achieves seamless SSO across multiple domains like Gmail and Youtube?
Hey there! Ever wondered how you can log into Gmail and then magically find yourself logged into YouTube, Google Drive, and all other Google services ...
Software Engineer
Software Engineer
2024-09-24 22:52:06 +0700
One Design Pattern a Week: Week 3
Welcome back to my "One Design Pattern a Week" series!Try to solve this real problem: Incompatible InterfacesImagine you're developing a large web app...
Software Engineer
Software Engineer
Design Pattern
Design Pattern
2024-09-21 15:53:29 +0700
One Design Pattern a Week: Week 2
Welcome back to my "One Design Pattern a Week" series!Try to solve this real problem: Object CreationImagine you're developing a large web application...
Software Engineer
Software Engineer
Design Pattern
Design Pattern
2024-09-21 15:38:03 +0700
One Design Pattern a Week: Week 1
Welcome back to my "One Design Pattern a Week" series!Try to solve this real problem: Configuration ManagementImagine you're developing a large web ap...
Software Engineer
Software Engineer
Design Pattern
Design Pattern
2024-09-21 15:13:53 +0700
Integer and String Enum in Rails
TL;DRFor General Use: I would lean towards using strings for enums due to their readability and maintainability benefits.For Performance-Critical Appl...
Software Engineer
Software Engineer
Ruby on Rails
Ruby on Rails
2024-09-05 23:53:58 +0700
Rails 7.2: How to show all model attributes in Rails Console
With the release of Rails 7.2, a new change was introduced to the way ActiveRecord models are inspected in the Rails console. Prior to this version, c...
Ruby on Rails
Ruby on Rails
2024-09-01 22:39:00 +0700
Beware of html_safe in Rails !!!
Modern web frameworks provide a secure way to develop new applications. However, if we do not understand it well, it still leads to security issues.ht...
Software Engineer
Software Engineer
Ruby on Rails
Ruby on Rails
2024-08-26 19:27:04 +0700
Notable Changes in Ruby on Rails 7.2
Ruby on Rails 7.2 has arrived with a host of new features and enhancements that focus on improving the performance and efficiency of your applications...
Software Engineer
Software Engineer
Ruby on Rails
Ruby on Rails
2024-08-17 18:00:24 +0700
Solving the "must appear in the GROUP BY clause" Error in Rails and PostgreSQL
This blog will give an example of how to resolve this common error when using group_by in Active Record1. Example problemFirst, take a look at this SQ...
Software Engineer
Software Engineer
Ruby on Rails
Ruby on Rails
2024-07-10 11:17:29 +0700
Loading more ...