Nikolay Stanchev
Nikolay Stanchev's blog

Nikolay Stanchev's blog

Follow
homeJava REST API Seriesnewsletter

Adding Authentication to a Java REST API

Aug 27, 202315 min read

Using Ory Kratos · Introduction This post is another follow-up in the series of articles covering the technical process of building a fully fletched Java...

Adding Authentication to a Java REST API

Introducing TempFile: A Solution for Protecting Privacy in File Sharing

Jan 22, 20234 min read

File sharing has gradually become a necessary part of our everyday lives. Whether for work or personal use, we rely on various web and mobile...

Introducing TempFile: A Solution for Protecting Privacy in File Sharing

The Pyramid Analogy of Progress and Development

Dec 23, 20229 min read

How to perceive studying and self-development as an endless and exciting journey · The Why I've been delaying this blog post for a while now because: it...

The Pyramid Analogy of Progress and Development

Adding Logging and Metrics to a Java REST API

Dec 17, 202214 min read

Using Log4j v2 and Prometheus · Introduction This post is a follow-up to the last two tutorials for building a Java REST API (Task Management Service)...

Adding Logging and Metrics to a Java REST API

Integrating a Java REST API With a Database

Jul 31, 20229 min read

Using MongoDB and Docker Compose · Introduction This article is a follow-up to my last tutorial on building a fully functional Java REST API for managing...

Integrating a Java REST API With a Database

Step-By-Step Tutorial for Building a REST API in Java

Jun 28, 202218 min read

Using Jersey, Embedded Tomcat, Guice and Maven · Motivation Having seen many tutorials on how to build REST APIs in Java using various combinations of...

Step-By-Step Tutorial for Building a REST API in Java