(Sanwar Ranwa) In this article, we will learn the step-by-step process of allowing users to log in to an application with Facebook using ReactJS. Logging in with Facebook makes it safe and easy for users to use applications.
Tag: JSON / JAVA / XML
ReactJS onClick Example
(Siddharth Seth) In this example, we will see an example of the ReactJS onClick event. We will discover ways to handle the click event of HTML elements using ReactJS.
Creating Real Time App with ASP.NET Core SignalR and React in Typescript
(Vikas Sharma) SignalR now comes included with ASP.NET Core framework and they have made tons of improvement to make it lightweight and easier to use. To my surprise, I couldn’t find any good tutorial on how to use SignalR, and use it to make something interesting other than the same old chat app.
Best practices while developing a React Native App
(Rakesh Arunachalam) It has been close to 5 years since React Native (RN) was publicly released. It is estimated that 8% of the Apps on App Store are developed with React Native, and Microsoft has around 38 Apps built with the same across iOS and Android.
Setup Angular Application To Use Azure AD Authentication
(Naveen Motwani) This is the third article in the series on how to integrate a web application that is built using Angular and ASP.NET core web APIs, with Azure Active Directory.
Top 5 Java Frameworks for Web Application Development
(Shivashish Thkaur) In this article, we review some of the most popular frameworks for Java development in 2020 to get you developing full-stack applications quickly.
Two-Way Data Binding in Pure JavaScript
(Volodymyr Kopytin) This article introduces databind approach to a solution – you will see a detailed explanation with examples. Moreover, it would mention the basic concepts of how to create events on a pure object.
5 steps to perform a search when user stops typing using React + Hooks in a controlled component
(João Forja) It’s a common use-case to want to perform a search some time after the user stops typing.
Manage Temp HTML Table With jQuery, And Post List Of Items To Database Using MVC And EF
(Jose Hernandez) Sometimes we have a requirement in which we need to manage information without touching the database, and save all of that information only when the user clicks the SUBMIT button, i.e. in one store one client wants to buy some products, the cashier has to scan every product and the
Amazon Web Services Simple Queue Service (AWS SQS) Using the Java 2 Software Development Kit
(James A. Brannan) In this tutorial we create an Amazon SQS Queue. After creating the queue, we create a message producer and a message consumer using the AWS Java 2 SDK.