DEV Community

Bahman Shadmehr profile picture

Bahman Shadmehr

Software Engineer

Joined Joined on  github website

Work

Software Developer

Exploring the Builder Design Pattern in Python

Exploring the Builder Design Pattern in Python

1
Comments
2 min read
Python Global Interpreter Lock (GIL): Understanding, Workarounds, and Parallelism

Python Global Interpreter Lock (GIL): Understanding, Workarounds, and Parallelism

Comments
3 min read
Understanding Closures in Python: A Comprehensive Tutorial

Understanding Closures in Python: A Comprehensive Tutorial

Comments
5 min read
Reflecting on Metaprogramming: Elevating Your Python Skills

Reflecting on Metaprogramming: Elevating Your Python Skills

Comments
3 min read
Empowering Python Development with Dynamic Code Generation

Empowering Python Development with Dynamic Code Generation

Comments
3 min read
Unleashing the Power of Metaclasses in Python

Unleashing the Power of Metaclasses in Python

3
Comments
2 min read
Mastering Metaprogramming with Python Decorators

Mastering Metaprogramming with Python Decorators

3
Comments
2 min read
Reflecting on Python's Reflection: A Guide to Metaprogramming Basics

Reflecting on Python's Reflection: A Guide to Metaprogramming Basics

3
Comments
3 min read
An Introduction to Python Metaprogramming

An Introduction to Python Metaprogramming

Comments
2 min read
Demystifying Matching Systems: Behind the Scenes of Efficient Order Matching

Demystifying Matching Systems: Behind the Scenes of Efficient Order Matching

Comments
6 min read
Goroutine Communication: Synchronizing Data in Go

Goroutine Communication: Synchronizing Data in Go

Comments
3 min read
Goroutine Synchronization: Managing Concurrency in Go

Goroutine Synchronization: Managing Concurrency in Go

Comments
2 min read
Introduction to Goroutines in Go: Concurrency Made Easy

Introduction to Goroutines in Go: Concurrency Made Easy

Comments
2 min read
Mastering Pytest: Tips, Best Practices, and Further Resources

Mastering Pytest: Tips, Best Practices, and Further Resources

Comments
3 min read
Advanced Techniques with Pytest: Test Parameterization, Markers, and Coverage Reporting

Advanced Techniques with Pytest: Test Parameterization, Markers, and Coverage Reporting

Comments
3 min read
Supercharging Your Tests: Pytest Fixtures for Reusable Setup and Teardown

Supercharging Your Tests: Pytest Fixtures for Reusable Setup and Teardown

Comments
3 min read
Pytest Unleashed: Installation, Writing Test Cases, and Test Discovery

Pytest Unleashed: Installation, Writing Test Cases, and Test Discovery

Comments
3 min read
Mastering Pytest: An Introduction to Python Testing

Mastering Pytest: An Introduction to Python Testing

Comments
2 min read
The Importance of Testing in Software Development

The Importance of Testing in Software Development

Comments
3 min read
Building a Command-Line Interface (CLI) for RabbitMQ Messaging app

Building a Command-Line Interface (CLI) for RabbitMQ Messaging app

Comments
3 min read
Testing RabbitMQConsumerBase class

Testing RabbitMQConsumerBase class

Comments
3 min read
testing the publish_message method of the RabbitMQProducer

testing the publish_message method of the RabbitMQProducer

Comments
3 min read
Implementing multiple consumers

Implementing multiple consumers

Comments
2 min read
Creating the base consumer class

Creating the base consumer class

Comments
3 min read
Sending messages to RabbitMQ using RabbitMQProducer

Sending messages to RabbitMQ using RabbitMQProducer

Comments
2 min read
Creating the producer class to send the notifications

Creating the producer class to send the notifications

Comments
2 min read
Testing the connection class

Testing the connection class

Comments
2 min read
Connecting to RabbitMQ with Python

Connecting to RabbitMQ with Python

Comments
3 min read
Configuring and Testing the Project for Test Mode in Pytest and adding some tests for config.py

Configuring and Testing the Project for Test Mode in Pytest and adding some tests for config.py

Comments
4 min read
Handling Configuration in Your RabbitMQ and Python Project

Handling Configuration in Your RabbitMQ and Python Project

Comments
2 min read
Notification Sender with RabbitMQ

Notification Sender with RabbitMQ

Comments
2 min read
loading...