Tech with Maddy | Tech and Writing

Tech with Maddy | Tech and Writing

Follow
Follow
homeJavaSpring BootSoftware EngineeringCareer DevelopmentTechnical Writingbadgesnewsletter
Tag

Programming Blogs

#programming-blogs

More content

Read more stories on Hashnode


Articles with this tag

The Story Behind The Success Of StackOverflow

Nov 7, 20224 min read

This time I'm breaking the rule, and I'll be talking about the story of Stack Overflow: probably the most well-known website among software...

The Story Behind The Success Of StackOverflow

FREE Blogging Platforms to Start Your Tech Blog Today

Apr 11, 20225 min read

Are you thinking about starting a new blog but don't know where to start? Many blogging platforms are available for those who work in tech (or desire...

FREE Blogging Platforms to Start Your Tech Blog Today

Java Phone Interview Questions - Beginner Level

Feb 28, 20228 min read

Do you have a phone interview coming up soon? This article can help you! I will cover common beginner-level phone interview questions, and I will show...

Java Phone Interview Questions - Beginner Level

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?

Ten Rules to Refactor Code

Jan 3, 20224 min read

DISCLOSURE: This article contains affiliate links to external products. This means that I will earn a commission at no additional cost to you if you...

Ten Rules to Refactor Code

How to Create a Spring Boot REST API

Nov 21, 20217 min read

Spring Boot allows you to easily generate a project to create REST APIs. This article will show you how to create a REST API with Spring Boot from...

How to Create a Spring Boot REST API