Himanshu SoniforHimanshu Sonihimanshusoni30.hashnode.dev·Nov 19, 2024Understanding cURL: A Command Line Tool for transferring data with URLsIn today's digital age, billions of API requests are made globally over the internet, seamlessly integrating technology into our daily lives. We interact with these APIs through various devices such as smartphones, smartwatches, laptops, and even tel...Discuss·67 readsCommand Line Toolscurl
Think Throothinkthroo.hashnode.dev·Nov 18, 2024Logger package in changesets monorepoChangesets CLI package has an import as shown below at line 3 in packages/cli/src/index.ts#L3 import { error } from "@changesets/logger"; I have seen this before, a dedicated package just for logger, in docusaurus-logger. At this point, I believe it...Discusschangesheeter
teihennteihenn.hashnode.dev·Nov 17, 2024Edit .json.gz Files Effortlessly with jgze – A Flexible CLI ToolWorking with .json.gz files can be tedious, especially when you need to extract, edit, and recompress them manually. Meet jgze, a command-line tool that simplifies this process by allowing you to directly edit .json.gz files in a seamless workflow. h...Discussjson
Think Throothinkthroo.hashnode.dev·Nov 14, 2024Scan for CLI flags and arguments using MRI packageIn this article, an overview of MRI package is provided with a usage example picked from Changesets source code. MRI package: You can use MRI package to quickly scan for flags and arguments. It is an alternative to yargs-parser. Install npm install -...DiscussJavaScript
Dana Ciocandanaciocan.com·Nov 12, 2024Five tips that'll up your Git gameI’ve been using Git for erm… at least ten years now? Probably longer. I remember the time before version control and it was dark - uploading straight to the Production web server using FTP, no Staging or QA/Dev environments for testing… We were hardc...Discuss·47 readsGit
Leafyhyperleafy.hashnode.dev·Nov 12, 2024Small Wins in Python: How a CLI Todo App Changed My Perspective on CodingIt’s been a while since my first post “Navigating the Fog of Tech: My Journey as an Introverted Tech Enthusiast”, In that time, a lot has happened so there may be a slight change in my writing style. Based on how you perceive it, may be considered as...DiscussPython 3
Himanshu SoniforHimanshu Sonihimanshusoni30.hashnode.dev·Nov 11, 2024Efficient JSON Processing with jq Command-Line ToolIn this article, we will explore the command-line tool jq, a powerful and flexible utility for managing and parsing JSON files. Why use jq when JSON can be managed with other desktop and online tools? jq is easy to install. It has no runtime depende...Discuss·27 readsCommand Line Toolsjq
Debajyati Deydebajyatidey.hashnode.dev·Nov 9, 2024FeaturedTop 9 Rust Based CLI Tools You Need to Try Now!Summary of the Content Prior to Reading the Article In this article, we explore a selection of Rust-based command line tools that enhance the Linux ecosystem with improved performance and modern features. These tools, including exa, fd, bat, ripgrep...Arindam Majumder and 4 others are discussing this5 people are discussing thisDiscuss·88 likes·270 readsLinuxcliVery informative!! 10
Canopascanopas.hashnode.dev·Nov 6, 2024Automate Flutter iOS App Deployment with GitHub Actions and Codemagic CLIBackground In this tutorial, we’ll set up an automated deployment process for a Flutter iOS application using GitHub Actions. You’ll learn how to create a workflow that runs Codemagic CLI tools to build your app and upload it to TestFlight. By the en...DiscussFlutter
Younis Ahmedyounis.hashnode.dev·Nov 5, 2024Shopify CLI: Setting Up Your Local Environment Made SimpleThis tutorial explores using Shopify CLI to safely customize Shopify themes in a local development environment without impacting the live store. What You'll Learn Setup Your Local Development Environment Clone Shopify Store’s Theme Preview Changes...DiscussShopify 🚀Shopify Development