Posts by Category

Technology

Handling Race Conditions in Rails

When developing web applications using Ruby on Rails, you’ll often encounter situations where you need to either find a record in your database or create a n...

Be Careful With Your Database Migration

In the early stage as a Start-Up, we do many experiments to prove our assumption to reach product market fit. Updating database schema could be a daily or we...

Speed up Rails controller speed easily

When we adding a Rails controller action, especially for #show. Usually it would be like this: def show post = Post.find(params[:id]) render json: post...

Back to top ↑

Level Beginner

Supercharge Your Reading Retention

In this blog post, I want to share my experience using NeuraCache, a fantastic app that has helped me retain more knowledge from my reading materials. NeuraC...

Engineering Town Hall Tips

In this blog post, we’ll explore some tips for making your Engineering Town Hall meetings more engaging and informative. We’ll discuss the importance of shar...

Mastering the Art of Task Management

Effective time management is more critical than ever in today’s fast-paced world. The Decision Matrix is one tool that can help you prioritize your tasks and...

Be Careful With Your Database Migration

In the early stage as a Start-Up, we do many experiments to prove our assumption to reach product market fit. Updating database schema could be a daily or we...

Speed up Rails controller speed easily

When we adding a Rails controller action, especially for #show. Usually it would be like this: def show post = Post.find(params[:id]) render json: post...

Back to top ↑

Level General

Back to top ↑

Leadership

Engineering Town Hall Tips

In this blog post, we’ll explore some tips for making your Engineering Town Hall meetings more engaging and informative. We’ll discuss the importance of shar...

Mastering the Art of Task Management

Effective time management is more critical than ever in today’s fast-paced world. The Decision Matrix is one tool that can help you prioritize your tasks and...

Back to top ↑

Level Intermediate

Handling Race Conditions in Rails

When developing web applications using Ruby on Rails, you’ll often encounter situations where you need to either find a record in your database or create a n...

Back to top ↑

Others

Supercharge Your Reading Retention

In this blog post, I want to share my experience using NeuraCache, a fantastic app that has helped me retain more knowledge from my reading materials. NeuraC...

Back to top ↑

Health

Back to top ↑

Data

Back to top ↑

Entrepreneurship

Back to top ↑