Hey there 馃憢

[~]$ whoami?

  • It’s Farhadur Reza Fahim. A developer鈥檚 logs on building scalable systems, crafting clean code, and designing robust architectures. Read more…
  • -Bio.link
  • -Contact me

Load Balancing With Nginx

Load balancing involves effectively distributing incoming network traffic across a group of backend servers. A load balancer is tasked with distributing the load among the multiple backend servers that have been set up.

8 August, 2023 路 3 min

An introduction to linux Network Namespace with hands-on

Network namespaces are useful for setting up containers or virtual environments. Network namespaces provide isolation of the system resources associated with networking: network devices, IPv4 and IPv6 protocol stacks, IP routing tables, firewall rules and so on.

6 June, 2023 路 15 min

Django registration with confirmation email

When we signup on website its send a email for confirmation to active an account. Or sometime need to change password or change email of an account.

4 April, 2017 路 4 min

Profiling python code

Profiling is a technique for measuring execution times and numbers of invocations of procedures. Simply profiling is a way to identify time issues in applications.

6 June, 2018 路 5 min

Create a simple Twitter Bot with Python and Tweepy

Tweepy is an easy-to-use Python library for accessing the Twitter API

1 January, 2017 路 1 min