Open in app

Sign In

Write

Sign In

Chandra Kant
Chandra Kant

3 Followers

Home

About

Jan 3, 2021

REST API

Let’s say you’re trying to find videos about Batman on youtube. You open up youtube, type “Batman” into a search field, hit enter, and you see a list of videos about Batman. A REST API works in a similar way. …

4 min read

REST API
REST API

4 min read


Dec 21, 2020

Spring MVC

Spring MVC is a Java framework that is used to develop flexible and loosely coupled web applications. It follows the MVC (Model View Controller) pattern. It follows all the basic features of core spring like Dependency Injection, Inversion Control, etc. It can be used in the Spring framework using DispatcherServlet. …

3 min read

Spring MVC
Spring MVC

3 min read


Dec 13, 2020

Spring Core

Spring is the most popular application development framework for enterprise Java. Millions of developers around the world use Spring Framework to create high performing, easily testable, and reusable code. Spring is lightweight when it comes to size and transparency. The core features of the Spring Framework can be used in…

5 min read

Spring Core
Spring Core

5 min read


Dec 7, 2020

Servlet & JSP

In the recent trends, we all have seen many websites like facebook. There’s more than billions of people are using facebook. Have you ever noticed how the developer has designed separate webpages for each user. Has the developer created this many webpages for each user? …

5 min read

Servlet & JSP
Servlet & JSP

5 min read


Nov 29, 2020

CSS Grid

CSS Grid is a two-dimensional grid layout system which works with columns and rows. In comparison to Flexboxes (which are mainly one-dimensional) the CSS Grid layout system enables us to build more complex layouts. However, it’s possible to combine both: Flexbox and Grid Layout in CSS. CSS grid allows web…

5 min read

CSS Grid
CSS Grid

5 min read


Nov 29, 2020

CSS Flex Box

Flexbox was developed to make it easier to align content using one-dimensional layouts, either vertically or horizontally. Elements in a flexbox layout can have their height or width set to accommodate different screen sizes. Flexbox is a layout model that allows elements to align and distribute space within a container…

5 min read

CSS Flex Box
CSS Flex Box

5 min read


Nov 22, 2020

Normalization

Yeah, its true to say, “If you don’t do normalization on your database, you’re gonna have a bad time”. Let’s take an example to analyze whole normalization concept. Assume, a video library maintains a database of movies rented out. …

4 min read

Normalization
Normalization

4 min read


Nov 17, 2020

Collections in Java

The Java Collections Framework is a collection of interfaces(Set, List, Queue, Deque) and classes(ArrayList, Vector, LinkedList) which helps in storing and processing the data efficiently. This framework has several useful classes which have tons of useful functions which makes a programmer task very easy. We can perform all operations such…

5 min read

Collections in Java
Collections in Java

5 min read


Nov 15, 2020

Time & Space Complexity

Mostly, you have noticed there are different ways to write code of any program using different algorithms. For example, There are different ways to travel from our home to office, but you choose only one way to reach your destination which is the shortest path. The same approach is applied…

3 min read

3 min read


Nov 15, 2020

Collections in Java

The Java Collections Framework is a collection of interfaces(Set, List, Queue, Deque) and classes(ArrayList, Vector, LinkedList) which helps in storing and processing the data efficiently. This framework has several useful classes which have tons of useful functions which makes a programmer task super easy. ArrayList It is like an array, but…

2 min read

Collections in Java
Collections in Java

2 min read

Chandra Kant

Chandra Kant

3 Followers

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech

Teams