DevOps Links for 16/9/2021
A collection of DevOps resources covering Git/GitHub basics, OWASP Top 10, branching strategies, Azure DevOps, and key performance metrics.
A collection of DevOps resources covering Git/GitHub basics, OWASP Top 10, branching strategies, Azure DevOps, and key performance metrics.
A technical guide on creating GitHub issues from reproducible examples (reprex) using shortcuts for R programming.
Explains how GitHub automatically adds co-authors to commits in squashed pull requests and how to manually add them using GitHub's no-reply email format.
A guide to building a free URL shortener/tracker using Java, Spring Boot, MongoDB, and Azure, focusing on cost control and free-tier services.
A guide to automating GitHub account backups using AWS ECS (Fargate) and S3 Glacier, including architecture and implementation details.
A developer proposes a new 'commit groups' feature for Git to improve handling of merge strategies and project history clarity.
A recap of a live pair programming session on DEV Community, focusing on fixing a Liquid tag issue in the Forem codebase.
Author announces the print release of their book 'Why Cryptocurrencies?', a project explaining crypto concepts in simple terms.
A technical guide on setting up password-protected SSH keys for GitHub, including enabling SSO authorization for secure repository pushes.
A recap of a live pair programming stream building a Twitch overlay with DEV mascot Sloan and ComfyJS for chat interaction.
A guide to integrating GitHub repositories with Nerdio Manager for WVD to automate script execution and Windows Virtual Desktop management.
A guide on making your open source project more approachable for contributors, covering documentation, guidelines, and community building.
A guide for open source maintainers on communicating with their community, covering release notes, GitHub releases, and using Twitter for announcements.
A developer shares their journey of making their personal website's source code public, discussing vulnerability and overcoming imposter syndrome.
A guide on building a user community for an open source project, covering how to handle user queries and set up GitHub issue templates.
Explains asynchronous release processes using GitHub labels and milestones to coordinate app releases across global teams without synchronous meetings.
A guide to customizing the keyboard layout on a Dell XPS 13 in Linux using XKB to remap PgUp/PgDn keys to arrow keys.
A guide on changing the default Git/GitHub branch name from 'master' to 'main', including steps for both GitHub settings and local Git configuration.
Introduces CrowdStrike's CRT, a free GitHub tool for auditing Azure AD security post-Solorigate, detailing its features and prerequisites.
A technical guide on using tools like gitleaks, earlybird, and git-hound to find security leaks and exposed secrets in code repositories.