codeium – A Free AI-Powered Toolkit For Developers
Type less. Code more. Ship faster Your IDEs. Your Languages. Powering hundreds of thousands of developers at established enterprises Source: https://codeium.com/
Continue ReadingType less. Code more. Ship faster Your IDEs. Your Languages. Powering hundreds of thousands of developers at established enterprises Source: https://codeium.com/
Continue ReadingApidog is a complete set of tools that connects the entire API lifecycle, helping R&D teams implement best practices for API Design-first development. Design & Develop APIs Faster & Together Test APIs Visually Publish Beautiful Documentations Smart Mock without Scripts Source: https://apidog.com/
Continue ReadingHCL Notes doesn’t provide a direct way of working with a master-details scenario, may be because it’s not a relational database system where Primary-Foreign-Key relationship entails the designer platform to provide some efficient mechanism to entertain this particular scenario. So we need to devise some alternate methodology to achieve it. So in order to […]
Continue ReadingIn a previous article we learnt how to use CTE (Common Table Expression) to render dates in a date range. In this example we’ll use somewhat advance technique to show a data in a heirarchical form. Using the regular T-SQL query this is almost impossible to achieve it without coding in a strored procedure […]
Continue ReadingUsing a traditional programming language like C# or Python you can use “for” and “while” loop constructs to generate a sequence of numbers, dates, string values or anything else super-easily. But here we’ll learn how to generate date values in a specific range using Transact-SQL query. We’ll not use any SQL stored procedure. Let’s […]
Continue ReadingThere are occasions when it is required to reveal running totals before rendering the grand total in a report. Usually calculating and providing running total is the job of a report designer software module. But if you’re using SQL Server database then Transact-SQL (a.k.a T-SQL) provides this facility right in the query. Let’s assume […]
Continue ReadingOnce upon a time in the buoyant city of Techtonia, there were two competing departments that happened to be in a perpetual state of conflict: the Development Department, led by the innovative engineer, Smith, and the Operations Department, headed by the squeamish tech wizard, Ethan. Chapter 1: The Great Divide Smith and Ethan […]
Continue ReadingThere are occasions when you’re at a remote location, like during traveling, and you’re required to access your office or home computer, for instance to retrieve some important information from it. You may not have a laptop or a tablet at the moment but you’re likely to have a cell phone. Worry not! you […]
Continue ReadingWhen it comes to Wi-Fi configuration and maintenance the Wi-Fi device manufacturers want to make your life a lot easier. That’s why they deliver routers and repeaters with numerous pre-configured parameters so that you don’t have to fumble through the configuration process while setting up your home network. But this auto-configuration – sort of […]
Continue ReadingAs soon as your Windows drive runs short of disk space, the Windows operating system starts to delete files that are probably no longer needed from the recycle bin and from your downloads folder. Still if you want to optimize your storage before running out of free space, you can change the configuration so […]
Continue Reading