Open in app
Home
Notifications
Lists
Stories

Write
Nivendha Kannan
Nivendha Kannan

Home

Dec 6, 2020

Designing data-intensive applications — Storage

This is going to be a series of post taken from my learnings of “Designing data-intensive applications” by “Martin Kleppmann” Bare minimal We will start by making a simpler version of a database and will continue our analysis by building over it. #!/bin/bash db_set(){ echo "$1,$2" >> database } db_get(){ grep "^$1," database |…

Data

5 min read

Designing data-intensive applications — Storage
Designing data-intensive applications — Storage

Oct 18, 2020

Designing data-intensive applications— Data models and Query language

This is going to be a series of post taken from my learnings of “Designing data-intensive applications” by “Martin Kleppmann” The “great debate” The year was 1970, The most popular database for the business processing was IBM’s Information Management System (IMS), developed for stock-keeping in the Apollo space program. IMS was a simple…

Data

4 min read

Designing data-intensive applications — Data models and Query language
Designing data-intensive applications — Data models and Query language

Dec 28, 2017

Node.js quick start for Deep dive — Part 1

I have been learning Node.js for few months. Initially, I found that the docs had more of API modules briefly explained and going through all was not necessarily needed for starters, So I pulled out few notes on some specific modules. The best way to learn NodeJs is through REPL…

Java Script

3 min read

Node.js quick start for Deep dive — Part 1
Node.js quick start for Deep dive — Part 1
Nivendha Kannan

Nivendha Kannan

#devloper ,likes art, origami and instrumental music

Following
  • Nick Wignall

    Nick Wignall

  • Emma Austin

    Emma Austin

  • Netflix Technology Blog

    Netflix Technology Blog

  • Barry Davret

    Barry Davret

  • LeadingAgile

    LeadingAgile

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable