Open in app
Home
Notifications
Lists
Stories

Write
SABBAR El Mehdi
SABBAR El Mehdi

Home

Published in Geek Culture

·Sep 9, 2021

Microservices communication in Spring Boot with Feign client

Communicate two microservices with HTTP protocol — Microservices is one of those architectural patterns which has emerged from the world of domain-driven design, and its many applications communicate with each other to form a complete application. The common protocol used for that reason is Http/Https. …

Spring Boot

2 min read

Microservices communication in Spring Boot with Feign client
Microservices communication in Spring Boot with Feign client

Published in Geek Culture

·Sep 1, 2021

Test a Spring Boot GraphQL API

Test GraphQL API with GraphiQL tool — GraphQL is a query language for APIs or a syntax that describes how to ask for data and is generally used to load data from a server to a client. GraphQL offers maximum efficiency and flexibility because it allows the calling client to specify exactly what data it needs. We…

Spring Boot

3 min read

Test a Spring Boot GraphQL API
Test a Spring Boot GraphQL API

Published in Geek Culture

·Aug 30, 2021

GraphQL Spring Boot starter with Java

Create a GraphQL API with Spring Boot Framework and JPA — GraphQL is both an API query language and a runtime for executing those queries using your current data. …

Spring Boot

3 min read

GraphQL Spring Boot starter with Java
GraphQL Spring Boot starter with Java

Published in Geek Culture

·Aug 26, 2021

Encrypt Passwords and Keys in a Spring Boot Project using Jasypt

How to keep your passwords safe in a public repository — I hear about many people’s stories who push their Google or Amazon API key, password, or something like that to a public repository, and they have real troubles. So to make sensitive info safe you should encrypt it, How? That is what you will know in the following section If…

Encryption

3 min read

Encrypt Passwords and Keys in a Spring Boot Project using Jasypt
Encrypt Passwords and Keys in a Spring Boot Project using Jasypt

Jul 15, 2021

How to setup Spring Cloud Config Server Microservices

The Config server API is a central place to manage external properties for applications across all environments. In this article, I will include two ways. Step 1: Go to https://start.spring.io/ write a name for project(it’s preferable to be something significant, in my case it’s ApiConfigServer). Add Config Server to dependencies…

Spring Boot

2 min read

How to setup Spring Cloud Config Server Microservices
How to setup Spring Cloud Config Server Microservices

Jul 10, 2021

Add JaCoCo to Spring Boot Project

Unit testing is one of the most important parts of a project, where you test all the pieces of code and all cases for each method, and maybe one method will need dozens of tests. If you have a very small project, you will estimate how much your tests covered…

Spring Boot

2 min read

Add JaCoCo to Spring Boot Project
Add JaCoCo to Spring Boot Project
SABBAR El Mehdi

SABBAR El Mehdi

Full Stack Developer

Following
  • Jithin Scaria

    Jithin Scaria

  • Giorgos Myrianthous

    Giorgos Myrianthous

  • Sheetal

    Sheetal

  • Marius Bongarts

    Marius Bongarts

  • Beste

    Beste

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable