Posts

Showing posts from August, 2022

React VS React -Native

Image
React And React Native are among the most popular technologies used to create various applications. React and react native are developed by same company Facebook. Yet React and react Native looks similar but they are different from each other. This blog is intended to explain the key differences between React and React Native.   What is React? ·         React is a java script library used for creating user interface for web applications. ·         It was developed by an engineer Jordan walk from Facebook. ·         It was used by Facebook in 2011 for its newsfeed section. but it was released in 2013 may. ·         Now it is the most commonly used frontend library for web applications. ·         React is used din the development of Facebook, Whatsapp, Instagram, Netflix, dropbox,etc.. ·         It is the most popular JavaScript frontend library and used by most of the community. ·         Since react is a frontend Library not a full framework, it only deals with view c

Oracle Cloud Infrastructure (OCI)

  Oracle Cloud Infrastructure (OCI)                     Oracle Cloud Infrastructure (OCI) is a scalable, highly available, and cost-effective cloud platform designed to meet the demands of today's businesses. It provides developers and IT with a wide range of options for running existing workloads and developing cloud-native apps. Oracle Cloud is the first public cloud that has been designed from the ground up to be a superior cloud for every application. This tutorial demonstrates some fundamental concepts of Oracle Cloud Infrastructure. What is Oracle Cloud Infrastructure (OCI)?                     Researchers recognized an opportunity to develop our cloud differently than existing clouds, which were meant to enable web and "scaling out" cloud-native apps. Enterprise applications that employ relational databases, technical applications, and departmental apps are the three types of applications that most businesses have. The first two often required changes or even rewri

What is a REST API?

Image
What is a REST API? What is REST? REST stands for Representational State Transfer. It’s a software architectural style for implementing web services. Web services implemented using the REST architectural style are known as the RESTful web services. REST API A REST API is an API implementation that adheres to the REST architectural constraints. It acts as an interface. The communication between the client and the server happens over HTTP. A REST API takes advantage of the HTTP methodologies to establish communication between the client and the server. REST also enables servers to cache the response that improves the application’s performance. The communication between the client and the server is a stateless process. By that, I mean every communication between the client and the server is like a new one. There is no information or memory carried over from the previous communications. So, every time a client interacts with the backend, the client has to send the authentication

POSTMAN TUTORIAL

Image
 POSTMAN TUTORIAL: Postman is a popular software testing tool that is used for API testing. Developers may use this tool to effortlessly design, test, distribute, and document APIs. POSTMAN is an API client that may be used to create, test, distribute, and document APIs. It is used for backend testing, in which we enter the end-point URL, request the server, and then receive the server's response. POSTMAN TUTORIAL: POSTMAN INTRODUCTION: CLICK HERE First, we need to create an account. Postman is accessible for all major operating systems, including Mac, Linux, and Windows, as native software (standalone application). Postman is also available as a chrome extension application; however, installing and using the native app is recommended because the chrome extension does not support all of the capabilities provided in the original app. Click the DOWNLOAD button for installing POSTMAN software. Enter Required information like Email, Username, password, accept terms and conditions

Why React Native

Image
  Why React Native     When developing a mobile app the most important question that troubles developers is how can they make it function on other platforms. For smooth functioning in all platforms like iOS Android and Windows, you need to have the Native mobile elements. But again when you are working in the Native mobile environment it becomes quite long and a lot of hurdles come up. When you are working with a Native app for small modifications you need to rewrite the whole coding process.   An extended pool of developers who are skilled in several technologies is needed to develop an app for all platforms. The testing phase is very long because the results of the testing process are always delayed. Quality control is also very long as identifying the bug is usually very difficult. But even after facing all of these hassles, mobile app development companies have not been able to discard the technology and instead have invested in finding a platform for developing Native apps minus