Open in app

Sign in

Write

Sign in

Dinesh Kumar K B
Dinesh Kumar K B

460 Followers

Home

About

Pinned

6 signs you’re an Alex Dunphy

Alexy Dunphy the most underrated characters in soap opera history — After endless scrolling on multiple streaming platforms, I finally found a feel-good sitcom that actually feels good to watch. Well, actually a soap-opera that cracks me up even if I watch over and over again. This is not a praise post on modern family, but to celebrate the character I…

TV Series

4 min read

6 signs you’re an Alex Dunphy
6 signs you’re an Alex Dunphy
TV Series

4 min read


Published in

Python in Plain English

·6 days ago

Understanding Python’s Memory Management and Garbage Collection

Garbage collection strategies in Python — Introduction: Have you ever wondered how does python manage its memory? Well, python allocates and deallocates memory automatically for us and developers do not need to bother allocating and deallocating memory every now and then. In other words, python has the capability of automatic garbage collection. Allocating a memory is reserving…

Python

7 min read

Understanding Python’s Memory Management and Garbage Collection
Understanding Python’s Memory Management and Garbage Collection
Python

7 min read


Published in

Python in Plain English

·Aug 11

openpyxl — Tips and Tricks

Create excel sheets using openpyxl in python — Introduction: I was recently tasked with dealing excel sheets programmatically. The moment I googled for python libraries for excel, I got 2 predominant search results. openpyxl xlsxwriter I was torn between these 2 libraries as both were equally good. …

Openpyxl

5 min read

openpyxl — Tips and Tricks
openpyxl — Tips and Tricks
Openpyxl

5 min read


Jul 1

Kubernetes 101 — The Components

A basic introduction to the k8s ecosystem. — Kubernetes is an open-source system for automating deployment, scaling, and management of containerized applications. Kubernetes is an orchestration system to deploy and manage containers A little history: Kubernetes was started as an internal project called “Borg” at google because its infrastructure demanded an extremely high-level of scalability like never seen before. …

Kubernetes

5 min read

Kubernetes 101 — The Components
Kubernetes 101 — The Components
Kubernetes

5 min read


Published in

Geek Culture

·May 25

Automate your administrative tasks on remote machines using ansible

Automate your fluentd installation on ubuntu using ansible — Ansible: Ansible® is an open source, command-line IT automation software application written in Python. It can configure systems, deploy software, and orchestrate advanced workflows to support application deployment, system updates, and more. In my opinion, the strength of ansible is its simplicity and the ability to provide an orchestration workflow.i.e …

Ansible

4 min read

Automate your administrative tasks on remote machines using ansible
Automate your administrative tasks on remote machines using ansible
Ansible

4 min read


Published in

Python in Plain English

·May 19

Set up a Unified Logging Layer for Your Python Applications

Configure and install Fluentd for your Python application logging — Introduction: The craze for analytics seems to be substantially growing. This means the significance of data has sky-rocketed like never before. I’d personally consider logging mechanism as a predominant contributor for data monitoring, analysis, debugging and last but not least identifying data patterns. Let’s take an example of a VM running…

Python

6 min read

Set up a Unified Logging Layer for Your Python Applications
Set up a Unified Logging Layer for Your Python Applications
Python

6 min read


Published in

Python in Plain English

·Apr 4

How to Write syslog to a Remote Server Using Python

Forward syslogs from Docker container to a remote server — Introduction: This is a follow-up post for writing syslog using python. In my previous article, we discussed on how to write syslog to a local host using python. We have also walked through what a syslog is and its internal workflow. …

Syslog

4 min read

How to Write syslog to a Remote Server Using Python
How to Write syslog to a Remote Server Using Python
Syslog

4 min read


Published in

Python in Plain English

·Feb 24

How to Write syslogs Using Python

Write syslogs using python logging module — Introduction: Logs are nothing but record of events happened in a timeline. They are crucial as they help any programmer understand the series of events happened during the execution.A code that has good log statements help decrease the debugging time and narrow down the issue quickly. Python’s `logging` module is used…

Python

4 min read

How to Write syslogs using Python
How to Write syslogs using Python
Python

4 min read


Published in

Geek Culture

·Feb 13

What is quorum consensus and why every dev should know it.

Understanding quorum consensus to design your distributed database systems — Introduction: Every system design interview has a question of “how to optimise” given a specific scenario. Not a single design interview escapes this paradigm.Optimisation doesn’t necessarily mean giving a “one-size fits all” solution. Well! technically, such a solution doesn’t exist. We propose a solution, analyse it’s trade-offs for the given use-case…

Quorum

6 min read

What is quorum consensus and why every dev should know it.
What is quorum consensus and why every dev should know it.
Quorum

6 min read


Published in

Geek Culture

·Jan 2

How to encode and decode jwt token using python

Decoding jwt using public key in python — Introduction: JSON Web Token (JWT) is a compact, URL-safe means of representing claims to be transferred between two parties. The claims in a JWT are encoded as a JSON object that is used as the payload of a JSON Web Signature (JWS) structure or as the plaintext of a JSON Web Encryption…

Python

4 min read

How to encode and decode jwt token using python
How to encode and decode jwt token using python
Python

4 min read

Dinesh Kumar K B

Dinesh Kumar K B

460 Followers

Python Back-End Developer, CKAD |AWS | Django | Flask | Fastapi |Azure | www.linkedin.com/in/dineshkumarkb | https://dock2learn.com

Following
  • Sohom Das

    Sohom Das

  • Netflix Technology Blog

    Netflix Technology Blog

  • Nikhil Adithyan

    Nikhil Adithyan

  • Tony Stubblebine

    Tony Stubblebine

  • Evy Shanon

    Evy Shanon

See all (51)

Help

Status

About

Careers

Blog

Privacy

Terms

Text to speech

Teams