Web Development

Python Ranks 2nd in the September Tiobe rankings.

Python is inching its way to the top spot in the monthly Tiobe index of language popularity, finishing just 0.16 percentage points behind the leader, the C language, in the September edition of the index. Software quality services provider Tiobe believes Python could surpass C at any time, which would make it only the third language ever […]

Python Ranks 2nd in the September Tiobe rankings. Read More »

How to Install Java SE Development in Windows 10

Java Platform, Standard Edition (Java SE) is a computing platform used for developing and deploying portable codes for desktop and server environments. This platform uses Java programming language and is part of the Java software-platform family. is a specification that describes an abstract Java platform. It gives users a foundation for building and deploying network-centric

How to Install Java SE Development in Windows 10 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 »