Tech with Maddy | Tech and Writing

Tech with Maddy | Tech and Writing

Follow
Follow
homeJavaSpring BootSoftware EngineeringCareer DevelopmentTechnical Writingbadgesnewsletter
Series

Java Programming


Articles in this series

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?

Data Business Logic In Java: jOOQ VS SPL

Mar 6, 20233 min read

If you're a Java Engineer, you probably know about Hibernate, an open-source object relation mapping (ORM) that helps map an object domain to a...

Data Business Logic In Java: jOOQ VS SPL

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

What is an EnumMap in Java?

Feb 21, 20223 min read

This article will explain what an enumMap is, and how to use it in Java. What is an EnumMap? An EnumMap is a special form of a map. A map in Java is...

What is an EnumMap in Java?

How To Simply Solve reCaptcha V2 using Java and 2Captcha

Jan 31, 20229 min read

Have you ever seen something like this? This is a type of Captcha, precisely a reCaptcha. A Captcha is a challenge-response that many websites use to...

How To Simply Solve reCaptcha V2 using Java and 2Captcha

What Does “Static” Mean in Java?

Dec 22, 20217 min read

Static is a keyword (meaning that it has a special meaning for the compiler), meaning that members of a class (a variable or a method) belong to the...

What Does “Static” Mean in Java?