Contents

My Todo Lists


New Blogs Ideas:

LABBING

  • CSR 1000v or XRd dockered
  • Cat 9000v virtual
  • IOSv
  • IOSv-L2

DNACs:

Blogs Ideas:

  • Health Care IT project. HIS, EKG, HL7 etc.
  • Make File, TEX, PANDOC, MD and CI/CD for book, pdf, epub, mobi, figures.
  • Docker Tutorials … and Kubernetes …
  • Ansible, Jenkins or any CI/CD Approaches.
  • OOPs Python
  • INE Networking learning, you can learn and write blogs

Office Works (New Ideas):

Open Source Ideas:

  • There is a snmp NPM module, I am thinking to use nodejs backend and utilize this feature to build dynamic page for MPLS links, I can use REACT as front end if I want to.
  • Another idea is to have CDP neighbor diagram collect through snmp. Maintain database as much deep as it can get. Then create a diagram either in Next UI cisco or graphviz in python.

Web Designing:

To-learn

  • Julia Notebook
  • SmartSheet API for advance users
  • Drupal-9 CMS experience
  • Python Django for colligo version 2
  • ELK Stack for syslog and log monitoring – Doing

Python Network Automation Libraries

  • Netmiko/Paramiko
  • Napalm
  • Genie/PyATS
  • Ncclient
  • Requests

Learning GO or RUST | Contribute to OPEN SOURCE

Other blog topics

  • APC UPS automation (Upgrade and Provisioning)
    • Another handy CLI tool. This will upgrade the UPS device automatically to latext version and config Radius/SSH/SNMPv3/HTTPS with disabling HTTP/Telnet/SNMPv1/HTTP. Trust me your security team will be lot happier with you after this.
  • AWS Site-to-Site VPN Troubleshooting.
    • Provided error and solve it.
  • PowerShell (Migrating QIP and MS DHCP to Infoblox)
  • How IP-RAN works in Telecom Network ?
    • All about Huawei Job, what you have learned.

Network

  • Router
    • BGP, MPLS, VPN

PowerShell Script

JavaScript

Concepts

  • Promises, Async/Await, Microtasks, and the Event Loop
  • Bitwise Operators

Document Object Model (DOM) and Web APIs

  • Scrolling
  • Drag and Drop
  • WebSockets
  • File Handling

Tools

  • Webpack

Databases/APIs

  • GraphQL
  • NoSQL (MongoDB, Firebase)

Computer Science

Algorithms

  • Complexity (Big O notation)

    • Size complexity
    • Time complexity
  • Sorting

    • Bubble
    • Insertion
    • Selection
    • Merge
    • Heap
    • Quick
  • Searching

    • Binary search
  • Pattern matching

  • Recursion

  • Data Structures

  • Lists

    • Arrays
    • Linked lists
    • Singly linked lists
    • Doubly linked lists
  • Stack

  • Queue

  • Hash tables

  • Trees

    • Binary tree
    • Segment tree
  • Heap

  • Graph