Đinh Văn MạnhforFIS Securityblog.fiscybersec.com·Oct 22, 2024Atlassian Vá Các Lỗ Hổng Bảo Mật Trong Bitbucket, Confluence, và JiraAtlassian, công ty nổi tiếng với các sản phẩm quản lý dự án và cộng tác như Bitbucket, Confluence, và Jira, đã phát hành các bản vá bảo mật quan trọng để khắc phục nhiều lỗ hổng nghiêm trọng. Những lỗ hổng này có thể bị khai thác để tấn công hệ thống...DiscussNewslettersBitbucket
Fahimul Islamfif.hashnode.dev·Oct 18, 2024গিটে একাধিক রিমোট ম্যানেজ করার উপায়গিট একটি অত্যন্ত জনপ্রিয় ভার্সন কন্ট্রোল সিস্টেম। এটি প্রোগ্রামারদের কোড ম্যানেজ করার জন্য অতি গুরুত্বপূর্ন একটি টুল। সাধারণত, আমরা একটি প্রোজেক্টে একটি রিমোট রিপোজিটরি ব্যবহার করি। কিন্তু অনেক সময় আমাদের একই প্রোজেক্টে একাধিক রিমোট রিপোজিটরি মেইনটে...DiscussGitHub
Rohit Gawanderohit253.hashnode.dev·Sep 19, 2024Chapter 3:Mastering Git: Installation, Architecture, and Collaborative Workflow for DevelopersIn this chapter, we will delve into the fundamentals of Git, one of the most popular Version Control Systems (VCS). You'll learn what a VCS is, why it's essential for developers, and how Git is used in real-world projects. We will guide you through G...DiscussFull Stack Java DevelopmentGitHub
Yash Karankekarankeyash.hashnode.dev·Sep 3, 2024A Developer's Perspective: GitHub or Bitbucket?As a developer, picking the right version control platform is like choosing the best tool for a job; it affects your daily work, teamwork, and overall experience. In this article, we'll look into Git repositories and compare two popular options: GitH...DiscussBitbucket
Nainaznainaz.hashnode.dev·Aug 17, 2024Git branching and merging.In the world of creating cool software, there's a secret sauce called "version control." Imagine you're working on a digital masterpiece with your buddies, each tweaking and improving the code. Without version control, things can get messy—like a cra...DiscussGit
Animesh PathakforKeploy Tech Blogkeploy-blog.hashnode.dev·Aug 7, 2024BitBucket Self-Hosting : Running ebpf/Privileged programsBitbucket is a robust tool for source code management and continuous integration/continuous deployment (CI/CD). It offers flexibility in setting up pipelines, but there are limitations, particularly around root privileges and mounting volumes. This b...DiscussBitbucket
Debojit Sahadebojit.hashnode.dev·Jul 19, 2024Ultimate Guide to Advanced Git and GitHub: Overview of GitLab & BitbucketIntroduction In software development, mastering advanced tools and techniques is crucial for efficiency and collaboration. Git, GitHub, GitLab, and Bitbucket offer features beyond basic version control, like rebasing, cherry-picking, stashing, submod...Discuss·13 likes·98 readsGitHub
SimplesCloudsimplescloud.io·Jul 11, 2024Como criar um Self-Hosted Runner do BitbucketIntrodução Em um cenário de desenvolvimento ágil e integração contínua, a flexibilidade é importante. É nesse contexto que os Self-Hosted Runners do Bitbucket emergem como uma solução poderosa, oferecendo controle total sobre seu ambiente de build e ...Discuss·140 readsDevOps • SREbitbucket runner
Abogo Lincolnblog.abogo.tech·Jul 2, 2024What is a Version Control System?Understanding Version Control Systems: The Backbone of Modern Software Development In the realm of software development, managing changes and ensuring the integrity of code is paramount. This is where Version Control Systems (VCS), also known as sour...DiscussGit And GitHubvcs
Wai Yan SoeforBurmese Bytesburmesebytes.hashnode.dev·Jun 17, 2024How to Integrate GitHub or Bitbucket Webhooks with Jenkins Pipelines💡 CI/CD Tools တွေကို အခုမှ စလေ့လာနေတဲ့ သူတွေအတွက် အထောက်အကူ ဖြစ်စေဖို့ရည်ရွယ်ပါတယ်။ 😊 1. Introductions GitHub Webhooks နဲ့ Jenkins pipeline ဘာလို့ integration လုပ်ကြတာလဲ ဆိုတာကို အကျဉ်းခြုံးနည်းနည်းပြောပြပါမယ်။ GitHub webhook integration မလုပ်ထ...Discuss·144 readsCI/CD ToolsJenkins