I know core java, advance java, html, css, js, and oracle then how and where to find genuine job without referals?

|
ArJuNdO 2022-08-03 17:27:57
If it is logs on file you can use flume appender Google it. If you want custum implementation with your own encoding write a socket appended and use in the log config
ArJuNdO 2022-08-03 17:28:46
A R 2022-08-03 17:27:20
Hi Arjun

Your first option sound good
But if we make it as db column unique then we will not be able to store duplicate email

We have two cases in our project first is incognito mood where duplicate email can be accepted and other non congnito mood where duplicate email can not be accepted
If I do so it will break our existing feature

I have given my answer as per your initial question.

A R 2022-08-03 17:29:25
ArJuNdO 2022-08-03 17:28:46
I have given my answer as per your initial question.

Yes thanks

Backhere 2022-08-03 17:33:01
A R 2022-08-03 13:58:04
Hi!!!! I am working on a project and it has registration page for user where I am using email address for validation purpose if email exists we are throwing error message like email already exists.
But today I am seeing it’s not behaving as expected

When I open registration page in two different browsers one is chrome another one is mozilla at same time then I am able create user with same email without getting any error.

In database only I’d is different for both user but email is same which should no be.

Can any suggest me how to prevent this issue???

This project is written in java
It’s a springboot microservices project

one manual way can be synchronization with double check locking for email before saving to db

Backhere 2022-08-03 17:39:53
ok i saw replies late,
Backhere 2022-08-03 17:40:25
A R 2022-08-03 16:45:53
One more thought is there in my mind to use redis

But I don’t have any idea on redis

How its works

its simple key and value thats it like a hash map

Backhere 2022-08-03 17:41:09
A R 2022-08-03 16:38:26
Hi akhil

Same thought first came into my mind by later I realised that this will create performance issue

Don’t you think ??

performance! what is you new signup rate??

A R 2022-08-03 17:42:36
Backhere 2022-08-03 17:40:25
its simple key and value thats it like a hash map

Yes @rocky

I don’t know about rate rate but it’s hardly take few nano second

Backhere 2022-08-03 17:43:29
A R 2022-08-03 17:42:36
Yes @rocky

I don’t know about rate rate but it’s hardly take few nano second

yup then use it, it will work fine

A R 2022-08-03 17:43:52
Backhere 2022-08-03 17:43:29
yup then use it, it will work fine

Resid right ??

A R 2022-08-03 17:45:03
Spring redis template
Backhere 2022-08-03 17:46:23
redis
Backhere 2022-08-03 17:47:46
A R 2022-08-03 17:45:03
Spring redis template

use a class level hashSet and later change to redis if needed

A R 2022-08-03 17:49:10
Sure @Backhere

Thanks !!!

Jithendra Reddy 2022-08-03 18:55:56
Yes
Lucky 2022-08-03 19:09:41
Does anybody knows Grpc test cases ??
Victor 2022-08-03 19:34:42
Any one can help me regarding Ssaas encrypt for account number in springboot
The_shubham_mishra 2022-08-03 19:44:48
springbootmicroservices-71496.jpg

S!D 2022-08-03 19:54:18
Can anyone please share with me jwt good tutorial
wolfy7777 2022-08-03 22:39:06
using json.at() im getting the value but using json.get() im getting null … y so?
Vs 2022-08-03 23:14:02
Vs:
I know core java, advance java, html, css, js,and oracle then how and where to find genuine job without referals?

How to find a good job 🙏

RAISING_ROCK 2022-08-04 04:36:04
springbootmicroservices-71520.jpg

RAISING_ROCK 2022-08-04 04:36:19
Error Solution??
Mohammed 2022-08-04 04:43:27
Send welcomeController
Mohammed 2022-08-04 04:43:34
Code here
RAISING_ROCK 2022-08-04 04:48:20
springbootmicroservices-71524.jpg

RAISING_ROCK 2022-08-04 04:48:26
springbootmicroservices-71525.jpg

RAISING_ROCK 2022-08-04 04:48:31
springbootmicroservices-71526.jpg

Mohammed 2022-08-04 04:51:32
RAISING_ROCK 2022-08-04 04:48:26

Change string to String

RAISING_ROCK 2022-08-04 04:51:56
ok
|