Yashraj Garnayakdisarj.hashnode.dev·Dec 13, 2024All About Elastic Block Store (EBS)Amazon Elastic Block Store (EBS) is a high-performance, block-level storage service designed for Amazon EC2 instances. Think of it as a virtual hard drive for your cloud servers. EBS volumes provide persistent storage, meaning your data is retained e...AWS#EBSVolumes
Lino Valdovinoso1-at-home.hashnode.dev·Dec 11, 2024Run o1 at Home Privately: Think-Respond Pipe Tutorial with Open-webui & OllamaRunning advanced AI models like o1 on your personal computer is now more accessible than ever, thanks to tools like Open WebUI and Ollama and models like QwQ. This guide will walk you through setting up the Think-Respond Chain Pipe, enabling you to p...3 likes·93 readsqwq
Yashraj Garnayakdisarj.hashnode.dev·Dec 11, 2024🚀 How to Launch an EC2 Instance in the New AWS ConsoleLaunching an EC2 instance is the first step towards harnessing the power of cloud computing in AWS! Whether you're deploying a web server, hosting an application, or experimenting with different technologies, AWS EC2 (Elastic Compute Cloud) gives you...1 likeAWS#LaunchEC2
Ishan Berrygit-and-github-a-quick-start-guide.hashnode.dev·Nov 14, 2024Git and GitHub: A Quick Start GuideIntroduction What is Git? Git is an open-source version control system. It allows developers to track changes, save different versions of their code, and collaborate with others without losing any work. With Git, you can: Track every change made to ...42 reads#GitHubForBeginners
Yaswanth Merugumalaweb-scrapper-using-python.hashnode.dev·Nov 13, 2024Web Scraper using PythonIntroduction: Today, data is everywhere - be it market research or content aggregation there is unbound information just waiting to be analyzed. Manually collecting data from websites doesn't work out to be practical or even time-consuming at times. ...1 like·44 readsPython
Mahmudul Hasan Nisatnisat.hashnode.dev·Oct 29, 20242024 Guide to Cloud Computing: Benefits and Deployment Models ExplainedEver wondered how Netflix streams millions of videos simultaneously or how Instagram handles billions of photos without breaking a sweat? The answer lies in cloud computing, specifically Amazon Web Service (AWS). There are many cloud providers beside...1 like·37 readsbeginners tech
Victor Uzoagbavictoru.hashnode.dev·Oct 7, 2024Building a Custom Static Site Generator for Technical DocumentationIntroduction What is a Static Site Generator (SSG)? A Static Site Generator (SSG) is a tool that converts plain text files (like Markdown) into a complete static website. The output is a set of static HTML pages, which are fast to load and easy to ho...tutorials
Shivam Jhatechtaleswithshivam.hashnode.dev·Sep 19, 2024Docker Containers: Running, Managing, and Debugging—A Detailed Guide for BeginnersHey there, welcome back to my Docker series! If you’ve been following along, we’ve already covered some important topics like Docker Basics (what containers are and how they work) and Docker Images (how to write a Dockerfile and build images). Now it...Docker
Sandhya Babusandhyaops.hashnode.dev·Sep 11, 2024Docker Lifecycle: From Pulling Images to Terminating ContainersImagine Docker containers as magical boxes that can be created, used, paused, and discarded at will. These containers are crucial for deploying and managing applications efficiently. But how does this magic happen behind the scenes? In this guide, we...1 likeDocker
Vishalvishalchhadekar.hashnode.dev·Sep 4, 2024Resolving a 404 Error When Deploying a Node.js Application on VercelThe Issue When deploying a Node.js server application on Vercel, I encountered a frustrating 404 error. Despite the application running flawlessly on my local machine, after deployment on Vercel resulted in the dreaded "404: NOT_FOUND" error, leaving...42 readsErrorFix