SharePoint Sites: A Guide to Better Team CollaborationIgnite Collaboration ExcellenceJul 12, 2024·4 min read·27
The Ternary Operator ET If & ElseThinking of putting conditions, commands, instructions etc. in your code, the conditional statements and Ternary operators are your plug. We have multiple conditional/control structures, although my, focus is on the If & Else Statement and Ternary o...Jan 31, 2021·2 min read·97
Dollar to Naria Conversion using JavaPerforming a calculation such as a conversion with java,using the Scanner(system.in). First you declare the Datatype making it #Final and assign a value to it, so as to avoid magic numbers. Then instantiate a class and assign a variable to it(Scanner...Jan 7, 2021·1 min read·86
Java Data TypesThere are two commonly used data types in java namely Primitive and Reference Data type. Primitive Data Type Primitive data type specifies the size and type of variable values, and has no additional method. These data types are predefined in java...Oct 2, 2020·1 min read·138
Cyber Dos &Don'tsWhat should be your top priority online? 🤔 =>Your Data Protection Sounds easy right?🤷 Data security can be defined as the process of "protecting" your critical/sensitive assets such as data, against unwanted/unauthorized use. With the increa...Sep 24, 2020·1 min read·50