Open in app

Sign in

Write

Sign in

Devaraju Boddu
Devaraju Boddu

25 Followers

Home

About

Nov 3

The Evolution of Keyword Arguments in Ruby: From 1.9 to 3.0

Ruby, known for its flexibility and developer-friendly syntax, has seen significant changes in how it handles keyword arguments over the years. Understanding this evolution is crucial for developers transitioning from older versions of Ruby to the latest release, Ruby 3.0. In this article, I’ll explore the changes in keyword arguments…

Ruby

4 min read

The Evolution of Keyword Arguments in Ruby: From 1.9 to 3.0
The Evolution of Keyword Arguments in Ruby: From 1.9 to 3.0
Ruby

4 min read


Nov 2

Simplifying Spring Boot Application Development with Starters

Developing Spring Boot applications has become significantly easier and more streamlined, thanks to the introduction of Spring Boot Starters. In this article, I’ll explore what Spring Boot Starters are, why they are valuable, and provide examples to demonstrate how they simplify the process of setting up Spring Boot applications. What Are Spring Boot Starters? Spring…

Spring Boot

3 min read

Simplifying Spring Boot Application Development with Starters
Simplifying Spring Boot Application Development with Starters
Spring Boot

3 min read


Oct 5

Create Spring Boot application using initializr in 5 minutes

What is Spring Initializr Spring Initializr is a web-based tool that simplifies creating and setting up Spring Boot projects. It is straightforward for the developers to select the necessary configuration for their projects. The Spring Initializr tool takes care of the following configuration for any Spring-based project. Build tool (Maven or Gradle) to build…

Spring Boot

5 min read

Create Spring Boot application using initializr in 5 minutes
Create Spring Boot application using initializr in 5 minutes
Spring Boot

5 min read


Sep 22

Ruby each_cons method

In Ruby, there is a method called each_cons that is available for enumerable objects, such as arrays and ranges. This method allows you to iterate over elements in a collection in consecutive groups of a specified size, moving one element at a time. …

Ruby On Rails

2 min read

Ruby each_cons method
Ruby each_cons method
Ruby On Rails

2 min read


Sep 17

Inversion of Control(IoC)

What is Inversion of Control (IoC) Inversion of Control (IoC) is a software design principle that promotes the decoupling of dependencies in a system, leading to more modular, maintainable, and testable code. IoC is also known as the Hollywood Principle, due to its motto: “Don’t call us; we’ll call you.” …

Java

3 min read

Inversion of Control(IoC)
Inversion of Control(IoC)
Java

3 min read


Sep 16

A Beginners Guide to Spring Boot | Must Know Concepts

Spring Boot — Introduction Spring Boot is an open-source Java-based framework used to create a micro Service. It is developed by the Pivotal Team and is used to build stand-alone and production-ready spring applications. This chapter will give you an introduction to Spring Boot and familiarize you with its basic concepts. Must Know Concepts Learning Spring Boot…

Spring

3 min read

A Beginners Guide to Spring Boot | Must Know Concepts
A Beginners Guide to Spring Boot | Must Know Concepts
Spring

3 min read


Published in

Stackademic

·Sep 10

Frequently Used Annotations in Spring Boot

Spring Boot is a popular framework for building Java-based web applications and microservices. It simplifies the development process by providing various annotations that help configure and manage different aspects of your application. Here are some major annotations in Spring Boot with explanations: @SpringBootApplication: - This annotation is typically placed on the…

Spring

4 min read

Frequently Used Annotations in Spring Boot
Frequently Used Annotations in Spring Boot
Spring

4 min read


Sep 9

Gradel Vs Maven

Maven and Gradle are popular build automation and project management tools in the software development industry, particularly for Java and other JVM-based projects. They serve similar purposes but have some key differences. Here’s a comparison of Maven vs. Gradle: 1. Build Configuration: Maven: Maven uses an XML-based configuration file called…

Spring Boot

3 min read

Gradel Vs Maven
Gradel Vs Maven
Spring Boot

3 min read


Jul 22, 2020

Delete specific jobs and jobs created from rails console from a Resque queue

We have Resque.destroy method allows you to define the queue to clean up and the class name of the job type you want removed. But if we create an job form the rails console and tried to delete that job will throw the error like uninitialised constant The following call…

Programming

1 min read

Programming

1 min read

Devaraju Boddu

Devaraju Boddu

25 Followers

Technical Consultant | Ruby On Rails | Java | Spring Boot | AWS

Following
  • Alexander Obregon

    Alexander Obregon

  • Gokul

    Gokul

  • Chaitali Khangar

    Chaitali Khangar

  • Devashish Taneja

    Devashish Taneja

See all (10)

Help

Status

About

Careers

Blog

Privacy

Terms

Text to speech

Teams