Ritu Raj Pratap Singhwww.exonoob.in·6 hours agoSet Up Git and SSH Keys for Secure Version Control: A Step-by-Step GuideHey! So you need to set up Git and SSH keys? No worries - I've done this about a million times (okay, maybe not a million, but you get the idea). This guide is basically what I wish someone had shown me when I was banging my head against the wall try...GitHub
Dynamics Netsoftdynamicnetsoft.hashnode.dev·Feb 17, 2025On-Premises vs. Cloud ERP Guide for Business!Introduction Enterprise Resource Planning (ERP) software is essential to today's businesses, helping them control operations, improve efficiency, and make better choices. When making an ERP choice businesses must make the most important choice betwee...1 likeOn-Premises vs. Cloud ERP Guide for Business: Which One is Right for You?
Favour Onyenekeonlyfave.hashnode.dev·Feb 16, 2025Introduction to Ansible: A Beginner's GuideIntroduction Ansible is an open-source automation tool used for configuration management, application deployment, and task automation. It simplifies IT operations by automating repetitive tasks across multiple systems, ensuring consistency and reduci...beginner
Arshad Larielasticsearch-installation-steps.hashnode.dev·Feb 14, 2025Installing Elasticsearch: Simple Steps to FollowStep 1: Update System Packages Before installing Elasticsearch, update the system packages to avoid any dependency issues. sudo apt update && sudo apt upgrade -y Step 2: Install Required Dependencies Elasticsearch requires Java to run, but starting ...elasticsearch
Ahmad W Khanblog.ahmadwkhan.com·Feb 5, 2025The Art (and Pain) of Generating Invoice Numbers That ScaleThere’s something strangely humbling about a problem that looks trivial on the surface but slowly morphs into an existential crisis at 3 AM while you’re drowning in your 3rd cup of tea. Invoice number generation? How hard could it be? I mean, it’s ju...31 readsPython
Samuel Nwankwosaminwankwo.hashnode.dev·Feb 5, 2025How I Automated MongoDB Backups with Node.jsI remember the day when one of my projects lost critical data due to an accidental deletion. It was a painful lesson, but it pushed me to automate my MongoDB backups. Let me walk you through how I set up an automated backup system using Node.js—somet...2 likesdyi
David singhdavidsingh0.hashnode.dev·Feb 4, 2025Pandas cheatsheetBasic Pandas Commands for Data Loading, Exploration, and Manipulation import pandas as pd #To import pandas library in notebook df = pd.read_csv('filename.csv') or pd.read_csv(r’location/folder/filename.csv’) or pd.read_excel(’filename.xlsx’) #To L...Python
Shuka Zubaidatshukazuby.hashnode.dev·Feb 3, 2025The Convenience and Security of OAuth: A Comprehensive GuideIntroduction Users interact with numerous online platforms requiring authentication. Remembering multiple passwords can be overwhelming, leading many to reuse weak passwords across different services. To simplify authentication, many websites and app...oauth
Kanha Guptakanhasblog.hashnode.dev·Feb 1, 2025How to understand large codebases for Open-source contributions ?This blog is for beginners who are planning to get involved in Open-source projectsI am describing how I do it, and it may help you as well. This is how my typical workflow looks like → Please read the readme file. I cannot emphasize this enough. It...Open Source
Manav Rastogidatasciencen.hashnode.dev·Feb 1, 2025🚀 Your First Step into Data Science & AI!Data Science is one of the hottest career paths today, and for a good reason! It helps businesses make decisions based on data 📊, powers AI applications 🤖, and even predicts future trends! Let’s dive into what a Data Scientist does and how you can ...Data Science