Kiran BhorDefault Methods in Java8If a class implements an interface, Then that class need to provide implementations for all the methods declared in an Interface. Consider…Apr 26, 2021Apr 26, 2021
Kiran BhorLambda Expression in JavaJava 8 introduced lambda expressions long back in 2014. Let's see how it can be used in some of the real-world scenarios.Apr 25, 2021Apr 25, 2021
Kiran BhorRemove old version of SNAP installed in UbuntuMany a time we ran into a low storage problem on ubuntu and we start searching for disk usages using some utility like “Disk Usage…Apr 23, 2021Apr 23, 2021
Kiran BhorUsing Multiple Navigators in React NativeIt is very common that we have to use multiple types of navigator in our project.Sep 29, 2020Sep 29, 2020
Kiran BhorInstall Phpmyadmin in UbuntuIt can be installed using the following command on terminalAug 29, 2020Aug 29, 2020
Kiran BhorPHPMyAdmin 404 after installation on UbuntuAfter installing phpmyadmin on ubuntu, when you try to access it using browser http://localhost/phpmyadmin it might give 404.Aug 29, 2020Aug 29, 2020
Kiran BhorInstall PHP on Ubuntu 2020 DesktopThere are a few steps we need to performAug 28, 2020Aug 28, 2020
Kiran BhorFile operations in PHPWhen we consider any real world application, File management is one of the most commonly used feature. It could be saving the file uploaded…May 12, 2020May 12, 2020
Kiran BhorSend email using PHPMailer with your Gmail account detailsIt is very common to send email in web applications. We will see how we can use PHPMailer (third party library) to send emailMay 11, 2020May 11, 2020