Skip to content
  • July 15, 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

🔐 sqlmap: Automate SQL Injection Testing Like a Pro in 2025
How a Simple Migration Took Down Our System for 20 Minutes — And How to Never Let That Happen Again
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
🔐 sqlmap: Automate SQL Injection Testing Like a Pro in 2025
How a Simple Migration Took Down Our System for 20 Minutes — And How to Never Let That Happen Again
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
  • 🔐 sqlmap: Automate SQL Injection Testing Like a Pro in 2025

  • How a Simple Migration Took Down Our System for 20 Minutes — And How to Never Let That Happen Again

  • 🔐 sqlmap: Automate SQL Injection Testing Like a Pro in 2025

    How a Simple Migration Took Down Our System for 20 Minutes — And How to Never Let That Happen Again

    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?

    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

    🚀 React 19 Deep Dive: A Senior Engineer’s Practical Guide to New Hooks

    SSL license expired?

    Ultimate Guide to Renewing SSL Certificates: Secure Your Website in 2024

    coin-celebration-effect

    React Coin Celebration Animation Component | Interactive Particle Effects

    Text gradient effect

    Master Gradient Text Animations: A Beginner-Friendly Guide with CSS

    Clip-path for tags

    Creating Stylish Folded Tags in ReactJS Using Clip-Path

    Gradient-border-with-css

    Understanding the Magic Behind the Gradient Border Effect in CSS

    IAM Role vs. IAM Instance Profile: Clear Guide for AWS Beginners

    Optimizing GROUP BY in MySQL: Insights from Real-Life Query Analysis

    AWS Backup: Simplify Your Cloud Data Protection

    JS-tricks

    10 Advanced JavaScript Tricks Every Developer Should Master

    Git alias

    Step-by-Step Guide: Setting Up Git and Shell Aliases on All Operating Systems

    Laragon: The Ultimate Lightweight Development Environment for Windows

    Github Action

    Github Action Interview: CICD Pipeline

    Search topic

    LIKE vs Full-Text Search: SQL Performance and Use Cases

    Security

    Comprehensive Guide to Token-Based Authentication & Secure Access Control

    Declutter Your Disk Space with NPKill: A Lifesaver for Node.js Developers

    System design

    System Design: Top 10 Best Practices for Senior Engineers

    Database optimization

    Top 10 Database Optimization and Recovery Strategies for Senior Software Engineers

    Coolify: Simplifying App Deployment for Developers

    Database Mastery: Essential Knowledge for Senior Engineers

    Loading cover image

    Mastering 7 Types of Loading in Frontend Development: Best Practices and Examples

    Faqs Frontend interview

    Top 10 Advanced Senior Frontend Engineer Interview Questions and Answers in 2024

    nextjs interview

    10 Advanced Next.js Interview Questions for Senior Software Engineers: Master SSR, SSG, Microservices & More

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

  • keycloak and devise compare

    Keycloak vs Devise: Which Authentication Solution to Choose in 2025?

December 24, 2024
All topics Database MySQL Others Tips

Optimizing GROUP BY in MySQL: Insights from Real-Life Query Analysis

My current query: SELECT eod.date, SUM(eod.stable_price) AS sumStablePrice FROM item_eod eod WHERE eod.date >= CURRENT_DATE…

author-image
Lê Hoàng Tâm
0 Comments
Read More
December 21, 2024
All topics Architecture & Design AWS Security Tools

AWS Backup: Simplify Your Cloud Data Protection

In today’s data-driven world, organizations are constantly seeking efficient and reliable ways to protect their…

author-image
Lê Hoàng Tâm
0 Comments
Read More
JS-tricks
December 20, 2024
Javascript/Typescript NodeJS Tips

10 Advanced JavaScript Tricks Every Developer Should Master

Discover 10 advanced JavaScript techniques, including tail call optimization, currying, proxies, debouncing, throttling, and more.…

author-image
Hoài Nhớ
0 Comments
Read More
Git alias
December 13, 2024
Interview Question Tips Tools

Step-by-Step Guide: Setting Up Git and Shell Aliases on All Operating Systems

Learn how to create Git and shell aliases on Windows, macOS, and Linux. Follow this…

author-image
Hoài Nhớ
0 Comments
Read More
December 12, 2024
All topics Database MySQL Others PostgreSQL Ruby Tips Tools

Laragon: The Ultimate Lightweight Development Environment for Windows

Introduction Setting up a local development environment is often a daunting task for developers. Tools…

author-image
Lê Hoàng Tâm
0 Comments
Read More
Github Action
December 11, 2024
Interview Question Tools

Github Action Interview: CICD Pipeline

GitHub Actions is a CI/CD tool tightly integrated with GitHub, allowing developers to automate workflows…

author-image
Hoài Nhớ
0 Comments
Read More
Search topic
December 10, 2024
Database Interview Question MySQL NoSQL Tips

LIKE vs Full-Text Search: SQL Performance and Use Cases

Explore the differences between SQL’s LIKE operator and Full-Text Search. Learn their syntax, performance, use…

author-image
Hoài Nhớ
0 Comments
Read More
Security
December 10, 2024
Interview Question Security

Comprehensive Guide to Token-Based Authentication & Secure Access Control

Master token-based authentication, OAuth2, API security, and access control strategies like RBAC and ABAC for…

author-image
Hoài Nhớ
0 Comments
Read More
December 10, 2024
All topics NodeJS Tips Tools

Declutter Your Disk Space with NPKill: A Lifesaver for Node.js Developers

Introduction Introduce the problem of bloated disk space due to node_modules folders and the challenges…

author-image
Lê Hoàng Tâm
0 Comments
Read More
System design
December 8, 2024
Design patterns Interview Question Tips

System Design: Top 10 Best Practices for Senior Engineers

Prepare for your Senior Software Engineer interview with this comprehensive guide covering OOP principles, system…

author-image
Hoài Nhớ
0 Comments
Read More

Posts pagination

1 2 3 4 … 15

Recent Posts

  • 🔐 sqlmap: Automate SQL Injection Testing Like a Pro in 2025 July 8, 2025
  • How a Simple Migration Took Down Our System for 20 Minutes — And How to Never Let That Happen Again June 29, 2025
  • 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

Categories

  • AI (1)
  • All topics (107)
  • Architecture & Design (34)
  • AWS (15)
  • CSS (6)
  • Database (20)
  • Design patterns (6)
  • Docker (6)
  • Gems (3)
  • Generation (3)
  • Interview Question (11)
  • Javascript/Typescript (16)
  • MySQL (14)
  • NodeJS (14)
  • NoSQL (6)
  • Notes (3)
  • Others (13)
  • PostgreSQL (12)
  • Realtime (2)
  • Ruby (21)
  • Ruby on Rails (11)
  • Security (11)
  • Socket.IO (3)
  • Tips (45)
  • Tools (10)

authentication AWS AWS SQS Backend Backend Performance Best Practices compare Database Database Questions Deploy Deployment Docker Docker swarm Interview Questions 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 sql injection SQS Tech Interview Tips Traefik Web Development

authentication AWS AWS SQS Backend Backend Performance Best Practices compare Database Database Questions Deploy Deployment Docker Docker swarm Interview Questions 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 sql injection SQS Tech Interview Tips Traefik Web Development

You May Have Missed

All topics Database MySQL NoSQL Others PostgreSQL Security Tools

🔐 sqlmap: Automate SQL Injection Testing Like a Pro in 2025

July 8, 2025 Lê Hoàng Tâm
All topics Database Gems MySQL Others PostgreSQL Ruby Ruby on Rails Tips

How a Simple Migration Took Down Our System for 20 Minutes — And How to Never Let That Happen Again

June 29, 2025 Lê Hoàng Tâm
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
  • July 2025
  • 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
July 2025
SMTWTFS
 12345
6789101112
13141516171819
20212223242526
2728293031 
« Jun    

blog.thnkandgrow © 2025 | Powered By SpiceThemes