5 Great Tech Skills to Learn During Lockdown
Just as every destruction breeds creativity, so has the COVID-19 pandemic these days. As devastating as its continuous effects are, it has also provided the masses ample time. Time to finish books one started but never got to read till the end. To take care of household fixtures one barely got to notice due to […]
Category Business, Computer, Corona Virus, Quarantine, Web application programming
Best Top 10 Notepad++ Plugins For Power User & Developers
Notepad++ along with Plugins provides multiple features not available with the default installation. Developers prefer Notepad++ to get done basic and advanced tasks. Editor Notepad++ favourite among developers’ communities. Truly, because it is fast and lightweight. Consequently, numerous plugins available with Notepad++ to enhance day to day work. Plugins add specific features to enhance the […]
Category Computer programming, Notepad++, Windows
Notepad++ Tricks You Should Know — Part 3
Notepad++, a lightweight and multi-featured text editor. Importantly, it supports various programming languages and a go-to editor for many programmers. Notably an alternative to pre-installed Notepad in Windows OS. Moreover, Notepad++ simple UI and rich features make it developers’ favourite editor. Learn Notepad++ Tricks to be power user.
Category Computer programming, Windows
Notepad++ Tricks You Should Know — Part 2
Notepad++, a lightweight and multi-featured text editor. Importantly, it supports various programming languages and a go-to editor for many programmers. Notably an alternative to pre-installed Notepad in Windows OS. Moreover, Notepad++ simple UI and rich features make it developers’ favourite editor.
Category Computer programming, Windows
Notepad++ Tricks You Should Know — Part 1
Notepad++, a lightweight and multi-featured text editor. Importantly, it supports various programming languages and a go-to editor for many programmers. Notably an alternative to pre-installed Notepad in Windows OS. Moreover, Notepad++ simple UI and rich features make it developers’ favourite editor.
Category Computer programming, Windows
How to Install NetBeans IDE on Windows 10
Netbeans is an open-source integrated development environment for Java. Java is a programming language that developers use to create applications on your computer. It is intended to let application developers “write once, run anywhere” (WORA), meaning that compiled Java code can run on all platforms that support Java without the need for recompilation.
Category Java programming, Netbeans
CTE With (INSERT/ DELETE/ UPDATE) Statement In SQL Server
CTE shorthand for Common Table Expression used to simplify derived, nested and complex queries. In contrast, using CTE for writing & breaking complex logic, which is reusable and easily readable. CTE scope to single INSERT/ UPDATE/ DELETE statements, moreover, until the query lasts. Namely, CTE is similar to a view or derived table. CTE is […]
Category Computer programming, Database, SQL Server
How to Find Factorial of a Number Using Recursion
Recursion is maybe the easiest yet most problematic concept for the beginners to grasp. But you will get hand of this concept after this Tech-Recipe. Click on “Continue Reading” to read about Recursion and a very easy example.
Category C programming, Computer programming
How to Make C++ Program More Readable and Modular
If you’re a beginner this Tech-Recipe is for you. If you’re a professional coder than this Tech-Recipe is a happy reminder. A reminder of why your school professor emphasized so much on writing programs with more modularity. Modularity is the beauty of any code, it improves readability which leads to better understandability.
Category C programming, Computer programming
How To Retrieve Data From Damaged Hard Drives
At some point in our lives, we all experience the moment of utter disbelief when our computer fails to boot. Many have felt the despair of not being able to open an important work project, or simply not finding it before the lights finally go out on our PC. That is usually due to some […]
Category Hardware
Features To Look for When Looking for Tracking Apps for Your Devices
A tracker can help you keep track of your loved ones, especially your children or the progress of your business. How do you get the best tracking app in the market? A lot of companies have come up with different tracking apps. However, they all have different features that sets each of them apart.
Category Hardware
NULLIF – TSQL Function in SQL Server
NULLIF is a function applied to return a NULL value if specified two expressions (expression1= expression2) are equal. NULLIF function is an ANSI function, it is available with other RDBMS vendors like ORACLE, MySQL, Postgres and among others. NULLIF Function can be useful in cases when applications are using different indicators to represent a Missing […]
Category Computer programming, Database, SQL Server