John Paulo Garcia

How to add Screenshots/Images in Your Readme.md File straight to Github

Introduction Github has become the platform where most open-source code is shared as the world is pushing more and more towards open-source projects and code. When sharing your code with the world, a problem that might occur is that they may not particularly understand how to use it or even understand it. So that is …

How to add Screenshots/Images in Your Readme.md File straight to Github Read More »

Flutter 2 vs. Flutter 3: What Can We Expect From Flutter in the Future?

What is Flutter? Flutter is a cross-platform software development kit (SDK) for mobile app development. Flutter used the Dart programming language to make apps for Android and iOS devices. Because it is cross-platform, it allows for the creation of apps with a native appearance and feels on both Android and iOS devices using a single …

Flutter 2 vs. Flutter 3: What Can We Expect From Flutter in the Future? Read More »

How to Add Images in Flutter (2022 Version)

Introduction: Flutter apps can include both code and assets (sometimes called resources). An asset is a file that is bundled and deployed with your app, and is accessible at runtime. Common types of assets include static data (for example, JSON files), configuration files, icons, and images (JPEG, WebP, GIF, animated WebP/GIF, PNG, BMP, and WBMP). Add Image …

How to Add Images in Flutter (2022 Version) Read More »

How to Use Gradient Screen Color in Flutter

What is Gradient Color gradients take a starting color and position and an ending color and position. Then it performs a transition between the colors. With consideration of color theory, they can make an application more visually interesting than a plain design. A gradient creates visual interest and helps move users through a design. The eye will …

How to Use Gradient Screen Color in Flutter Read More »

How To Hide The File Status Icon As Well As The U And M File Markers In Visual Studio Code

Why use git status? The git status command is used to display the state of the repository and staging area. It allows us to see the tracked, untracked files and changes. This command will not show any commit records or information. Mostly, it is used to display the state between Git Add and Git commit commands. We can check …

How To Hide The File Status Icon As Well As The U And M File Markers In Visual Studio Code Read More »

How to install and set up the Sucuri Security plugin

The Sucuri Security Dashboard Sucuri is a managed security service provider for websites. Our cloud-based tools provide complete website security solution, including performance optimization via a CDN, mitigation of external attacks like vulnerability exploits and DDoS attacks, and professional response in the event of security incident. The Sucuri Security dashboard offers a thorough analysis of …

How to install and set up the Sucuri Security plugin Read More »

Which is better: virtual machines or containers?

What is a Virtual Machine? Virtual machines are heavy software packages that provide complete emulation of low-level hardware devices like CPU, Disk and Networking devices. Virtual machines run many operating systems simultaneously on a single piece of hardware. In this hardware, a specialized host operating system performs the role of a hypervisor. The hypervisor is …

Which is better: virtual machines or containers? Read More »