Samarth G Vasistsamarthgvasist.hashnode.dev·Sep 24, 2023Python CLI Packaging: A Click Framework GuideIntroduction Command Line Interfaces (CLIs) are a powerful way to interact with Python applications, allowing users to execute various tasks and operations from the terminal. While Python offers several libraries for creating CLIs, click stands out a...Discuss·3 likes·30 readsPython 3
Siddhesh Khandagalesiddhesh-dev.co·Sep 23, 2023Dockerizing Golang CLI Tool - A Step-by-Step GuideIntroduction In the ever-evolving landscape of software development, where rapid deployment and seamless scalability are key, Docker has emerged as a game-changer. Whether you're a seasoned developer or just starting your journey into the world of co...Discuss·1 like·82 readsGo Language
Siddhesh KhandagaleforCloudNativeFolks Communitysangambiradar-1649136612601.hashnode.dev·Sep 22, 2023Dockerizing Golang CLI Tool - A Step-by-Step GuideIntroduction In the ever-evolving landscape of software development, where rapid deployment and seamless scalability are key, Docker has emerged as a game-changer. Whether you're a seasoned developer or just starting your journey into the world of co...Discuss·31 reads GopherLabs Go Language
Sudhanshu Makwanasudhz.hashnode.dev·Sep 22, 2023A Comprehensive Guide to Linux Commands for DevOps WarriorsSystem Info Commands Understanding system information is crucial for any DevOps engineer. Here are some essential Linux commands that provide valuable insights into your system: hostname The hostname command displays the name of the system host. It h...DiscussDevops
Shuvojit Sarkarblog.shuvojit.dev·Sep 17, 2023How to Implement Verbose Mode in a Go CLI App Using the Standard LibraryA lot of CLI tools provide a verbose mode to get logs with additional information, which is helpful for scenarios when something breaks or when a user wants to understand in more detail what is happening in the background. It is an essential part of ...Discuss·160 readsGo Language
techygrrrlblog.techygrrrl.stream·Sep 16, 2023sf6vid: a CLI tool to hide usernames in game play, written in Gosf6vid is a command line tool that allows you to censor player data in a Street Fighter 6 game play video. How it works sf6vid is a command line tool. In order to use it you need to install it and execute the file from your terminal. In the future th...Discuss·35 readscli
Bhavesh Yadavcodezera.hashnode.dev·Sep 16, 2023Transforming Your Boring Mac Terminal into a Productivity Powerhouse!💻Welcome to a world where the mundane and monotonous are left behind, and your Mac Terminal becomes an extraordinary playground of creativity and efficiency! Are you tired of staring at a dull and lifeless command line interface? It's time to break fr...Discussmacbook
Benthebenforce.hashnode.dev·Sep 15, 2023How to Make a CLI App with NestJS: Step-by-StepI recently started a role on a company's developer experience team. One of the responsibilities that comes along with this is building larger CLI applications. As I wrote previously, I use the commander library when writing DevOps scripts for my Node...DiscussTypeScript
Kshitija Bartakke-Malwadekshitijaa.hashnode.dev·Sep 15, 2023S3 Programmatic access with AWS-CLIAmazon Simple Storage Service (Amazon S3) is an object storage service that provides a secure and scalable way to store and access data on the cloud. It is designed for storing any kind of data, such as text files, images, videos, backups, and more. ...Discuss·32 readscli
Girdhar Kajalkajalgirdhar05.hashnode.dev·Sep 15, 2023IAM Programmatic access and AWS CLI 🚀 ☁Today is more of a reading exercise and getting some programmatic access for your AWS account IAM Programmatic access In order to access your AWS account from a terminal or system, you can use AWS Access keys and AWS Secret Access keys. AWS CLI The A...Discuss2Articles1Week