Ammar Khangit-github-for-devops-engineers.hashnode.dev·Nov 10, 2024Deep Dive in Git & GitHub for DevOps EngineersDeep Dive in Git & GitHub for DevOps Engineers As DevOps engineers, mastering Git and GitHub is crucial because they form the backbone of version control and collaboration in software development. In this blog, I will break down the key concepts of G...Discussbeginner to git
Renato Cruzjustcode.com.br·Oct 28, 2024Como fazer o deploy do Python Sphinx no Github pagesHoje veremos como utilizar o GitHub Actions para automatizar o processo de deploy do Python Sphinx no Github Pages. O que é o Sphinx? O Sphinx é uma poderosa ferramenta de documentação que facilita a criação de documentação para projetos Python. Ele ...DiscussLinguagem de programação PythonPython
Faizan Shaikhfaizanshaikh.hashnode.dev·Oct 16, 2024Day 12 Task: Deep Dive in Git & GitHub for DevOps EngineersDeep Dive in Git & GitHub for DevOps Engineers As DevOps engineers, mastering Git and GitHub is crucial because they form the backbone of version control and collaboration in software development. In this blog, I will break down the key concepts of G...Discuss·43 readsbeginner to git
Jadesola Adeagbojadesolaadeagbo.hashnode.dev·Oct 6, 2024Version Control with Git and GithubJust last month, I experienced what you could call every developer’s worst nightmare. I woke up one morning, ready to dive into work and hit my daily targets, but all efforts in trying to start my laptop were to no avail, as it refused to come on. Pa...Discuss·11 likesGitHub
aryan inglelearnandwrite.hashnode.dev·Oct 1, 2024IBM Full Stack Developer Coursera (Part5)Deploying React,Javassript Website on Github. WHAT I LEARNED: How to deploy your project on the github with the help of gh-pages Few new commands in linux and git commands . To instal gh-pages : npm install gh-pages --save-dev In Repo ‘learn_rea...Discuss@pythoAIaryan
Nile Bitsnilebits.hashnode.dev·Sep 22, 2024Deploying Your First React App to ProductionPutting your first React application live might be intimidating, particularly if you've never done it before. That being said, any developer creating contemporary web apps has to have this ability. With thorough instructions and a ton of code samples...DiscussJavaScript
Usama Naeemusamanaeem.hashnode.dev·Sep 15, 2024Master React Deployments: Launch Your App on Vercel and GitHub Pages with Ease!Deploying your React app can seem difficult, but with the help of right tools and steps, it’s a comes to easy! In this guide, we’ll walk through deploying your React application on GitHub and then connecting it with Vercel. Let’s get started! Part #1...Discussgithubtovercel
Mohammed Umarumarcode.hashnode.dev·Sep 13, 2024Mastering Git and GitHub: A Journey Through Version ControlThe rapid changes within the field of software development make it imperative for every developer to have version control systems as some of the key skills. This week, I had a rare chance to explore Git and GitHub—a pair of tools that lie at the very...DiscussGitHub
HARSHAD DONGARDIVEharshaddongardive.hashnode.dev·Sep 3, 2024How to Deploy a React Project to GitHub Pages.1. Set Up Your React Project: Ensure your React project is ready and working locally. 2. Install GitHub Pages Package: Run the following command to install gh-pages: npm install --save-dev gh-pages 3. Configure vite.config.js: Update your Vite con...DiscussGitHub
Venkata Mahesh Ptechiestomb.hashnode.dev·Aug 31, 2024Guide: Deploy your VITE project to GitHub Pages in 2024Deploying your VITE project to GitHub Pages is a great way to share your work with others or host your website for free. In this guide, I'll walk you through the steps to deploy your VITE project on GitHub Pages. Step 1 : Test your project Build your...Discuss·2 likes·59 readsvite