Open in app

Sign In

Write

Sign In

czetsuya
czetsuya

43 Followers

Home

About

Jan 2

Write Hello World in Java Using Intellij and Maven

Learn how to code Hello World in Java using IntelliJ and Maven. 1. Introduction This blog will teach you how to create a Hello World application using a Maven archetype in Java using IntelliJ IDE. 2. Requirements You must have the following installed on your local machine. OpenJDK 11 Maven IntelliJ community edition 3. Creating a new Java project from a Maven archetype 3.1 Creating the project Open…

Java

5 min read

Write Hello World in Java Using Intellij and Maven
Write Hello World in Java Using Intellij and Maven
Java

5 min read


Dec 26, 2022

How to implement authentication in NextJS using Amazon Cognito

Are you looking to implement authentication forms in your NextJS project using Amazon Cognito? Then this article is for you. 1. Introduction 1.1 Amazon Cognito Amazon Cognito is an authentication and authorization service that lets you manage your applications’ access control, whether a web or mobile app. Whether dealing with a small number of users…

Authentication

5 min read

How to implement authentication in NextJS using Amazon Cognito
How to implement authentication in NextJS using Amazon Cognito
Authentication

5 min read


Dec 23, 2022

How to Use Jasypt or Jce to Encrypt Passwords in Spring Config

Jasypt and JCE are encryption protocols we can use in our Spring config to secure passwords. For example, if you wanted to encrypt the API token of your GitHub repository. Or encrypting the Spring config server’s security.user.password value. Jasypt Example Instruction on how we can use Jasypt in our Spring Boot application…

Jasypt

2 min read

Jasypt

2 min read


Dec 13, 2022

Securing your NextJS Web Application with AWS Amplify and Cognito

1. Introduction NextJS is an open-source framework for developing React applications, while Cognito is a user identity service that lets you secure your applications. Cognito also supports the OAuth form of authentication. AWS Amplify is an open-source library for managing AWS services like Cognito. It exposes an Authenticator library that can secure…

React

2 min read

React

2 min read


Dec 5, 2022

Microservice Architecture with Spring Cloud in Code

1. Overview Microservice is a service-oriented architecture where an application is deployed as a collection of loosely-couple services. The goal is to make each service independent, fine-grained, scalable and flexible, allowing faster testing and release. 2. Microservices 2.1 Business Services 2.1.1 applicant-services Dummy service that returns a list of applicant names. @GetMapping("/applicants-by-job") public List<String> getApplicantsByJob() {…

Microservice Architecture

3 min read

Microservice Architecture with Spring Cloud in Code
Microservice Architecture with Spring Cloud in Code
Microservice Architecture

3 min read


Nov 20, 2022

How to Upload Maven Artifacts to GitHub Packages

1. Introduction GitHub is continuously upgrading its service offerings, and one of the latest that came out is the GitHub Packages. GitHub Packages is a platform for hosting and managing packages or artifacts. In a way, it’s similar to Sonatype Nexus and can be used as the “maven central” for a private…

Maven

2 min read

Maven

2 min read


Nov 4, 2022

How to Compile a Quarkus Project Natively using Docker Builder

It’s a pain to build the same Quarkus project natively on different OSs. For instance, I’m working on both macOS and Windows. …

Quarkus

1 min read

Quarkus

1 min read


Nov 2, 2022

How to Configure Multitenancy in Keycloak with Spring API Gateway Integration

1. Introduction This article aims to demonstrate how multi-tenancy can be achieved in a microservice using Keycloak and Spring with Spring API Gateway in front of the services. Spring API Gateway brings an out-of-the-box flexible routing with security, resilience, and monitoring management. …

Keycloak

4 min read

How to Configure Multitenancy in Keycloak with Spring API Gateway Integration
How to Configure Multitenancy in Keycloak with Spring API Gateway Integration
Keycloak

4 min read


Oct 28, 2022

Use AWS Parameter Store Values for Quarkus Lambda Datasource Credential

1. Introduction In this example, we are running a Quarkus application as a microservice on top of an AWS Lambda function. If you are wondering how to do that, you can follow this article https://www.czetsuyatech.com/2022/06/quarkus-deploy-a-resteasy-microservice-as-a-lambda-function.html. A microservice would often need to access the database. Still, the problem with AWS Lambda is that…

Quarkus

2 min read

Quarkus

2 min read


Oct 9, 2022

How to Setup Keycloak With MySQL Database using CLI in Docker

1. Introduction Keycloak is one of the most popular open-source Identity and Access Management platforms backed by RedHat. It is known for its flexibility and extensibility which makes it a top candidate in the enterprise world where there are complicated use cases for user authentication and authorization. …

Keycloak

3 min read

Keycloak

3 min read

czetsuya

czetsuya

43 Followers

Open for Work | Java Backend Developer

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech