Default 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
Lambda 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
Remove 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
Using 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
Install Phpmyadmin in UbuntuIt can be installed using the following command on terminalAug 29, 2020Aug 29, 2020
PHPMyAdmin 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
File 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
Send 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