Web Development

what to do when pushing results to the requested url returned error: 403

Most likely the cause of this error is that the project file is not placed to the var/www/html where the apache has access to. But in this article, if you are having this error, you can push your project files by following the steps below. 1. Go to your project directory and delete the existing …

what to do when pushing results to the requested url returned error: 403 Read More »

Google Flutter 2.5 UI kit is now stable

Flutter 2.5, the latest version of Google’s UI toolkit for native application development, offers better performance as well as full-screen enhancements for Android. Introduced September 8, Flutter 2.5 improves frame rasterization by wiring up shading precompilation via Metal rendering. Proponents of Flutter stressed this move as another step toward reducing iOS jank. Also, frame processing now …

Google Flutter 2.5 UI kit is now stable Read More »

How to Solve Error: the stream or file “/var/www/html/storage/logs/laravel.log” could not be opened in append mode: failed to open stream: permission denied

If you encountered an error that says “Could Not Be Opened In Append Mode: Failed To Open Stream: Permission Denied” such us the the image below, you can solve this by simply changing the permission access of certain file. Change the access permission of the docker.sock file (docker socket) to be able to connect to …

How to Solve Error: the stream or file “/var/www/html/storage/logs/laravel.log” could not be opened in append mode: failed to open stream: permission denied Read More »

Why choose Flutter for Developing a Mobile App

Mobile Application is a well-designed app that can perform actions faster than a Mobile Website. It is a type of software application designed for a mobile device, a smartphone or table to be specific and most commonly used for Android and iOS. The programming languages used in developing mobile applications are JavaScript, C#, Swift and …

Why choose Flutter for Developing a Mobile App Read More »

How to Create a Privacy Policy Using TermsFeed

TermsFeed routinely monitors laws, acts, and regulations across a variety of jurisdictions (countries and states) for any changes required for your generated privacy policy. Step 1. Go to the website of TermsFeed. Once you’ve open the website click Get Started. Step 2. Click Privacy Policy. Step 3. You will be choosing where will you apply …

How to Create a Privacy Policy Using TermsFeed Read More »

How to install Laravel Application in Docker Container

Step 1: Download Laravel to your local machine If you don’t have Laravel in your local machine, install it first by cloning it by git command. git clone https://github.com/laravel/laravel.git laravelapp Step 2 : Create Docker Compose File After installing Laravel in your local machine, proceed to your Laravel project directory by typing: $ cd laravelapp …

How to install Laravel Application in Docker Container Read More »

Software Engineers & Developers: What’s the difference?

Many times, the terms software engineers and software developers are used interchangeably. In this post, we’ll look at what a software engineer is, how it differs from a software developer, and what work they entails. To start, a software engineer is a professional who designs, develops, tests, evaluates, and maintains computer software using engineering concepts …

Software Engineers & Developers: What’s the difference? Read More »