Dhirendra Biswal
  • Blog
  • Privacy Policy
  • About Me
Select Page
Python Async IO Patterns: Event Loop Management & Non-Blocking Network Programming

Python Async IO Patterns: Event Loop Management & Non-Blocking Network Programming

by Dhirendra Biswal | Aug 31, 2025 | Blog, Kali, Python

Python Async IO Patterns: Event Loop Management & Non-Blocking Network Programming As a developer who has built scalable network applications, I’ve found Python’s asyncio to be a game-changer for handling I/O-bound workloads efficiently. In this guide, I’ll walk...
Python Database Optimization: SQLAlchemy ORM Tuning vs. Raw SQL Performance

Python Database Optimization: SQLAlchemy ORM Tuning vs. Raw SQL Performance

by Dhirendra Biswal | Aug 31, 2025 | Blog, Kali, Python

Python Database Optimization: SQLAlchemy ORM Tuning vs. Raw SQL Performance TL;DR: Optimizing database performance in Python often involves balancing SQLAlchemy ORM convenience with raw SQL speed. Use ORM for rapid development and maintainability, but switch to raw...
Python Functional Programming: Higher-Order Functions and Immutable Data Structures Explained

Python Functional Programming: Higher-Order Functions and Immutable Data Structures Explained

by Dhirendra Biswal | Aug 31, 2025 | Blog, Kali, Python

Python Functional Programming: Higher-Order Functions and Immutable Data Structures TL;DR: Python supports functional programming (FP) paradigms through higher-order functions (like map, filter, and reduce) and immutable data structures (like tuples and frozenset)....
SQLMAP ? How to use it along Burp Suite

SQLMAP ? How to use it along Burp Suite

by Dhirendra Biswal | Mar 21, 2023 | Blog, Ethical Hacking, Kali

What is SQLMAP? SQLMAP is a powerful open-source penetration testing tool designed to automate the process of detecting and exploiting SQL injection vulnerabilities in web applications. SQL injection attacks remain one of the most common web application...
Android Penetration Testing: How to start, resources and references

Android Penetration Testing: How to start, resources and references

by Dhirendra Biswal | Mar 21, 2023 | Blog, Ethical Hacking, Kali

Android is the most popular mobile operating system in the world, with over 2 billion active users. As the number of Android users continues to grow, so does the potential for cyber attacks targeting these devices. Android penetration testing is the process of...

Recent Posts

  • Advanced Python Testing with Pytest: Mastering Fixtures, Parametrization, and Plugin Development
    by Dhirendra Biswal
  • Python Context Managers and Async Context Managers: A Complete Guide to Resource and Exception Handling
    by Dhirendra Biswal
  • Python Async IO Patterns: Event Loop Management & Non-Blocking Network Programming
    by Dhirendra Biswal
  • machine learning
    Python Database Optimization: SQLAlchemy ORM Tuning vs. Raw SQL Performance
    by Dhirendra Biswal
  • Python Functional Programming: Higher-Order Functions and Immutable Data Structures Explained
    by Dhirendra Biswal
  • JavaScript
  • Kali
  • Linux
  • Machine Learning
  • Python
  • React
  • Facebook
  • Twitter
  • Instagram
  • RSS