Chris Yuanblog.chrisyuan.me·Feb 14, 2025在 Terminal 下查詢 macOS 的 CPU 資訊的指令% sysctl -n machdep.cpu.brand_string Apple M1 Pro % system_profiler SPHardwareDataType Hardware: Hardware Overview: Model Name: MacBook Pro Model Identifier: MacBookPro18,3 Model Number: Z15J003V3TA/A Chip: Apple M1 P...macOS
Mohamad Mahmoodhashnotes.hashnode.dev·Feb 6, 2025CLI download and unzip file via Jupyter Notebook[1] Ubuntu Linux # Create the asset folder if it doesn't exist !mkdir -p asset # Download the file !wget -O razzi_util_20250206.zip "https://nlp.razzi.my/module/razzi_util_20250206.zip" # Unzip into the asset folder !unzip -o razzi_util_20250206.zi...cli
Ramu Narasingathinkthroo.hashnode.dev·Feb 3, 2025[Part 1] Build a CLI tool: Setup the tsonfig.jsonIntroduction I am building a CLI tool that lets you add features into your project via CLI. This CLI tool currently only supports adding features in a Next.js based projects. The idea is to run a command like pnpx thinkthroo@latest add supabase-auth ...Next.js
Sarthak Duggalsarthk1029.hashnode.dev·Feb 1, 2025Building Your Own Git from Scratch in GoAs a professional software engineer, you must be using Git every day as it is the most widely used version control software. Many people believe that Git is very complex software. I did, too. But it isn’t. It’s a big piece of software with many featu...Go Language
Chris Gmyrchrisgmyr.dev·Jan 31, 2025Building a YNAB CLI in LaravelI've been using You Need a Budget (YNAB) since 2019 and love it. I'm in the budget daily, entering transactions, tinkering, and ensuring my family is on track with our financial goals and current priorities. However, as the transactions and payees pi...66 readsYNAB CLI in Laravelynab
Leandro Monacoblog.devexlead.com·Jan 31, 2025Supercharge your CLI Experience with PowerShellThere's something undeniably empowering about mastering the command-line interface. Why waste time navigating endless menus when a single, well-crafted command can accomplish the same task in seconds? The CLI isn’t just about speed, it’s about standa...130 readsProductivity
Alex PliutauforfreeCodeCampfreecodecamp.org·Jan 28, 2025Essential CLI/TUI Tools for DevelopersAs developers, we spend a lot of time in our terminals. And there are tons of great CLI/TUI tools that can boost our productivity (as well as some that are just fun to use). From managing Git repositories and navigating file systems to monitoring sys...terminal
KORLA GOUTHAMkorla.hashnode.dev·Jan 27, 2025AWS S3 Versioning CLIHello Every One, in this blog I would like to explain what is versioning in AWS S3 and how to enable it using CLI. Versioning Versioning is used when you want to : Track Changes → Maintain different versions of a file, so you never lose important da...Versioning Real world tasks
Pratham Parikhpratham15541.hashnode.dev·Jan 25, 2025A Complete Node.js + TypeScript Setup with Rollup, Jest, and NodemonBuilding a Node.js application with TypeScript can be an excellent choice for modern JavaScript development. It offers type safety, better tooling, and is great for scaling. But the real power comes when you combine TypeScript with a solid bundler, t...1 likeNode.js
Wilford Gonzales30daysdevopschallenge.hashnode.dev·Jan 24, 202530 Days DevOps Challenge - NBA Game Schedule Notification#Week1-Day2 #DevOpsAllStarsChallenge Automating NBA Game Schedule Notifications with Azure Services In this blog post, we'll create a Python function app that requests NBA game schedules from SportsDataIO.io, sends the data to an Azure Service Bus to...Azure