How to remove unwanted Java imports in IntelliJ (alternative of eclipse Ctrl + Shift + O)
How to remove unwanted Java imports in IntelliJ using keyboard shortcut alternative of eclipse Ctrl + Shift + O
How to Change Mouse Wheel Scroll Direction on Mac
How to change the direction of the wheel scroll of the mouse on Mac devices running macOS
Limit scrollback rows in macOS Terminal
How to limit the number of scrollback rows in macOS Terminal.
Fix Apache Tomca: java.lang.OutOfMemoryError: PermGen spaceError
How to fix Apache Tomcat java.lang.OutOfMemoryError: PermGen Error.
How to Install WhatsApp application on Mac
Now you can download and install WhatsApp on Mac laptops and desktops.
Meaning of javascript:void(0) explained with example
Explanation of what does javascript:void(0) means? Examples of using javascript:void(0)
JavaScript: Check if variable is a number
How to check if the inputted variable is a number or not in JavaScript.
Java 8 Leap year check using Year class from java.time api
How to easily check if a year is a leap or not using the Java Year class from the java.time API.
Java -Day of the week using Java 8 DayOfWeek Enum
How the day of the week using Java 8 DayOfWeek Enum with examples.
Java - Calculate time taken for the code to execute in milliseconds or nanoseconds
Java tutorial to calculate the time taken for a code to execute in milliseconds or nanoseconds.
MySQL: Error Code: 1175 You are using safe update mode
How to fix: MySQL Error Code: 1175. You are using safe update mode and you tried to update a table without a WHERE that uses a KEY column To disable safe mode.
Managed Metadata error - The data returned from the tagging UI was not formatted correctly
Fix SharePoint Quick Edit, Grid view, Power Automate error - The data returned from the tagging UI was not formatted correctly
Java Read and Write Properties file with Examples
Let us take a look at Java Properties Class and how to read and write a properties file using examples.
Deep Dive: Why avoid java.util.Date and Calendar Classes
Let us take a deeper look at the drawbacks of java.util.Date and Calendar classes and why they should be avoided.
How to create SharePoint Document Library
Steps to create a document library in SharePoint Online, 2019, 2016, 2013
Terminal display next month Calendar
How to display the next month Calendar in Terminal using cal command.