Open in app

Sign in

Write

Sign in

Chinmaya Sahoo
Chinmaya Sahoo

3 Followers

Home

About

Dec 21, 2020

Spring MVC

A head start to create a web application using Spring MVC — A Spring MVC is a Java framework which is used to build web applications. It follows the Model-View-Controller design pattern. It implements all the basic features of a core spring framework like Inversion of Control, Dependency Injection. A Spring MVC provides an elegant solution to use MVC in spring framework…

5 min read

Spring MVC
Spring MVC

5 min read


Dec 14, 2020

Spring Framework — Spring Core

Spring simplifies java development by managing dependencies. Spring and J2EE have same feature set. However, in early days EJBs (Enterprise Java Beans) was complex to use and slow. That’s why Spring framework was emerged. Inversion Of Control By contrast with traditional programming, in which our custom code makes calls to a library, IOC…

6 min read

Spring Framework — Spring Core
Spring Framework — Spring Core

6 min read


Dec 7, 2020

Introduction to Java Servlets & JSP

Servlets Today we all are aware of the need of creating dynamic web pages i.e the ones which have the capability to change the site contents according to the time or are able to generate the contents according to the request received by the client. In Java there is a way…

6 min read

Introduction to Java Servlets & JSP
Introduction to Java Servlets & JSP

6 min read


Nov 30, 2020

A Guide To CSS Flexbox

Everything you need to know about Flexbox — CSS flexbox is a one-dimensional layout pattern that makes it easy to design flexible and effective layouts. It uses a flex container. The main idea behind the flex layout is to give the container the ability to alter its items’ width/height (and order) to best fill the available space (mostly…

6 min read

A Guide To CSS Flexbox
A Guide To CSS Flexbox

6 min read


Nov 30, 2020

Understanding CSS Grid

A guide for beginners — CSS Grid provides a flexible layout module to design web pages without having to deal with float and position. The layout module deals with two dimensional, that means both with rows and columns. There are some basic terminology we need to understand in order to understand the concept of Grid. Grid-Container …

4 min read

Understanding CSS Grid
Understanding CSS Grid

4 min read


Nov 23, 2020

Database Normalization

what is Normalization? — Normalization is a database design technique that reduces data inessential and eliminates undesirable anomalies like Update, Insertion and Deletion. The purpose of Normalization is to avoid repetitive data and store the data logically. …

4 min read

Database Normalization
Database Normalization

4 min read


Nov 16, 2020

Collection Framework In Java

what is collection in java? The Collection in Java is a framework that provides an architecture to store and manipulate the group of objects. Java collections can perform most of the operations we perform on data such as searching,sorting,insertion,manipulation and deletion. Java Collection means a single unit of objects. Java…

7 min read

Collection Framework In Java
Collection Framework In Java

7 min read


Nov 16, 2020

Time & Space Complexity

what is time complexity? According to Wikipedia, In computer science, the time complexity is the computational complexity that describes the amount of time it takes to run an algorithm. In simple words time complexity is the measurement of time taken by a program to complete the process of running given…

3 min read

Time & Space Complexity
Time & Space Complexity

3 min read


Nov 9, 2020

The Four Pillars Of OOP

Let us discuss what is oop ? oop refers to object-oriented programming.This concept is being used for a more than a decade and its popular among most of the popular programming languages like java,Smalltalk,c++ and many more. Now question arises what is object,Object is like an entity which exist in…

4 min read

The Four Pillars Of OOP
The Four Pillars Of OOP

4 min read


Nov 5, 2020

What is Version Control:Centralized Vs Distributed

Before getting started and see the differences between Centralized vs Distributed version control, First we have to understand what is version control, so lets get started… Version Control: The name itself suggests what it is, Version control is a software or a tool that saves/records the changes of a file or a…

3 min read

What is Version Control:Centralized Vs Distributed
What is Version Control:Centralized Vs Distributed

3 min read

Chinmaya Sahoo

Chinmaya Sahoo

3 Followers

Help

Status

About

Careers

Blog

Privacy

Terms

Text to speech

Teams