Karthik Rajukarthikraju.hashnode.dev·Nov 18, 2024The New Way Of CodingRemember that time when you are coding a cool project and you are locked in — you just know how everything will come together. But then suddenly, you find yourself stuck on a trivial task which must be done in order to unlock the next exciting part o...Discussllm
Silias Odionsilias809-cloud-newbie.hashnode.dev·Nov 14, 2024Step-by-Step Guide to Create and Connect to a Linux Virtual Machine Scale Set in AzureCreating a Linux Virtual Machine Scale Set (VMSS) in Azure allows you to automatically scale a set of virtual machines to handle changing workloads. In this guide, I’ll walk you through setting up a VMSS, configuring its settings, and connecting to i...Discuss·2 likestechblog
Muhammedfor25000cheats.com25000cheats.com·Nov 14, 2024How to Find Large Files on Ubuntu (to Free Up Space)Running low on storage? Ubuntu’s terminal has a quick command to help you hunt down those space-hogging files. Instead of manually digging through folders, you can use a simple command to locate large files and decide what can go. Just open the termi...DiscussUbuntu
Sunkanmi Fafoworasunkanmi.hashnode.dev·Nov 2, 2024Technical Writing Adventures - Part 4Hi all! It's been a minute. :) Let's quickly run down what you've missed me doing in the past few weeks. P.S I have written a couple of articles that may never see the light of day, but who knows? I may still publish it here later on. Anyway, back t...Discuss·31 readsTechnical Writingtechnical-writing-adventures
Esli Silvaesli.blog.br·Oct 30, 2024Installing Brave Browser on Fedora 41: Easy WorkaroundI installed Brave on Fedora 41 using this workaround until they update the guide on the official page and the repository file. The dnf config-manager option on this Fedora release was change from --add-repo to addrepo and it doesn’t recognize the opt...Discuss·304 readsTechfedora41
Tharusha Nirmal Amarasooriyablogs.tharuxpert.com·Oct 22, 2024How to Move Your YouTube Subscriptions to a New AccountIn this article, I will provide a comprehensive guide on how to export your YouTube subscriptions from one account and then import them into another account of your choice. This process involves several steps to ensure that all your favorite channels...Discussyoutube
Pritesh Kumarpriteshkumar.hashnode.dev·Oct 21, 2024How to install windowsHere’s a step-by-step guide to installing Windows: Step 1: Prepare for Installation Backup Your Data: Before installing, back up any important files, as the process may erase all data on the system. Obtain a Windows Installation Media: You'll need ...DiscussWindows
Chidi Okekechidiokeke.hashnode.dev·Oct 21, 2024How to Implement Rate Limiting in Node.js APIsRate limiting is a crucial technique for managing the number of requests that a server can handle within a specific timeframe. In Node.js backend APIs, it's essential to implement rate limiting to prevent abuse, protect resources, and ensure optimal ...DiscussNode.js
Jeremy Morganjeremymorgan.hashnode.dev·Oct 17, 2024The Ultimate Guide to Running Local LLMs on Your MacHello Friends! Want to run LLM (large language models) locally on your Mac? Here's your guide! We'll explore three powerful tools for running LLMs directly on your Mac without relying on cloud services or expensive subscriptions. Whether you are a be...DiscussAI
Adya Prasadadyaprasad.hashnode.dev·Sep 24, 2024Best Way to Build Jenkins CI/CD Pipeline on Kubernetes in 2024Continuous Integration and Continuous Deployment (CICD) pipelines stand as pivotal frameworks in tech industry for automating the software delivery process and its performance. This tutorial will teach you how to create an infrastructure for an auto...Discuss·10 likes#adyaprasad