Programming

How to build your first CLI project with node js

A command-line interface (CLI) is a text-based user interface (UI) for running programs, managing files, and interacting with computers. Command-line interfaces, also known as command-line user interfaces, console user interfaces, and character user interfaces, are a type of command-line interface. CLIs take keyboard commands as input; the commands submitted at the command prompt are subsequently …

How to build your first CLI project with node js Read More »

How to Fix URL Not Found After Installation of phpMyAdmin on Ubuntu 20.04

In such cases, after installing phpMyAdmin locally in Ubuntu 20.04, users receive a 404 error when accessing the phpMyAdmin web page, specifically the one accessible via localhost/phpmyadmin. Essentially, this occurs as a result of incorrect Apache configuration. In addition, you must have MySQL installed as a prerequisite. This article will go over how to resolve …

How to Fix URL Not Found After Installation of phpMyAdmin on Ubuntu 20.04 Read More »

How To Send OneSignal Firebase Notification in Flutter

Getting Started With the OneSignal Step 1: App Registration with OneSignal. Register an account at OneSignal. Click on Add a new app. Select the android and Fill in the name of the app and click configure your platform. Click On Configure your Platform. Step 2: Add the firebase server Key and sender id. To find the …

How To Send OneSignal Firebase Notification in Flutter Read More »

How to Access Data from Odoo Website Through Odoo XML-RPC API and Python

Odoo API Odoo is typically extended internally through modules, but many of its features and data are also accessible from the outside for external analysis or integration with various tools. A portion of the Models API is easily accessible via XML-RPC and can be accessed from a variety of languages. Signing in Odoo requires API …

How to Access Data from Odoo Website Through Odoo XML-RPC API and Python Read More »

How to use Postman for SOAP API Request

What is SOAP? Simple Objects Access Protocol (SOAP) is a web communication protocol that was created by Microsoft in 1998. It’s generally used these days to expose web services and send data over HTTP/HTTPS. It isn’t, however, confined to them. Unlike the REST pattern, SOAP only supports the XML data format and strictly adheres to …

How to use Postman for SOAP API Request Read More »

The easiest way to wrap Widgets with scrollView in Flutter

There are different ways to create a scrolling widget in a Flutter application: CustomScrollView A ScrollView that creates custom scroll effects using slivers. DraggableScrollableSheet A container for a Scrollable that responds to drag gestures by resizing the scrollable until a limit is reached, and then scrolling. GridView A grid list consists of a repeated pattern …

The easiest way to wrap Widgets with scrollView in Flutter Read More »

How to Run Your Android Studio Project on Your Smartphone

When developing an Android app, it is critical to test your application on a real device as well as emulators. This article explains how to configure your development environment and Android-powered device for testing and debugging. Running Your Android Project in Your Smartphone Install the ADB Driver (Only for Windows) Connect your Android device to …

How to Run Your Android Studio Project on Your Smartphone Read More »

How to Limit Browser RAM Usage Using Opera GX Browser

Opera GX Browser Opera GX gaming browsers in the sea of browsers these days  was created with gamers in mind. Its primary goal is eliminating the need to close the browser while gaming. Its appearance is fantastic, but it’s not the only thing that sets this browser apart from the crowd. (best australian online pharmacy) It has a set …

How to Limit Browser RAM Usage Using Opera GX Browser Read More »

How to Setup Connection Between Firebase Database and Flutter App

What is Firebase? Firebase is a cloud-based development platform best known for its real-time database, which is still a multi-node, key-value database specialized for synchronizing data between user computers or smartphones and centralized cloud storage. It’s made to make developers’ lives easier by taking care of a lot of the data pushing and pulling. This …

How to Setup Connection Between Firebase Database and Flutter App Read More »