Skip to content
ITFROMZERO - Share tobe shared!
  • Home
  • AI
  • Database
  • Docker
  • Git
  • Linux
  • Network
  • Virtualization
  • English
    • Tiếng Việt
    • English
    • 日本語
  • Home
  • AI
  • Database
  • Docker
  • Git
  • Linux
  • Network
  • Virtualization
  • English
    • Tiếng Việt
    • English
    • 日本語
  • Facebook

backend

MySQL tutorial - IT technology blog
Posted inMySQL

Is MySQL Choking Under Heavy Write Loads? Optimization Secrets for Write-Heavy Systems

Posted by By admin August 8, 2026
Is your MySQL system slowing down during heavy write operations? Discover how to optimize Redo Log, Doublewrite Buffer, and Batch Insert techniques to boost write speeds by 10x.
Read More
Development tutorial - IT technology blog
Posted inDevelopment

Idempotency in REST APIs: Preventing “Double Charges” with Node.js and Redis

Posted by By admin August 7, 2026
Learn how to prevent duplicate transactions in REST APIs using Node.js and Redis. A practical guide to protecting data and avoiding 'double charge' errors during retries.
Read More
Development tutorial - IT technology blog
Posted inDevelopment

Building Your Own Web Push Notification System with Node.js: ‘Breaking Up’ with Firebase for a Lighter App

Posted by By admin August 6, 2026
Stop relying on Firebase! Discover how to build a lightweight Web Push Notification system for Node.js using the web-push library and VAPID protocol.
Read More
Python tutorial - IT technology blog
Posted inPython

Scrapy Python: Building a Million-Record Crawler Without Getting IP Banned

Posted by By admin August 5, 2026
Building a million-record crawler with Scrapy Python. A detailed guide from project structure and pipeline optimization to proxy rotation techniques to avoid IP bans.
Read More
Python tutorial - IT technology blog
Posted inPython

Django Ninja: High-Speed REST API Development Made Easy

Posted by By admin August 4, 2026
Find DRF too bulky? Discover how Django Ninja combines with Pydantic to create high-speed APIs, clean code, and excellent Type Hint support.
Read More
MySQL tutorial - IT technology blog
Posted inMySQL

MySQL Hash Join: A Lifesaver for Queries Lacking Indexes on MySQL 8.0.18+

Posted by By admin July 30, 2026
What is MySQL Hash Join? Learn how it works, how to configure join_buffer_size, and practical tips to significantly speed up JOIN queries lacking indexes.
Read More
Development tutorial - IT technology blog
Posted inDevelopment

Contract Testing with Pact: An API ‘Break-Proof’ Solution for Node.js Microservices

Posted by By admin July 26, 2026
Contract Testing eliminates the fear of API breaking changes in Node.js Microservices. Learn how to use Pact to replace bulky integration tests and accelerate releases.
Read More
Development tutorial - IT technology blog
Posted inDevelopment

Goodbye Passwords: Implementing Passkeys (WebAuthn) with Node.js and SimpleWebAuthn

Posted by By admin July 24, 2026
Learn how to implement Passkeys (WebAuthn) with Node.js to replace traditional passwords. This detailed guide helps enhance security and improve user experience.
Read More
Development tutorial - IT technology blog
Posted inDevelopment

Secure Webhooks in Node.js: HMAC-SHA256 Verification and Proper Retry Handling

Posted by By admin July 18, 2026
An unauthenticated webhook is an easy target for forged requests — this article covers how to protect a Node.js endpoint with HMAC-SHA256, handle idempotency to prevent duplicate processing on retries, and implement exponential backoff when calling downstream services. Includes complete working code and curl commands to test immediately.
Read More
Development tutorial - IT technology blog
Posted inDevelopment

Implementing ABAC with Open Policy Agent (OPA) and Node.js for Complex Microservices Systems

Posted by By admin July 17, 2026
When RBAC is no longer sufficient for complex authorization logic in Microservices, Open Policy Agent (OPA) and the ABAC model offer a practical solution. This post shares production experience with Node.js, Rego policies, and how to integrate OPA into Express middleware.
Read More

Posts pagination

Previous page 1 2 3 4 5 … 9 Next page
Copyright 2026 — ITFROMZERO. All rights reserved.
Privacy Policy | Terms of Service | Contact: [email protected] DMCA.com Protection Status
Scroll to Top