Gift Ayodeledevgifttemitope.hashnode.dev·Oct 8, 2024Know Your Git Commands: A Comprehensive Git Checklist for DevelopersGit is an essential tool for developers, enabling efficient collaboration, version control, and project management. Whether you're a beginner or looking to refine your Git skills, this checklist covers all the important concepts and commands you need...Discuss·1 likeProgramming FundamentalsGeneral Programming
Mustapha Abdul-Rasaq (Geekmaros)blog.geekmaros.dev·Sep 15, 2024API Versioning in Laravel 11Why Version Your Laravel App? As a backend engineer, versioning your app is an essential workflow in development. It allows you to make necessary updates without disrupting existing environments or breaking earlier versions of your API. Versioning al...Discuss·133 readsLaravel
vijayaraghavan vashudevanvjraghavanv.hashnode.dev·Sep 5, 2024Advanced Terraform Module Usage: Versioning, Nesting, and Reuse Across Environments🎯 This article, will explain in detail how to advanced concepts of working with modules, including how to manage versioning, use nested modules, and reuse modules🎯 🌈Synopsis: 🌞Understanding of Terraform modules and learn how to manage modules acr...DiscussAWS
Adewole Caleb Erioluwacaleberioluwa.hashnode.dev·Aug 21, 2024How to Implement Data Replication and Versioning in GolangMy recent study of the replication chapter of the DDIA text was quite intense, and not so much fun since I had to process a lot of information. On the bright side, I gained practical insight into how to replicate data and why it is important in a dis...Discuss·60 readsgolang
Sadra Yahyapourblog.imsadra.me·Aug 16, 2024Python 3.13 - New Features & DeprecationsWe introduced several cool typing and interactive interpreting features in Python 3.12. I discussed all of them here: https://blog.imsadra.me/python312-is-happening Before we go ahead, this is the full patch note about this new release.The biggest ...Discuss·420 readspython 3.13
Brilliant Makanjujolex.hashnode.dev·Aug 5, 2024Complete Guide to Versioning JavaScript Projects with GitHubTable of Contents Introduction Versioning Strategy Semantic Versioning (SemVer) Version Numbering Branching Strategy GitFlow Workflow Feature Branching Release Branching Hotfix Branching Release Management Creating a GitHub Release Ta...Discuss·29 readsJavaScript
Opaluwa Emidowo-ojotech-on-diapers.hashnode.dev·Aug 3, 2024Implementing Versioning and Documentation for ASP.NET Core Web APIsWelcome to the 10th installment of the Mastering C# series! Whoop Whoop! I am incredibly proud of all the technical guides and tutorials we've covered so far. Today’s article is a beginner’s guide to versioning and documentingASP.NET.Core APIs. As a ...Discuss·20 likesDocumentation Engineer
Arish Ahmadblog.arishahmad.in·Jul 30, 2024Understanding Versioning for Amazon S3 BucketsOpen the AWS Management Console and navigate to the S3 dashboard. Click Create bucket. Select General purpose bucket type. Write a bucket name, this name must be globally unique. Select ACLs enabledObject Ownership. Uncheck Block all publi...DiscussAWS Training Chronicles: From Novice to ExpertAWS
Marin Muštrammustra.hashnode.dev·Jul 27, 2024Angular app version attribute: APP_BOOTSTRAP_LISTENER token approachWhen developing applications, eventually we'll have some versioning to reflect our changes. An indicator, visual or on an HTML element, can be helpful when we have CI/CD flows and want to confirm pushed changes on production. In this article, we will...DiscussAngular
Azizur Rahamanazizurrahaman.hashnode.dev·Jul 12, 2024Understanding Version Control: A Key to Software Development 🛠️Version control is essential in software development. Mastering it can greatly enhance your workflow and collaboration with others. Let’s dive into the intricacies of version control, focusing on different versioning structures and their importance. ...Discussversion control