Siddharth Chandracodekaro.hashnode.net·Apr 26, 2021Shell Script BasicsThe best thing about GNU/Linux is that it’s packed with utilities that improve productivity immensely. One such utility is a shell that can help accomplish complex tasks with just a few sequences of commands. Most of the time, users operate shell in ...118 likes·238 readsshell
Sai Krishna Prasad Kandulasaikrishna.hashnode.net·Mar 12, 2023A Tale of High-Stakes Debugging: The Upgrade of Hashnode's Domain Management ServiceI own the Domain Management service at Hashnode. This is the story behind the crucial upgrade of Hashnode's domain management service which includes a surprise last-minute hiccup and a race against time to debug, patch and upgrade while sticking to t...76 likes·102 readsDebuggingFeb
Madhushree Kundermadhushreekunder.hashnode.net·Jul 3, 2021Understanding async and defer.Async and Defer are two boolean attributes for script tag. Both async and defer increase the speed and performance of web apps by eliminating render-blocking JavaScript. With reference to the above image, consider we simply write <script> without as...63 likes·544 readsJavaScript
Irfan Ansariirfan786.hashnode.net·Apr 9, 2023Bash Shell Scripting GuideIntroduction to Shell Whenever you log in to a Linux system you are placed in a shell program. The shell's prompt is usually visible at the cursor's position on your screen. To get your work done, you enter commands at this prompt. The shell is a com...28 readsDevops
Andrew Dassandrewdass.hashnode.net·Apr 2, 2023Automate Windows to Shutdown at a Specific Time by using Python and Task SchedulerOverview This short article will demonstrate to automate a Python script to shut down a Windows computer at a specific time by using Task Scheduler. Materials Windows Computer Python Command Prompt or Notepad or IDE Task Scheduler - A program on ...6 likesWindows
Abhay Kumarabhayku2002.hashnode.net·Apr 1, 2023Social Networking App with NativeScriptNativeScript is an open-source framework for building cross-platform mobile applications using JavaScript, TypeScript, or Angular. One of the many use cases for NativeScript is building social networking apps. In this article, we'll explore how to bu...NativeScript
Jeremiah Laniermachinesintheclouds.hashnode.net·Mar 26, 2023Javascript HoistingIntroduction: As a JavaScript developer, it is important to understand how JavaScript code is executed. One concept that is essential to understanding this process is hoisting. Hoisting is the behavior of moving variable and function declarations to ...JavaScript
Abhishek Yadavitabhishekyadav.hashnode.net·Mar 24, 2023Day 4 Task: Basic Linux Shell ScriptingWhat is Kernel The kernel is a computer program that is the core of a computer’s operating system, with complete control over everything in the system. What is Shell A shell is special user program which provide an interface to user to use opera...51 readsDevops
ayush ludhwaniayushludhwani.hashnode.net·Mar 23, 2023Automate Your Linux Tasks With Shell ScriptingBefore we start learning shell scripting, we should learn about the basics of operating systems and kernels so that when it comes to shell scripting, we can understand and relate most easily. What Is An Operating System?An operating system (OS) is ...28 readsLinux
Sai Krishna Prasad Kandulasaikrishna.hashnode.net·Mar 12, 2023A Tale of High-Stakes Debugging: The Upgrade of Hashnode's Domain Management ServiceI own the Domain Management service at Hashnode. This is the story behind the crucial upgrade of Hashnode's domain management service which includes a surprise last-minute hiccup and a race against time to debug, patch and upgrade while sticking to t...76 likes·102 readsDebuggingFeb
Nibesh Khadkakcl.hashnode.net·Mar 12, 2023Using Apps Script to Count Checkboxes in Google SheetsYou have checkboxes in your spreadsheet, you’ll like to count them easily. Well, this script I’ll provide will help you with exactly that. Non-coders can easily follow instructions and add this script to their projects. Namaste! This is Nibesh Khadka...49 readsGoogle Apps Scripts & App Sheetgoogle apps script
Andrew Dassandrewdass.hashnode.net·Mar 9, 2023Move Downloaded Pictures from the "Downloads" Folder Directly into the "Pictures" Folder by using a Python ScriptOverview This article explains a script written in Python, if run in the "Downloads" directory, all downloaded images that should appear in the "Downloads" folder will automatically be sent and found in a directory within the "Pictures" folder. Mater...27 reads2Articles1Week
Ruben Colonrubencolon.hashnode.net·Mar 7, 2023Decluttering Your Windows Workspace: How to Remove Unused Icons and Automate the ProcessAs computer users, it's common to accumulate a lot of icons on our desktops, taskbars, and start menus. Over time, these icons can become cluttered and overwhelming, making it difficult to find the apps and files we need quickly. Fortunately, Windows...Microsoft