Skip to content
  • June 4, 2025

Thnk And Grow

Let's Do It!

×

Thnk And Grow

Let's Do It!

  • Home
  • All topics
  • Ruby
    • Ruby on Rails
    • Gems
  • Architecture & Design
    • AWS
    • Docker
    • Security
  • Database
    • PostgreSQL
    • MySQL
    • NoSQL
  • NodeJS
    • Javascript/Typescript
    • Realtime
      • Socket.IO
  • Others
    • Interview Question
    • Tips
    • Notes
    • Tools
  • About us

Highlight

How to Unblock Telegram with Your Own MTProto Proxy — No VPN Needed!
tripple-cache
🚀 Triple-Layered Web Caching Strategy: How Memory, IndexedDB and HTTP Cache Improved Speed by 96%
Best Practices for Using Redis: Protect Your App, Reduce Costs, and Optimize Performance 2025
How to Remove Secrets from GitHub (Even from History!)
keycloak and devise compare
Keycloak vs Devise: Which Authentication Solution to Choose in 2025?
Keycloak in 2025: What new?
Redux Thunk and Saga
Redux Thunk vs Redux Saga: A Deep Dive into Strengths, Weaknesses, and Hidden Pitfalls
SQL Performance Battle: GROUP BY vs. Self-Join in UPDATE Queries
How to Unblock Telegram with Your Own MTProto Proxy — No VPN Needed!
tripple-cache
🚀 Triple-Layered Web Caching Strategy: How Memory, IndexedDB and HTTP Cache Improved Speed by 96%
Best Practices for Using Redis: Protect Your App, Reduce Costs, and Optimize Performance 2025
How to Remove Secrets from GitHub (Even from History!)
keycloak and devise compare
Keycloak vs Devise: Which Authentication Solution to Choose in 2025?
Keycloak in 2025: What new?
Redux Thunk and Saga
Redux Thunk vs Redux Saga: A Deep Dive into Strengths, Weaknesses, and Hidden Pitfalls
SQL Performance Battle: GROUP BY vs. Self-Join in UPDATE Queries
  • All topics Docker, Popular, proxy, Seamless Connections, telegram, Tips

    How to Unblock Telegram with Your Own MTProto Proxy — No VPN Needed!

    Lê Hoàng Tâm May 27, 2025
  • tripple-cache
    Javascript/Typescript Tips FrontendOptimization, IndexedDB, Tips, WebPerformance

    🚀 Triple-Layered Web Caching Strategy: How Memory, IndexedDB and HTTP Cache Improved Speed by 96%

    Hoài Nhớ March 28, 2025
  • Server mail flowchart
    All topics AWS, iRedMail, Mail Server, MailGun

    [TUT] Series hướng dẫn setup Server mail

    Lê Hoàng Tâm April 4, 2021
  • iRedMail
    All topics AWS, iRedAdmin, iRedMail, Mail Server

    [TUT] Phần 1 – Giới thiệu và hướng dẫn cài đặt server mail với iRedMail

    Lê Hoàng Tâm May 4, 2021
  • tripple-cache
    Javascript/Typescript Tips FrontendOptimization, IndexedDB, Tips, WebPerformance

    🚀 Triple-Layered Web Caching Strategy: How Memory, IndexedDB and HTTP Cache Improved Speed by 96%

    Read More
    Hoài Nhớ March 28, 2025
    All topics Architecture & Design Others Security Tips Tools redis, reduce cost, Security

    Best Practices for Using Redis: Protect Your App, Reduce Costs, and Optimize Performance 2025

    Read More
    Lê Hoàng Tâm March 26, 2025
    All topics Others Security Tips Tools Best Practices, git, Security, Tips

    How to Remove Secrets from GitHub (Even from History!)

    Read More
    Lê Hoàng Tâm March 18, 2025
November 5, 2024
All topics

What is last-in-wins principle in Ruby?

The last-in-wins principle is a key concept in Ruby regarding method resolution in the method…

author-image
Lê Hoàng Tâm
0 Comments
Read More
November 4, 2024
All topics

The Secret of Safe Number Handling in JavaScript

JavaScript’s handling of numbers includes limitations due to its use of a 64-bit floating-point format…

author-image
Lê Hoàng Tâm
0 Comments
Read More
November 1, 2024
All topics

Managing Database Migrations best practice

Database migrations are essential for maintaining the integrity and structure of applications as they evolve.…

author-image
Lê Hoàng Tâm
0 Comments
Read More
October 31, 2024
All topics

A Comprehensive Guide to Indexing in MySQL: Boost Your Database Performance

Indexes are essential tools in MySQL that drastically improve query performance, especially when dealing with…

author-image
Lê Hoàng Tâm
0 Comments
Read More
October 31, 2024
All topics

Exploring Views in MySQL and PostgreSQL: A Guide to Performance, Use Cases, and Materialized Views

Views are a powerful feature in relational databases like MySQL and PostgreSQL, allowing you to…

author-image
Lê Hoàng Tâm
0 Comments
Read More
October 24, 2024
All topics Ruby Ruby on Rails

Avoid N+1 Queries in Rails: Best Practices for Optimized Performance

To avoid the N+1 query problem in Rails, you need to minimize database queries that…

author-image
Lê Hoàng Tâm
0 Comments
Read More
October 24, 2024
All topics

The secret of Locking Behavior in Mysql and Postgres

The default locking behavior of MySQL and PostgreSQL can affect how transactions interact with one…

author-image
Lê Hoàng Tâm
0 Comments
Read More
the hidden of ISR
October 23, 2024
Generation Javascript/Typescript

The Hidden Potential of Incremental Static Regeneration (ISR)

1. What is ISR? ISR (Incremental Static Regeneration) is a rendering strategy introduced by Next.js…

author-image
Hoài Nhớ
0 Comments
Read More
October 22, 2024
All topics Database PostgreSQL

Postgres Index Methods: Things you need to know

In PostgreSQL, different types of index methods are used to optimize query performance, especially for…

author-image
Lê Hoàng Tâm
0 Comments
Read More
October 21, 2024
All topics Architecture & Design Database PostgreSQL

How to prevent table lock when add/drop index in Postgres?

The CONCURRENTLY option in PostgreSQL is used when creating or dropping indexes to avoid locking…

author-image
Lê Hoàng Tâm
0 Comments
Read More

Posts pagination

1 … 5 6 7 … 14

Recent Posts

  • How to Unblock Telegram with Your Own MTProto Proxy — No VPN Needed! May 27, 2025
  • 🚀 Triple-Layered Web Caching Strategy: How Memory, IndexedDB and HTTP Cache Improved Speed by 96% March 28, 2025
  • Best Practices for Using Redis: Protect Your App, Reduce Costs, and Optimize Performance 2025 March 26, 2025
  • How to Remove Secrets from GitHub (Even from History!) March 18, 2025
  • Keycloak vs Devise: Which Authentication Solution to Choose in 2025? March 11, 2025

Categories

  • All topics (103)
  • Architecture & Design (34)
  • AWS (15)
  • CSS (4)
  • Database (18)
  • Design patterns (6)
  • Docker (6)
  • Gems (2)
  • Generation (2)
  • Interview Question (11)
  • Javascript/Typescript (14)
  • MySQL (12)
  • NodeJS (14)
  • NoSQL (5)
  • Notes (3)
  • Others (11)
  • PostgreSQL (10)
  • Realtime (2)
  • Ruby (20)
  • Ruby on Rails (10)
  • Security (9)
  • Socket.IO (3)
  • Tips (43)
  • Tools (9)

authentication AWS AWS SQS Backend Backend Performance Best Practices compare Database Database Questions Deploy Deployment Docker Docker swarm Interview Questions iRedAdmin iRedMail Javascipt javascript MailGun Mail Server Multiple Threads mysql NextJS Nginx optimize database optimize performance Optimize Queries optimize query Popular Postgresql Rails Realtime Application redis RESTFul API Route53 ruby Ruby on rails S3 Seamless Connections Security SQS Tech Interview Tips Traefik Web Development

You May Have Missed

tripple-cache
Javascript/Typescript Tips

🚀 Triple-Layered Web Caching Strategy: How Memory, IndexedDB and HTTP Cache Improved Speed by 96%

March 28, 2025 Hoài Nhớ
All topics Architecture & Design Others Security Tips Tools

Best Practices for Using Redis: Protect Your App, Reduce Costs, and Optimize Performance 2025

March 26, 2025 Lê Hoàng Tâm
All topics Others Security Tips Tools

How to Remove Secrets from GitHub (Even from History!)

March 18, 2025 Lê Hoàng Tâm
All topics Others Tools

Keycloak in 2025: What new?

March 3, 2025 Lê Hoàng Tâm
Redux Thunk and Saga
Javascript/Typescript Tips

Redux Thunk vs Redux Saga: A Deep Dive into Strengths, Weaknesses, and Hidden Pitfalls

February 24, 2025 Hoài Nhớ

authentication AWS AWS SQS Backend Backend Performance Best Practices compare Database Database Questions Deploy Deployment Docker Docker swarm Interview Questions iRedAdmin iRedMail Javascipt javascript MailGun Mail Server Multiple Threads mysql NextJS Nginx optimize database optimize performance Optimize Queries optimize query Popular Postgresql Rails Realtime Application redis RESTFul API Route53 ruby Ruby on rails S3 Seamless Connections Security SQS Tech Interview Tips Traefik Web Development

  • May 2025
  • March 2025
  • February 2025
  • January 2025
  • December 2024
  • November 2024
  • October 2024
  • September 2024
  • August 2024
  • June 2024
  • May 2024
  • April 2024
  • August 2023
  • May 2023
  • April 2023
  • April 2022
  • January 2022
  • December 2021
  • October 2021
  • September 2021
  • June 2021
  • May 2021
  • April 2021
June 2025
SMTWTFS
1234567
891011121314
15161718192021
22232425262728
2930 
« May    

blog.thnkandgrow © 2025 | Powered By SpiceThemes