Open in app
Home
Notifications
Lists
Stories

Write
codechef vaibhav kashyap
codechef vaibhav kashyap

Home

Jan 15

System Design : BookMySeatInARoom.Com

With the number of applications available on play store & the growing number of applicants in coding marathons, it’s quiet apparent that coding isn’t a big deal any more. But developing a scalable application is still an elephant in the room. With this post we’ll be starting a series of…

Systems Thinking

6 min read

System Design : BookMySeatInARoom.Com
System Design : BookMySeatInARoom.Com

Oct 23, 2020

Apache Kafka : Introduction

Welcome readers to yet another series & this time we’re going to turn some big rocks of data streaming. So without wasting much time let me introduce you to Apache Kafka. Let’s begin with the theoretical definition: Apache Kafka is an open-source stream-processing software platform developed by the Apache Software…

Kafka

4 min read

Apache Kafka : Introduction
Apache Kafka : Introduction

Aug 18, 2019

Stream API in Java

A Stream represents a sequence of objects. A stream operates on a data source, such as an array or a collection. A stream itself never provides storage for the data. It simply moves data, possibly filtering, sorting or otherwise operating on that data in the process. Remember, A Stream Operation…

Java

4 min read

Stream API in Java
Stream API in Java

Aug 17, 2019

Providers in Angular

Before I begin this session, I assume that you’ve worked on services that come under standard coding architectural practices. If not, then I recommend you to take look before you go ahead. Dependency injection, commonly known as DI. Dependency injection is a technique whereby one object (or static method) supplies…

Angular 2

2 min read


Aug 17, 2019

Basics of Apache SOLR

What is SOLR? Apache Solr is an open-source search platform built upon a Java library called Lucene. Solr is a search engine at heart, but it is much more than that. It is a NoSQL database with transactional support. …

Solr

3 min read


Aug 17, 2019

Lazy Loading of Modules in Angular

Lazy loading of modules in angular allows an application to load modules only when they are needed i.e. whenever a route is called corresponding to a component of a module. This is achieved using loadchildren() & thus affects the application’s performance & size. Let’s try to understand this with the…

Java Script

1 min read

codechef vaibhav kashyap

codechef vaibhav kashyap

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable