October 8, 2019

Write A Guest Post to the DevX

 Hello Editor, I am Rooney Reeves working as a Business Development Executive at eTatvaSoft. I’m writing to become more actively involved with your publication and I’d love to contribute a guest post on your website. For my writing skill, You can check out some of my published article links as listed below:     https://readwrite.com/2019/03/20/iot-and-ar-are-found-revolutionizing-the-world-of-mobile-apps/     https://blogs.sap.com/2019/01/21/combining-iot-with-custom-mobile-apps-is-it-an-opportunity-or-a-roadblock/     https://codepen.io/lisadawson/post/why-is-angularjs-going-to-be-the-hot-favorite-among-web-developers     https://www.devsaran.com/blog/react-development-framework-taking-over-front-end-development     https://www.getelastic.com/6-digital-payment-trends-to-keep-an-eye-on I’ve been brainstorming some topics that I think your readers would get a ton of value. I’d like to pitch that topics which I think would be of interest to your readers. Here are the details: Topic 1: Angular 2 ??? Learn The Role Of Different Zones Topic 2: Laravel 5: Repositories and Services- How To Use Them? Topic 3: Angular 2- How To Protect Routes Using Guards If you don’t like the topics, we can always switch to something more suitable. I’ll make sure the piece overflows with information that can’t be found. What do you think? Would that be of interest?

Working with Multi-line Text

Starting with JDK 13, we can define multi-line strings using “”” as follows: String text = “””some textsome textsome text”””;