Skip to content
  • June 25, 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

Prompt Injection: The Hidden Security Risk in AI Agents (And How to Prevent It)
image-render-seo
The Ultimate Guide to Image Rendering in ReactJS: Performance, SEO, and Best Practices (2025)
Cover banner
Essential Responsive Design Tips for React Developers
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?
Prompt Injection: The Hidden Security Risk in AI Agents (And How to Prevent It)
image-render-seo
The Ultimate Guide to Image Rendering in ReactJS: Performance, SEO, and Best Practices (2025)
Cover banner
Essential Responsive Design Tips for React Developers
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?
  • AI All topics Generation Security AI, Security, Tips

    Prompt Injection: The Hidden Security Risk in AI Agents (And How to Prevent It)

    Lê Hoàng Tâm June 24, 2025
  • image-render-seo
    All topics CSS Javascript/Typescript SEO

    The Ultimate Guide to Image Rendering in ReactJS: Performance, SEO, and Best Practices (2025)

    Hoài Nhớ June 11, 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
  • Cover banner
    CSS Javascript/Typescript Tips

    Essential Responsive Design Tips for React Developers

    Read More
    Hoài Nhớ June 10, 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%

    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
Generator Function in Javascript
September 23, 2024
All topics

Mastering Async Generators in JavaScript: The Ultimate Tool for Streaming Data

Introduction In modern web applications, handling asynchronous data is a common challenge. Whether you’re working…

author-image
Hoài Nhớ
0 Comments
Read More
5 breaking changes in js
September 23, 2024
All topics

5 Breaking Changes JavaScript Features in ES15 (2024)

With each new ECMAScript release, JavaScript evolves to offer more powerful and efficient features. The…

author-image
Hoài Nhớ
0 Comments
Read More
Connector in microservice
September 23, 2024
All topics

Enhancing Microservice Communication with Connectors

By HoaiNho — Nick, Software Engineer Introduction In the realm of microservices, connectors are indispensable tools for…

author-image
Hoài Nhớ
0 Comments
Read More
traefik introduce
September 21, 2024
All topics Architecture & Design Docker

Traefik with docker – The Modern Reverse Proxy

If you're working with microservices, containers, or cloud-native applications, chances are you've come across reverse…

author-image
Lê Hoàng Tâm
0 Comments
Read More
traefik in front of nginx
September 21, 2024
All topics Architecture & Design Ruby on Rails

How to Migrate Nginx to Docker with Traefik as a Reverse Proxy

1. Problem I'm currently running Nginx on my Ubuntu server to host my Rails application.…

author-image
Lê Hoàng Tâm
0 Comments
Read More
September 16, 2024
All topics Architecture & Design

REST vs gRPC: A Detailed Comparison for High-Performance APIs

RESTful APIs and gRPC are two popular approaches for building distributed systems and services, but…

author-image
Lê Hoàng Tâm
0 Comments
Read More
September 12, 2024
All topics Database PostgreSQL

Understanding PostgreSQL WAL and How It Can Save Your Data

PostgreSQL’s Write-Ahead Logging (WAL) system is a fundamental component that ensures database durability, data integrity,…

author-image
Lê Hoàng Tâm
0 Comments
Read More
September 12, 2024
All topics Architecture & Design Database MySQL

Buffer Cache Hit in MySQL: What It Is and Why It Matters

The InnoDB Buffer Pool in MySQL is essentially a cache that stores frequently accessed data…

author-image
Lê Hoàng Tâm
0 Comments
Read More
September 12, 2024
All topics Database MySQL

MySQL Indexes: Boosting Query Performance with Column Order

In MySQL, the order of columns in a composite index (an index that spans multiple…

author-image
Lê Hoàng Tâm
0 Comments
Read More
September 12, 2024
All topics NodeJS Notes Ruby

NestJS vs. Ruby on Rails: A Full Comparison

I want to have full insight about it because I'm going to build new application…

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

Posts pagination

1 … 9 10 11 … 14

Recent Posts

  • Prompt Injection: The Hidden Security Risk in AI Agents (And How to Prevent It) June 24, 2025
  • The Ultimate Guide to Image Rendering in ReactJS: Performance, SEO, and Best Practices (2025) June 11, 2025
  • Essential Responsive Design Tips for React Developers June 10, 2025
  • 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

Categories

  • AI (1)
  • All topics (105)
  • Architecture & Design (34)
  • AWS (15)
  • CSS (6)
  • Database (18)
  • Design patterns (6)
  • Docker (6)
  • Gems (2)
  • Generation (3)
  • Interview Question (11)
  • Javascript/Typescript (16)
  • MySQL (12)
  • NodeJS (14)
  • NoSQL (5)
  • Notes (3)
  • Others (11)
  • PostgreSQL (10)
  • Realtime (2)
  • Ruby (20)
  • Ruby on Rails (10)
  • Security (10)
  • Socket.IO (3)
  • Tips (44)
  • 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 ruby Ruby on rails S3 Seamless Connections Security SEO SQS Tech Interview Tips Traefik Web Development

You May Have Missed

Cover banner
CSS Javascript/Typescript Tips

Essential Responsive Design Tips for React Developers

June 10, 2025 Hoài Nhớ
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

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 ruby Ruby on rails S3 Seamless Connections Security SEO SQS Tech Interview Tips Traefik Web Development

  • June 2025
  • 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