medium profilePradeep Selva
I post my blogs on medium. Please give them a read and share your thoughts :)

Stories by Pradeep Selva on Medium

When to use Quarkus over Spring Boot? And how to get started? [2]

Published on 2021-08-03

If you haven’t already read the first part, go ahead and read it to get more insight into when to use, but if you only care about the the getting started part then this is it. In this article, We’ll see how to get started with a quick Quarkus application and how easy it is. We’ll use Maven as a depe...

When to use Quarkus over Spring Boot? And how to get started? [1]

Published on 2021-08-03

I’m someone put into the java development ecosystem recently, and after trying both Spring Boot and Quarkus, learning their patterns, use cases, and interacting with some Senior developers in the field. These are my learnings. This article is of 2 parts. The first part is all about, the comparison b...

Hiding DOM Elements in React Based on Scrolling

Published on 2021-06-01

In frontend development, we often come across cases where we need to show/hide elements based on the level of scrolling. Here, I’m going to talk about two ways to achieve this using React. Firstly, implementing it ourselves, and secondly using an already available npm package. 1. Implementation Cons...

Being Productive by Upgrading Your VS Code with VS Code Vim Emulation

Published on 2020-08-30

Visual Studio Code is an amazing text editor and is the text editor of choice for many programmers due to its lightweight nature, a wide range of language support, ceaseless supply of extensions, and peerless user experience. Vim is another stunning text editor which is considered to be the best by ...