Pratham Parikhpratham15541.hashnode.dev·12 hours agoA 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
Wilford Gonzales30daysdevopschallenge.hashnode.dev·Jan 24, 202530 Days DevOps Challenge - NFL Schedule API#Week2-Day1 #DevOpsAllStarsChallenge NFL Schedule API Project Introduction Welcome to Week 2 of the 30 Days DevOps Challenge! Today, we're diving into an exciting project where you'll learn how to create an API to fetch the NFL schedule using SerpAPI...Azure
Mykolan0rdy.hashnode.dev·Jan 18, 2025TIL: Ghostty - a new and quite promising terminal emulatorHello there! If you've been following my blog, you might have noticed that I'm usually leaning towards longreads as the style of my posts. And while I think such posts are great in general, it takes forever to prepare, write and edit them before publ...Native App
Ramu Narasingathinkthroo.hashnode.dev·Jan 17, 2025Citty, an elegant CLI builder by UnjsIn this article, we will review the Citty, an elegant CLI builder. This library is built by Unjs. I came across this package in cli.ts in unbuild. Let’s see this in action by running some experiments in codesandbox. I copied the code below, provided... Citty
Chigozie Ozoemenadanielluxembourg.hashnode.dev·Jan 16, 2025Guide for deploying and exporting ARM templates with Azure CLI, and deploying a web app using those templatesNB you are requested to have a prior knowledge of CLI & ARM for you to go along with this lab. 1. Deploy ARM Templates with Azure CLI Step 1.1: Understand ARM Templates ARM templates are JSON files that define Azure resources and their configurations...Azure Resource Manager
Vinay Gawadevinugawade.hashnode.dev·Jan 15, 2025🚀Simplify CiviCRM Development with DDEV CLI Tools Add-onIf you’re a developer working with CiviCRM on platforms like Drupal or Backdrop, I’ve got exciting news! 🎉 Introducing the DDEV CiviCRM CLI Tools Add-on, a powerful solution to integrate essential CLI toolslike civistrings, civix, coworker, and cv d...1 likecivicrm
Anix Lynchgozeroshot.dev·Jan 14, 2025🔥Practical Guide to AWS S3 CLI1. List Buckets $ aws s3 ls 2023-11-04 14:39:50 my-ml-bucket 2023-11-04 14:40:23 my-training-data 2. Create a Bucket $ aws s3 mb s3://ml-model-bucket --region us-east-1 make_bucket: ml-model-bucket 3. Upload a File $ aws s3 cp model.pkl s3://ml-m...cli
Sergey Shishkinserj-aleks.hashnode.dev·Jan 14, 2025put и i/oВозможно, что ещё от слабого понимания логики автора PicoLisp я зря смешиваю функцию put с функциями input и output, но выбран лексический метод для классификации и такой принцип будет сохранен в этой первой интерации по сканированию функциональности...picolisp
Prathamesh Patilpatilprathamesh.hashnode.dev·Jan 13, 2025Managing AWS CLI Credentials and Using Multiple Accounts: A Beginner's GuideThe AWS Command Line Interface (CLI) is a powerful tool for interacting with AWS services. To get started, you need to configure credentials, and as your work scales, you might need to manage multiple AWS accounts. This guide walks you through the st...AWS