Open in app
Home
Notifications
Lists
Stories

Write
Krishnkant Jaiswal
Krishnkant Jaiswal

Home

Mar 25, 2021

Microservices Introduction

Nowadays Microservice is the buzzword. Being a newbie a have heard it many times. I spend last week understanding this. Allow me to share what I have learned so far. What is Microservices? It is a new architecture for developing a web application. What we had before this? Before Microservice architecture people used to follow monolithic architecture. Mono…

Microservices

2 min read


Feb 7, 2021

Spring Security Starter Project

In this post, we will be developing a simple web application which has an industry level security. Prerequisites: Spring MVC Spring JPA Spring boot Tools used : IntelliJ IDEA Community Edition(IDE) Spring JPA Thymeleaf Spring Security Spring Web Postgres SQL (Backend Database) JDK 8 For starting the project will be…

Spring Security

3 min read

Spring Security Starter Project
Spring Security Starter Project

Feb 1, 2021

Spring MVC Introduction

If you are in the industry, you have probably heard Spring MVC buzzword. It is an easy and effective way to implement JSP and servlets. If you look at any servlet it behaves like a controller while JSP behaves like a view. If you are using JSP and servlets for…

Spring Mvc

2 min read

Spring MVC Introduction
Spring MVC Introduction

Jan 24, 2021

Servlets and JSP Introduction

Servlets: If you are comfortable in Java and want to develop a dynamic web-app. Then for processing purpose you can use servlets. Any normal class can be converted into servlet if it extends HttpServlet class. In the above example, LoginController becomes a servlet since it…

Jsp

2 min read


Jan 16, 2021

Flex vs Grid (CSS)

Flex and Grid are to advance features of CSS(Cascading Style Sheet). Modern websites usually contain two-part HTML and CSS. HTML defines the structure and contents of a webpage while CSS is used to style the webpages. The above image sums up everything and gives us a brief idea about the…

Grid Layout

2 min read

Flex vs Grid (CSS)
Flex vs Grid (CSS)

Jan 11, 2021

Normalization in Databases

Hi guys, Normalization is the solution for many problems in DBMS, but before directly jumping into normalization let's take an example. …

Normalization

2 min read

Normalization  in Databases
Normalization  in Databases

Jan 3, 2021

Performance analysis of algorithms

In the software industry algorithm is everything and in general, there is always more than one solution(algorithm) to any given problem. Since there are many solutions to being a problem solver you have to choose an optimized one. In order to choose a solution, one should be able to measure…

Time Complexity

2 min read

Performance analysis of algorithms
Performance analysis of algorithms

Dec 27, 2020

Object-Oriented Programming (for Beginners)

Before directly jumping into Object-Oriented Programming(OPP) one should first understand “What is Object?”. Just look around you. whatever you see or sense or feel everything is an Object. Every object has its own set of features and functions. …

Object Oriented

3 min read

Object-Oriented Programming (for Beginners)
Object-Oriented Programming (for Beginners)
Krishnkant Jaiswal

Krishnkant Jaiswal

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable