Akshay SharmaforBharatPe Labslabs.bharatpe.com·12 hours agoAssetGuard: Keeping Assets in CheckIn the startup hassle, product development is always the highest priority, and due to this race to build and ship products in a very short period, we generally forget to follow some basic coding practices. One of the problems among them is the use of...Discuss·41 readsTechGitHub
Ngoc Leblog.coder.life·16 hours agoSetting up CI/CD for Mobile App ProjectsManaging a big project with multiple squads working on the same code base can be very challenging. If you are a developer, you should hear of Continuous Integration / Continuous Delivery (CI/CD). Far from merely automating tedious tasks, it serves as...Discuss·30 readscicd
Sarthak Jainsarthakjdev.hashnode.dev·Sep 24, 2023Streamlining CI Pipelines: A Guide to 10 Essential Public GitHub ActionsAs a software developer deeply entrenched in the world of coding and DevOps, I understand the pivotal role that Continuous Integration (CI) plays in the software development lifecycle. GitHub Actions, a versatile automation tool, has revolutionized C...Discuss·1 likeCloud DevOps Masteryci-cd
Ashutosh Wahaneashutoshwahane.hashnode.dev·Sep 24, 2023Automate Android Development Workflow with GitHub ActionsDid you know that GitHub Actions is a powerful platform that enables you to automate your software development workflows directly in your repository? With this continuous integration and continuous delivery (CI/CD) tool, you can create, share, and di...Discuss·3 likes·158 readsAndroid
sehrish naveedblog.mastercodding.com·Sep 23, 2023Setup Multi-Page JavaScript boilerplate with Wepack 5, Babel, husky, and Github-actionsSetting up a boilerplate using Webpack seems daunting at first unless I set it up step by step and found that it wasn’t as difficult as I thought it to be. If you are looking for setting up a multi-page JavaScript project using Webpack 5, you have co...Discusswebpack5
Saher Siddiquisaher.hashnode.dev·Sep 23, 2023An Introduction to Version Control: Mastering Git and GitHubIntroduction Welcome to the world of version control with Git and GitHub! Whether you're a beginner or an aspiring developer looking to master version control, this comprehensive guide will help you understand the fundamentals, use Git for your proje...DiscussGit
Iwá Duarteiwaduarte.hashnode.dev·Sep 23, 2023Deployment (GitHub actions, Bitbucket pipelines), the stupid wayEvery now and then someone will come up with new words: DevOps, GitOps, *.(*.)Ops, CI/CD, multifactor deployment pods orchestrated in virtual containers (I think I have invented that one). Thing is, every single developer/team/company wants to achiev...DiscussDevops
Nitin Saprunitinsapru.hashnode.dev·Sep 22, 2023Using $GITHUB_OUTPUT to write output parameters from GitHub action jobs & stepsWith GitHub actions deprecating the save-state and set-output command, the new way of persisting output from a GitHub step or job is to pass the same to the $GITHUB_OUTPUT environment files. While working with GitHub actions, depending on which type ...Discuss·46 readsgithub-actions
Rohit Guptadevoperation.hashnode.dev·Sep 21, 2023Deploying a Portfolio Website on AWS S3 using GitHub Actions:Before we dive into the project, make sure you have the following prerequisites: An AWS account: You'll need an AWS account to create an S3 bucket for hosting your website. A domain name (optional): If you want to use a custom domain for your portf...DiscussDevops
probablyArthblog.probablyarth.me·Sep 21, 2023How I implemented Java Code Testing without any build automation tool for my school's clubAs a core member of the open-source club at scaler school of technology, I was tasked to write a GitHub workflow that would test contributor's solution for a given DSA problem. The Desired Folder Structure This was the folder structure I had in mind...Discuss·2 likes·95 readsJava