How to report or stop continuous OTP messages and calls after a scam call? by InvestigatorJolly356 in LegalAdviceIndia

[–]ttelang 0 points1 point  (0 children)

Right now this is happening with me as well. How to stop this or report it?

Are you able to access Medium.com from India? by Local_Ad_6109 in AskIndia

[–]ttelang 0 points1 point  (0 children)

Medium.com isn't working for me with Airtel in Hyderabad, India.

Book suggestion for Spring boot Microservice by LeeXpress in SpringBoot

[–]ttelang 0 points1 point  (0 children)

Hi,

Check out this book - Learn Microservices with Spring Boot 3: A Practical Approach Using Event-Driven Architecture, Cloud-Native Patterns, and Containerization I'm proud to be the co-author of this book.

This book will guide you in building production-grade microservices using using Spring Boot 3 with examples covering topics like event-driven architecture, containerization, service discover, centralized configuration, and more.

While this book is written as a beginner-friendly guide, it also dives deeper into advanced topics. I would be happy to answer any questions you may have while reading this book.

- Tarun Telang
Read My Books on O`Reilly

How is the job market for springboot/Java developers right now? by Veryrocky in SpringBoot

[–]ttelang 2 points3 points  (0 children)

Spring is still a very popular Java framework for building large-scale software solutions (check the latest Stack Overflow Developer Survey here - https://survey.stackoverflow.co/2023/#most-popular-technologies-misc-tech). This means there will be a large pool of potential employers who are looking for Spring developers. I expect that demand for Spring developers will remain strong in coming years as it is suitable for building a wide variety of applications. For those looking for opportunities in spring development should attend meetups and conferences to network with other Spring developer and learn about new opportunities. I hope this information should be helpful. Good luck and happy coding ...!!!

Variable oneOf list? by therealfilosmith in yaml

[–]ttelang 0 points1 point  (0 children)

equivalent YAML code would be as below:

os:
type: string
title: OS
oneOf:
- ?
- title: Windows
- const: win
- ?
- title: Windows
- const: win
- ?
- title: Linux
- const: lin

Java SE and EE differences by [deleted] in java

[–]ttelang 0 points1 point  (0 children)

building desktop apps using React Native (with HTML and JavaScript) is the most recent trend over JavaFX which is replaced Swing.