All Medium Articles
Alignment of buttons in the Card footer is so much easy when you are familiar with the float element. There is another way to align… Read More
Given four integers A, B, C and D which represents the four angles of a Quadrilateral in degrees. The task is to check whether the… Read More
The ifPresentOrElse(Consumer, Runnable) method of java.util.Optional class helps us to perform the specified Consumer action the value of this Optional object. If a value is… Read More
The HTML download Attribute is used to download the element when the user clicks on the hyperlink. It is used only when the href attribute… Read More
The ofNullable() method of java.util.Optional class in Java is used to get an instance of this Optional class with the specified value of the specified… Read More
Django by default provides an authentication system configuration. User objects are the core of the authentication system. Today we will implement Django’s authentication system.  Modules… Read More
Microsoft was the very first company which arrived our campus in the 2019-20 season. It was open to CSE and ECE with a CGPA of… Read More
Given a string s of size N. The task is to find the largest substring which consists of the same charactersExamples:   Input : s =… Read More
Round 1: I belong to Sastra University, Thanjavur. The first round can be written from our rooms/home itself.They gave 4 coding questions. I attempted all… Read More
The most common problem we have encountered in Python is splitting a string by a delimiter, But in some cases we have to split in… Read More
Citrix visited our campus as a part of the campus recruitment drive. The process consisted of an online coding round followed by 2 technical rounds… Read More
Given an array of disk track numbers and initial head position, our task is to find the total number of seek operations to access all… Read More
Prerequisite: Disk scheduling algorithms.Given an array of disk track numbers and initial head position, our task is to find the total number of seek operations… Read More
Prerequisite: Switch Case in C/C++Problem Statement: Write a program to build a simple Bank Management System using C++ which can perform the following operations:  Open account… Read More
The rect() function is an inbuilt function in p5.js which is used to draw the rectangle on the screen. A rectangle contains four sides and… Read More
Are you a night owl? Perhaps you fancy working late at night and sleeping well into the morning (Like I do!!!) Unfortunately, my friend, that… Read More
Prerequisite: Functions in GolangIn Golang, Named Return Parameters are generally termed as the named parameters. Golang allows giving the names to the return or result… Read More
On-Campus – MANIT  Round 1:Coding round  To get a chance to participate in this coding rounds, we were asked to fill forms . the candidates … Read More
This article explains how to connect multiple MySQL databases into a single webpage. It is useful to access data from multiple databases.  There are two… Read More
Round 1 (Day 1): In college Consist of MCQs 60 min : General Aptitude + Quant + L.R. + Technical   Round 2 (Day 1):… Read More