Skip to content

Gopi Gorantala

Gopi is a software engineer with over 14 years of experience. He specializes in Java-based technology stack and has worked for various startups, the European government, and technology giants.

Members Public

About Me (@me)

1. Twitter - @ggorantala 2. GitHub – @ggorantala 3. DEV – @ggorantala 4. LinkedIn – @ggorantala

About Me (@me)
Members Public

Introduction to SOLID Design Principles

SOLID is an acronym for the first five Object-Oriented design (OOD) principles by Robert C. Martin.

Members Public

What is Java?

Java is both a programming language and a platform. Java's WRITE ONCE and RUN ANYWHERE is just too strong. Java is sleeker, faster, and much more powerful today.

What is Java?
Members Public

How To Create Spring Boot Project using Spring Starter Kit

Let us learn to create a Spring Boot project from scratch using two approaches, and let us add a greeting message that shows up on the webpage https://127.0.0.1:8080

How To Create Spring Boot Project using Spring Starter Kit
Members Public

Grab Your Free IntelliJ Idea/JetBrains License 🤩

Jetbrains offers free licenses for most of the categories. Get all of the below tools for free from JetBrains Here is a set of lists qualifying for a free ultimate JetBrains pack with unlimited access to features. 🤑 Free for who? 1. Students, teachers and Educators. 2. Open Source Contributors. 3.

Grab Your Free IntelliJ Idea/JetBrains License 🤩
Members Public

Array Insertions And Shifting Algorithm

In this lesson, you will learn about an array of insertion and shifting algorithms with illustrations and code examples.

Members Public

How to Prevent cannot read property split of undefined

The "cannot read property split of undefined" error occurs when we try to call the split() method on a variable that stores an undefined value.

How to Prevent cannot read property split of undefined
Members Public

How to master react, continuous deployment using Netlify

React is one of the most popular libraries in the frontend world. Being a backend developer for over 10 years, I agree. I started with React 4 years ago and found it incredible 😅. And there is no reason for me to switch. Developers, you can buy some paid courses online

React app with continuous deployment using Netlify
Members Public

What Are Programming Paradigms?

In this lesson, you will learn various programming paradigms in computer science.

Members Public

Leetcode 896: Monotonic Array

An array is called monotonic if the index of each element increases from the first to the last or decreases from the first to the last.