Month: April 2023

How to Stop Google Chrome from Asking to Save Passwords

Google Chrome has a built-in password manager. You can automatically generate complex passwords and save them to your Google account using Chrome’s password manager. However, if you do not want Chrome to remember passwords, the ‘Save Password’ popup can become annoying. In this article, I will show you how to disable Chrome’s password prompt. Click …

How to Stop Google Chrome from Asking to Save Passwords Read More »

How to install firebase CLI in VS code for flutter – Part 1

The Firebase CLI (Command Line Interface) enables developers to interact with Firebase services through the terminal or command prompt. It facilitates managing Firebase projects and executing common tasks such as deploying Firebase hosting, managing Firebase functions, and managing Firestore databases. On the other hand, Flutter uses the Dart programming language and provides a rich set …

How to install firebase CLI in VS code for flutter – Part 1 Read More »

How to Fix XAMPP Port Issues on MySQL Server (Localhost)using my.ini and config.inc.php configuration

If you’re working with XAMPP, you may have encountered an issue where the default ports (3306 for MySQL) are already in use. This can cause XAMPP to fail to start, leaving you unable to develop or test your web applications. Fortunately, there is a solution to this problem: configuring your my.ini file in the XAMPP …

How to Fix XAMPP Port Issues on MySQL Server (Localhost)using my.ini and config.inc.php configuration Read More »

Learning Photoshop Tools – Drawing and Type Tools (Part 1)

Photoshop is a fantastic digital art and design program, and its drawing and type capabilities are no exception. Whether you’re a professional artist, graphic designer, or simply want to experiment with your creativity, Photoshop’s drawing and type tools provide an array of options and possibilities. In this post, we’ll look at some of these tools’ …

Learning Photoshop Tools – Drawing and Type Tools (Part 1) Read More »

Wireless sharing with your PC, made easy using Nearby Share app

Send and receive photos, documents and more between nearby Android devices1 and Windows PCs2. How to install the Nearby Share app on Windows Start by navigating to Android’s Nearby Share page. Click the Get Started button to download the Windows app. Once it’s installed, launch the app and sign in with your Google account. From …

Wireless sharing with your PC, made easy using Nearby Share app Read More »

How to install Joomla 3.5.0 with XAMPP

Joomla is a PHP-based content management system for creating websites and online applications. It features a user-friendly interface, template system, plugin architecture, and user management. It also supports content versioning, SEO, and multilingualism. The active community of users and developers contributes to its ongoing development and support. Installation Process Conclusion To get started with Joomla, …

How to install Joomla 3.5.0 with XAMPP Read More »

Learning Photoshop Tools – Painting Tools

Digital painting is transforming the art world by providing artists with a new medium to express their ideas. With technological advancements, digital painting has become more accessible than ever, allowing artists to make intricate and detailed artworks using a variety of software tools. Because of its broad capabilities and versatility, Photoshop stands out as one …

Learning Photoshop Tools – Painting Tools Read More »

Discovering ORM: A Beginner’s Guide to Object-Relational Mapping

What is ORM? Object-Relational Mapping (ORM) is a programming technique that maps object-oriented programming models to relational databases. It provides a bridge between object-oriented programming languages and relational databases, allowing developers to work with objects instead of tables. How does ORM work? ORM creates a mapping between objects in an object-oriented programming language and tables …

Discovering ORM: A Beginner’s Guide to Object-Relational Mapping Read More »

How to Connect Flask to a MySQL Database: A Step-by-Step Tutorial

Flask is a popular Python web framework that makes it easy to build web applications quickly and efficiently. One common task when building a web application is to connect to a database to store and retrieve data. MySQL is a popular open-source relational database management system that is commonly used with Flask. In this tutorial, …

How to Connect Flask to a MySQL Database: A Step-by-Step Tutorial Read More »