Skip to content

Instantly share code, notes, and snippets.

View iamnycx's full-sized avatar

nycx iamnycx

View GitHub Profile

Detecting Automated Traffic

Objective

Identifying the traffic and activity on our website and blocking the fake traffic while maintaining seamless experience for real users.

Identifying Bot Activity

  • Request Frequency & Timing Patterns
@iamnycx
iamnycx / vs_code_settings.json
Created December 7, 2024 06:18
Config for vs code
{
// ========================
// Editor Appearance
// ========================
"editor.fontFamily": "JetBrainsMono NF Regular", // Custom font for the editor
"editor.fontLigatures": true, // Enables font ligatures
"editor.fontSize": 16, // Font size in the editor
"editor.cursorBlinking": "phase", // Cursor blinking style
"editor.cursorStyle": "line", // Cursor style
"editor.cursorSmoothCaretAnimation": "on", // Smooth cursor animation