Tech with Maddy | Tech and Writing

Tech with Maddy | Tech and Writing

Follow
homeJavaSpring BootSoftware EngineeringCareer DevelopmentTechnical WritingResources
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, 20224 min read

Some days ago, I bumped into an error on Intellij. I don't remember specifically what it was. But I remember Intellij suggesting I use an "enumMap". I...

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, 20216 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?