Hi there 馃憢

Welcome to my world.

[~]$ whoami?

  • I am Fahim. Here i am sharing my learning, thoughts, experiences. Read more…
  • Bio.link Link to all my social accounts.
  • Contact me Reach out to me if you have any question/suggestions.

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

Network Namespace

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