Tech with Maddy | Tech and Writing

Tech with Maddy | Tech and Writing

Follow
Follow
homeJavaSpring BootSoftware EngineeringCareer DevelopmentTechnical Writingbadgesnewsletter
Tag

Java

#java

More content

Read more stories on Hashnode


Articles with this tag

How To Generate Tests Using CodiumAI

Jan 22, 20243 min read

CodiumAI is an IDE extension that allows you to generate test suites. CodiumAI analyzes the entirety of your code and then suggests tests as you...

How To Generate Tests Using CodiumAI

Java Interview Question: What Is HTTP?

Apr 11, 20233 min read

HTTP is one of the many concepts a Java Engineer should know. Since Java is mostly suited for server-side operations, understanding the concept behind...

Java Interview Question: What Is HTTP?

Top 10 Best Java YouTubers

Dec 5, 20223 min read

Java is one of the top 5 most in-demand programming languages. Its demand is still growing, and countless companies (from early-stage startups to...

Top 10 Best Java YouTubers

Will Java Developers Still Be In Demand in 2024?

Nov 28, 20222 min read

I came across this question while doing a Google search: The answer to this question is... YES! The demand for Java Developers has never gone...

Will Java Developers Still Be In Demand in 2024?

How To Update Or Insert A Record In Spring Data JPA

Jun 20, 20222 min read

Do you want to know how to update or insert a new record using Spring Boot? This article is for you. Let's imagine the following scenarios: We have...

How To Update Or Insert A Record In Spring Data JPA

Replace a JPA entity with a DTO

May 30, 20224 min read

Have you ever come across a Sonar vulnerability issue such as: Replace this persistence entity with a POJO or DTO object. This happens when you pass...

Replace a JPA entity with a DTO