(Alex Soto) In a microservices architecture, the application is formed by several interconnected services where all of them working together produces the required business functionality.
Tag: JSON / JAVA / XML
React And Redux Essentials – Part One
(Gourav Jain) This series will allow you to learn ReactJS and Redux thoroughly in a steady manner.
Java 12: Mapping With Switch Expressions
(Per-Åke Minborg) Learn more about mapping with the latest Java 12 switch expressions.
Amazon’s AWS S3 Java API 2.0 (Using Spring Boot as Client)
(James A. Brannan) In this tutorial we explore creating, reading, updating, listing, and deleting objects and buckets stored in S3 storage using the AWS Java SDK 2.0 to access Amazon’s Simple Storage Service (S3).
State And Props In React Native Application
(Anoop Kumar Sharma) In this article, we will see how to use State and Props in a React Native application.
Check If Two Lists Are Equal In Java
(Shubhra Srivastava) Lists in Java are ordered by nature. So, two lists are considered to be equal if they contain the exact same elements in the same order.
7 Useful JavaScript Tricks
(David Walsh) Just like every other programming language, JavaScript has dozens of tricks to accomplish both easy and difficult tasks.
Generate JSON Payload Using MS Flow
(Manoj Mittal) In this article, we will see how to generate JSON Payload using MS Flow without Postman and Custom Script.
Var and Language Design in Java
(Peter Verhas) The var predefined type introduced in Java 10 lets you declare local variables without specifying the variable type when you assign a value to it.
How to Implement Data Polling with React, Redux, and Thunk
(Valerii Tereshchenko) In my previous article, How to load Data in React with Redux-Thunk, Redux-Saga, Suspense & Hooks, I compared different ways of loading data from the API.