Harshit Sisodiafull-stack-development-in-30-days.hashnode.dev·Dec 10, 2024Day 1: Setting Up Your Full-Stack Development EnvironmentIntroduction: Welcome readers to the 30-day journey of mastering full-stack development. Emphasize the importance of setting up a proper development environment to ensure smooth coding. Mention the tools and technologies commonly used in the field. "...Full Stack Development
Mahira Technology Private Limitedmahiratechnology.hashnode.dev·Dec 9, 2024Seamless Installation of TraceTest with Helm Charts: A Step-by-Step GuideInstall the Tracetest server using Helm You can set it up locally with this command: helm repo add kubeshop https://kubeshop.github.io/helm-charts helm repo update Next, install Tracetest using this command: helm install tracetest kubeshop/tracetest...tracetest
Stanley Udebuanistanj.hashnode.dev·Dec 9, 2024A Fun Guide to Launching EC2 on AWS and Installing a Web Server with PowerShellAre you ready to jump into the cloud and launch your own EC2 instance in AWS? Don't worry! This step-by-step guide is super simple and fun. You’ll also learn how to install a web server using PowerShell to get your website up and running in no time. ...AWS
Mahira Technology Private Limitedmahiratechnology.hashnode.dev·Dec 5, 2024Installing Robusta on Kubernetes Cluster: Your Ticket to Tech StardomOverview :- Robusta is a powerful tool for managing and monitoring Kubernetes clusters. It provides advanced observability, automation, and troubleshooting capabilities. In this blog post, we’ll walk through the process of installing Robusta on your ...robusta
Ankita Lunawatcloudhub2295.hashnode.dev·Dec 3, 2024Installation Nagios on UbuntuNagios is a powerful open-source monitoring tool that allows you to monitor your network and systems. Here's a basic guide on how to install Nagios on Ubuntu: Prerequisites An Ubuntu server A user with sudo privileges Basic understanding of the co...Nagios
Mahira Technology Private Limitedmahiratechnology.hashnode.dev·Nov 21, 2024Mastering Data Visualization: Installing Superset on Kubernetes Cluster Using Helm ChartThis post explores the integration of Apache Superset as a powerful data visualization tool with Kubernetes environment using SQL Server tables for sourcing and Delta Lake table format on top of your Lakehouse. We will deep-dive into pragmatic ways t...Kubernetes
Likhith SPlikhithsp.hashnode.dev·Nov 21, 2024How to Install and Use Postman for API TestingIntroduction APIs (Application Programming Interfaces) play a crucial role in modern software development by allowing different applications to communicate with each other. Whether you’re working on a web app, mobile app, or any backend service, unde...Installation
Faria Karimfariakarim.hashnode.dev·Nov 1, 2024Ballerina Installation and Project Setup Simplified for BeginnersIntroduction Ballerina is an open-source, cloud-native programming language that makes it easy to create and deploy services with a focus on data handling and integration. Whether you’re building APIs, handling data streams, or creating complex appli...Installation
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...428 readsTechfedora41
Rishav Kumarconsolelog21.hashnode.dev·Oct 27, 2024React Native Installation Guide for 0.76.0Installing React Native on Windows: A Complete Guide React Native is a popular framework for building cross-platform mobile applications using JavaScript and React. Setting up a React Native environment on Windows involves a series of steps to ensure...1 likeReact Native