All Medium Articles
Round 1 (Coding Test): The first round was a coding round of 30 min for only one question. The code was simple. The question was… Read More
I was contacted by Amazon recruiter for SDE-1 role. Coding round: 2 simple coding questions were asked . (don’t remember exactly), you need to solve… Read More
The Spring MVC framework provides us with standard predefined validators to validate user input data in a simple and straightforward way. The Bean Validation API… Read More
Spring is one of the most popular Java EE frameworks. It is an open-source lightweight framework that allows Java EE 7 developers to build simple,… Read More
Swing is a Java Foundation Classes [JFC] library and an extension of the Abstract Window Toolkit [AWT]. Java Swing offers much-improved functionality over AWT, new… Read More
On December 9th, 2021, the world was made aware of the single, biggest, most critical vulnerability as CVE-2021-44228, affecting the java based logging utility log4j.… Read More
In this article, we are going to see how to connect the sqlite3 database using nodejs. So for this, we are going to use the… Read More
In this article, we will try to understand how we could make object properties immutable in TypeScript. JavaScript is a highly dynamic and flexible language,… Read More
In this article we will try to understand how use the basic arrow function syntax in TypeScript. Arrow functions are basically the shorter way provided… Read More
Given an array arr of length N, the task is to rearrange the elements of given array such that for each element, its bitwise XOR… Read More
This article focuses on discussing the steps to set up a private Ethereum Network. Before proceeding into the detailed step-by-step guide, let’s have a look… Read More
Given an array arr[] of even length N, the task is to perform the following operations on the given array: Split the given array in… Read More
Spring Boot is a project that is built on top of the Spring Framework that provides an easier and faster way to set up, configure,… Read More
Prerequisites: Spring MVC, Introduction to Spring Spring MVC is a Model-View-Controller framework, it enables the separation of modules into Model, View, and Controller and uniformly… Read More
The beginning of the RFC(Request for Comments) format happened back in 1969 as part of the ARPANET(Advanced Research Projects Agency Network) project. RFC is the… Read More
In any object-oriented programming language, Overriding is a feature that allows a subclass or child class to provide a specific implementation of a method that… Read More
My name is Pooja Abasaheb Kate pursuing a B.Tech ‘Final Year’ in CSE from SVERI’S college of engineering Pandharpur. I have been selected in multiple… Read More
A key-value data model or database is also referred to as a key-value store. It is a non-relational type of database. In this, an associative… Read More
FAANG refers to the stock of the five most renowned tech companies in the world; these are Facebook, Amazon, Apple, Netflix, and Google. Global recognition,… Read More
In this article, we will learn about the apply(), lapply(), sapply(), and tapply() functions in the R Programming Language. The apply() collection is a part… Read More