Siddharth Chandraforchandraji.dev | Blogcodekaro.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 ...Pedram Badakhchani and 2 others are discussing this3 people are discussing thisDiscuss·118 likes·238 readsshellthanks, this is a skill some of my web development students will benefit from, thanks for sharing :) 3
Sai Krishna Prasad KandulaforSai Krishna Prasad Kandula's Blogsaikrishna.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...Kandula Sai Krishna Prasad and 1 other are discussing this2 people are discussing thisDiscuss·76 likes·102 readsDebuggingFebSo fire! 🔥 11
Madhushree KunderforMadhushree 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...Discuss·63 likes·544 readsJavaScript
Irfan AnsariforIrfan ansari's blogirfan786.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...Discuss·28 readsDevops
Andrew DassforAndrew's Tech Articles and Tutorialsandrewdass.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 ...Discuss·6 likesWindows
Abhay KumarforAbhay Kumar's Blogabhayku2002.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...DiscussNativeScript
Jeremiah Lanierformachinesinthecloudsmachinesintheclouds.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 ...DiscussJavaScript
Abhishek Yadavforitabhishekyadav.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...Discuss·51 readsDevops
ayush ludhwaniforDevops with 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 ...Discuss·28 readsLinux
Sai Krishna Prasad KandulaforSai Krishna Prasad Kandula's Blogsaikrishna.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...Kandula Sai Krishna Prasad and 1 other are discussing this2 people are discussing thisDiscuss·76 likes·102 readsDebuggingFebSo fire! 🔥 11
Nibesh KhadkaforKhadka's Coding Loungekcl.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...Discuss·49 readsGoogle Apps Scripts & App Sheetgoogle apps script
Andrew DassforAndrew's Tech Articles and Tutorialsandrewdass.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...Discuss·27 reads2Articles1Week
Ruben ColonforRuben Colon's Web Development Blogrubencolon.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...DiscussMicrosoft