Author: Vincent Olagbemide
-
A Magnetic Tape Lets You Stay Organized and Productive Amid the Pandemic
Spending most of your time indoors can spell the difference between staying alive and winding up in a hospital’s intensive care unit. Everyone’s goal is to save themselves from catching a deadly virus, which is why the new normal entails studying, working, or running a business inside the comfort and safety of one’s home. No matter if…
-
A Complete Guide on Penetration Testing
The demand for cybersecurity is very high since Australia is a vital reservoir for technology companies. The severe impacts of cyber-attacks on Australian businesses have become higher. The reason for this is because Australia has a strong economy, and the companies are quick in adapting to the new technology. This development empowers cybercriminals to execute…
-
5 Things to Know About 3D Model Designs
People nowadays love to see visuals, especially when they are planning to build or re-decorate a home or property. With the use of 3D Model Designs, the designers can see the actual space and size of the design. It allows them to identify whether the product is safe and meets the standard for maintenance and operational…
-
Choosing The Right Promotional Items
Businesses popularise their products and services through paid advertisements. To be ahead in the popularity and customer ratings, brands go for product promotion. In simple terms, product promotion refers to the customized items gifted or given to the customers. These items have their brand logo and motto to remind the receiver of the “original” brand…
-
Microsoft drops PHP supports for Windows
While having a technical conversation with my friend Moses, he brought to my attention that Microsoft would no longer support the latest version of PHP 8.0 which is due to release in November. Meaning, when this major new version appears Windows will not support it. The company says that bug fixes and security patches will…
-
Understanding Data Structures and Algorithms + Big-O notation
In this post, we would learn all about data structures. Yeah, they definitely aren’t the juiciest topic out there, but they are important. Not just to pass computer science 101 but in order to be a better programmer. Knowing your data structures can help you: Manage complexity and make your programs easier to follow. Build…
-
FIX: Failed to Mount “New Volume” Unknown Filesystem type “exfat”
Ok, I had an external drive which I formatted to exFAT, and connecting to my Kali Linux system, I couldn’t open it. I got the following error below; Now, I will show you how to enable exFAT file system support on Kali Linux, Ubuntu, and other Ubuntu-based Linux distributions. This way you won’t see any…
-
iOS 14: Everything you Need to Know About Apple’s New Release
Apple’s new iOS 14 introduces ways to customize the Home Screen, discover and use apps with App Clips, and stay connected in Messages We’re one step closer to the iOS 14 release date thanks to a first look at the 2020 Apple Worldwide Developers Conference. It’s full of new features. Though Apple is yet to…
-
Generate Resources for Android Playstore & iOS Apple Store Flutter
In this post, we’ll generate resources for the flutter app we created in the previous post. we’ll be learning how to generate resources for playstore and apple store respectively. As a developer, you won’t like to have the default Flutter app icon showing on all your app as it can cause confusion or distraction when…
-
Build a Quiz App using Flutter for Android and iOS
In this post we’ll be working with Flutter, a fast-rising Developer tool built by Google to develop an Android App, the same code will also work in Apple’s iOS devices. Flutter is a Widget based style of building mobile and web applications Interfaces. What is Flutter? Flutter is Google’s mobile UI framework for crafting high-quality…