Open in app
Home
Notifications
Lists
Stories

Write
Pavan Kumar Reddy
Pavan Kumar Reddy

Home

Feb 25, 2021

!Sympathy in Tarnatino’s movies

In the genre of Historical Fiction, movies like Inglorious Basteros, Once upon a time in Hollywood. Tarnatino narrates a fictional story using real characters in history. However the story is not about showing the tactful history. Based on the incidents happened in history. …

Tarantino

2 min read

!Sympathy in Tarnatino’s movies
!Sympathy in Tarnatino’s movies

Feb 25, 2021

Distributed Systems — Let’s start from basics

Here I am trying to explain the concepts that you are going to encounter while you are developing data intensive applications. This blog is a combination of my thoughts and notes from the book “Designing Data Intensive Applications” In this topic, we will try to explore how distributed storage systems…

Distributed Systems

2 min read


Apr 11, 2018

An interface for Convertors

I got bored of writing and seeing the code to convert one object to another object, which follows the pattern o2.set(o1.get). And am sure most of the developers out there are bored of this as well. This is inevitable for quite number of reasons. Hiding your internal objects to external…

Software Architecture

1 min read


Aug 24, 2016

Injecting Dynamic Primitive Values in Guice

Lets say we have one of our class as below: public class A { private int size; @Inject public A(int size) { this.size = size; } } how can i inject size value into class A through guice. Few questions before proceeding further: Is the value static/constant? Is the value…

Guice

1 min read


Aug 19, 2016

Redis Memory Optimization

My redis machine is consuming so much memory. Is there a way to optimise? This casual question that led me explore into redis internals and thought of sharing the knowledge acquired during that process. First thought that came to my mind is there a way to specify any optimised compression…

Redis

3 min read

Pavan Kumar Reddy

Pavan Kumar Reddy

Following
  • The Good Men Project

    The Good Men Project

  • Haseeb Qureshi

    Haseeb Qureshi

  • Ali

    Ali

  • Pinterest Engineering

    Pinterest Engineering

  • Palantir

    Palantir

See all (123)

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable