About Me (@me)
1. Twitter - @ggorantala 2. GitHub – @ggorantala 3. DEV – @ggorantala 4. LinkedIn – @ggorantala
Introduction to SOLID Design Principles
SOLID is an acronym for the first five Object-Oriented design (OOD) principles by Robert C. Martin.
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.
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
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.
Array Insertions And Shifting Algorithm
In this lesson, you will learn about an array of insertion and shifting algorithms with illustrations and code examples.
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 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
What Are Programming Paradigms?
In this lesson, you will learn various programming paradigms in computer science.
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.