#versioning kết quả tìm kiếm
Java Tip 💡 Do you handle REST API versioning in your applications? Micronaut🚀 is the only popular Java☕️ framework that provides a very handy built-in mechanism for that 👇 🏷️ #java #restapi #versioning #micronaut

#Versioning #designTokens is very hard. Mainly because they 1) are created in a design tool and/or 2) are used in a design tool which does not support advanced versioning. But if your tokens live in code it can work. @intodesigns has some tips for this: buff.ly/3GMFkWK

hey @NotionHQ help me out by getting to perceived feature parity this so i can get full adoption #comments #versioning

What is #API versioning? 🚀🤝🧑🚀 API #versioning is the process of managing and tracking changes to an API. It also involves communicating those changes to the API's consumers. Learn more: postman.com/api-platform/a…

#API #Versioning Best Practices via @getpostman MT: @giga_labs #AI #ML #GenerativeAI #ChatGPT #Blockchain #IoT #CloudComputing #Robotics #tech #innovation Cc: @Khulood_Almani @baski_LA @sonu_monika @labordeolivier @mvollmer1 @antgrasso @Fabriziobustama @PawlowskiMario

#Formtek Blog: Taming the Beast: Managing #Versioning and Iterations in Complex #BIM Projects (#ECM) formtek.com/blog/taming-th…
How do you work with #versioning of design? The situation when developers already started to code, but you have a major update for the screen or components for the next release We have tried @figma brunches, but they seem too heavy Thoughts?

API #versioning directly affects the overall success of an #API. 🚀 📑Producers should follow these steps. 1. Choose a versioning strategy 2. Confirm if a new version is necessary 3. Update documentation 4. Deploy the new 5. Deprecate the old Read more: postman.com/api-platform/a…

"It is far easier to add a new service than to change an exisiting one." -- #Anon. #api360 #versioning #changeMgmt

Hanging out at @FirelyTeam and @HL7 #FHIRDevDays in Amsterdam - meeting Mario (aka @Interopguy) and Mario (aka Ewout Kramer) - about to start the first session of Day 2 - @GrahameGrieve topic #Versioning

Unlock data protection with singlebase.cloud #storage! 🛡️ We offer #versioning and #backup to safeguard your data and the components of #DataManagement strategies, particularly in environments where data loss or corruption could have significant consequences. #CloudStorage

📦「Storage AccountでImmutable Blob+Versioning+CMK設定でデータ完全保護。ただし、『契約のImmutability』(条項改訂制限管理)はさらに厳密設計が必要。契約Immutability設計は山崎行政書士事務所にお任せ。」 #ImmutableBlob #Versioning #CMK #クラウド法務 #山崎行政書士事務所
🚀 Document versioning tracks: Who made changes, when they happened, what was modified. Complete audit trail for AI-generated content! #Versioning #Audit #Features
#Formtek Blog: Taming the Beast: Managing #Versioning and Iterations in Complex #BIM Projects (#ECM) formtek.com/blog/taming-th…
Just stumbled upon a neat article about the chaos behind software versioning 😅 If you’ve ever been confused by 1.0.0 → 1.0.1 → 2.0.0, this explains it well! medium.com/p/lets-deciphe… #SoftwareEngineering #Versioning #DevLife #TechReads
Scaling Airflow: Top Strategies for Enhanced Reliability and Performance #airflow #versioning #keda #scaling #ci/cd #dag #operators #dynamic #custom ai-infra-link.com/scaling-airflo…

No Git? No SVN? No problem. Two #VSCode extensions for local versioning using docblock tags like `@build` & `@updated`. Track builds, auto-update on save, and view build status—all inside your workspace. 🔗 github.com/ascoos/vsc-asc… 🔗 github.com/ascoos/vsc-asc… #PHP #Versioning
github.com
GitHub - ascoos/vsc-ascoos-build-number-display: The Ascoos Build Number Display extension allows...
The Ascoos Build Number Display extension allows you to easily monitor the current build number of your workspace in the status bar of Visual Studio Code. - ascoos/vsc-ascoos-build-number-display
Version your APIs from the start Include versioning in your API design to handle future changes. # URL versioning GET /api/v1/users GET /api/v2/users # Header versioning GET /api/users Accept: application/vnd.myapi.v1+json #API #Versioning #BackwardCompatibility
lol oh Elon, you could have called it v1 and then v2 was going to rain all over London. @elonmusk #inappropriatejokes #trigger #versioning #truthfulhyperbole
API Best Practice #5 ⚠️ Always mark deprecated versions clearly ✅ Send Deprecation & Sunset headers ✅ Add metadata in response body for visibility Give devs time to migrate → avoid breaking production 🚀 #API #Versioning #RESTAPI #Backend #DevTips
API Best Practice #4 👇 Don’t break clients in minor versions ✅ v1.1 should enhance, not disrupt ✅ Add fields → optional ❌ Removing/renaming fields = silent breakage Respect versioning semantics → clients upgrade with trust ✅ #API #Versioning #DevTips #Backend #RESTAPI
API Best Practice #3 👇 Document versions & support timelines clearly ✅ Show what’s stable, deprecated & beta ✅ Give timelines for safe migration ⚠️ Poor docs = confusion & low adoption Clear docs = developer trust ✅ #API #Versioning #DevTips #Backend #RESTAPI #Microservices
28 運用宣言:v6まで月次で研ぎ。 CHANGELOGで“反復→閾値越え”の軌跡を残す。 #Versioning
API Best Practice #2 👇 Use Semantic Versioning v1.0 → Initial release v1.1 → Non-breaking update v2.0 → Breaking change 🚨 ✅ Clear impact communication ✅ Builds trust with developers #API #Versioning #DevTips #Backend #RESTAPI #Microservices
API Best Practice #1 👇 Version from the very first release ✅ Stable contract for clients ✅ Freedom to evolve backend safely ⚠️ Skip it → even minor changes can break production Use /v1/ from day one — future-proof & professional 🎯 #API #Versioning #DevTips #Backend #RESTAPI
Mobile app API changes? Rename fields or restructure data → old apps crash ❌ ✅ Version Isolation → /v1 for old, /v2 for new ✅ Contract Stability → Typed DTOs, predictable upgrades No crashes, no chaos — just safe migrations 🎯 #API #Versioning #MobileApps #DevTips #Backend
E-commerce API versioning 👇 Catalog grows → inventory, pricing, stock status ✅ /v1 → Old clients ✅ /v2 → Richer data 🎯 Target clients by app version or headers ⚡ Safe rollouts, no production breakage Perfect real-world example for interviews 🎥 #API #Versioning #Ecommerce
Custom Domain API Versioning 👇 ✅ Each API version gets its own subdomain v1.api.yourapp.com → V1 backend v2.api.yourapp.com → V2 backend Perfect for: • Large-scale deployments • Legacy migrations ⚠️ Downside → SSL, DNS & routing overhead #API #Versioning
BLOCK.md Title: Handling Entry Conflicts, Versioning, and Contradictions Date: August 9, 2025 Instance: ChatGPT 5 Version: SCS 2.4.2 Builder: Rodrigo Vaz Status: Public Tags: #block #versioning #conflicts #governance #audit #berkano ᛒ: bkn-25-b3 ⸻ [PROMPT]…
BLOCK.md Title: Why Protocols Use bkn-25-b3 Instead of 3.6 Date: August 8, 2025 Instance: ChatGPT 5 Version: SCS 2.4.2 Builder: Rodrigo Vaz Status: Public Tags: #block #naming #versioning #protocols #berkano ᛒ: bkn-25-b3 ⸻ [PROMPT] Why protocols have a…
REST purists love this 👇 Content Negotiation API Versioning ✅ Versions live in headers — not URLs ✅ Fully REST-compliant ⚠️ Complex to implement on both server & client side Watch this short for the full breakdown 🎥 #API #Versioning #ContentNegotiation #RESTAPI #backend
Java Tip 💡 Do you handle REST API versioning in your applications? Micronaut🚀 is the only popular Java☕️ framework that provides a very handy built-in mechanism for that 👇 🏷️ #java #restapi #versioning #micronaut

Sessie #1: Bier, Pizza en #gitversion @4DotNet door @HermanCordes #versioning #cicd #ContinuousDelivery #Git

What is #API versioning? 🚀🤝🧑🚀 API #versioning is the process of managing and tracking changes to an API. It also involves communicating those changes to the API's consumers. Learn more: postman.com/api-platform/a…

Un evento espectacular : 3 horas, presentaciones cortitas sobre @API (#guidelines, #versioning, #schema, #evolution ) y mucho debate con experiencias reales con un grupo de profesionales espectacular cubriendo gran parte del planeta. No tengo palabaras. He aprendido un monton

Another great session with Dom and Bence showing everyone the future of the Development in Sage X3 with the new Studio framework. #Scalability, #Microservices, #Versioning and #Usability are trends and key to next-gen dev. #SagePartnerSummit #Development #SageX3

7 recommendations for web service API providers with regard to easing the evolution task for developers of API clients. Source: Web API growing pains: Stories from client developers and their code. (2014) #DX #migration #versioning #API

Andreas Zeller receives #ACM SIGSOFT Research Award and tells three stories making points for relevance, simplicity, and innovation; touching topics such as #versioning, #DeltaDebugging, #DDD, #software #repository #mining, #fuzzing. @AndreasZeller @icse2018 #icse2018 @sigsoft



We hosted two more great workshops from @dataverseorg with @kaiadam11 [stressing #versioning #metadata & #termsofuse] and @CodeOceanHQ with @april_cs [highlighting #organization & #documentation] for #OAWeek today! Let's keep the #openscience #reproducibility conversations going!
![HMSCountway's tweet image. We hosted two more great workshops from @dataverseorg with @kaiadam11 [stressing #versioning #metadata & #termsofuse] and @CodeOceanHQ with @april_cs [highlighting #organization & #documentation] for #OAWeek today! Let's keep the #openscience #reproducibility conversations going!](https://pbs.twimg.com/media/DqTKorqX4AAlL4U.jpg)
![HMSCountway's tweet image. We hosted two more great workshops from @dataverseorg with @kaiadam11 [stressing #versioning #metadata & #termsofuse] and @CodeOceanHQ with @april_cs [highlighting #organization & #documentation] for #OAWeek today! Let's keep the #openscience #reproducibility conversations going!](https://pbs.twimg.com/media/DqTKomfX4AwHJsR.jpg)
Nice way to use semantic #versioning in a #Microservices #Pattern: bit.ly/2vTa3Ny #softwaredevelopment #programming

.@nathanacurtis on #updating #deaignsystems: “Define & document with your team how do you define your #versioning and (especially) breaking (major) changes”. #DSConf

Bonnes pratiques #industrialisation : mettre en place du #tdd, gérer le #versioning, le lien fonctionnalités / code et bien documenter pour assurer que son soft est maintenable. À retrouver sur la chaine YouTube @inovallee !

API #versioning directly affects the overall success of an #API. 🚀 📑Producers should follow these steps. 1. Choose a versioning strategy 2. Confirm if a new version is necessary 3. Update documentation 4. Deploy the new 5. Deprecate the old Read more: postman.com/api-platform/a…

Sorry for the harsh words, but I hate you for that, @cart2quote. This is how you NOT use #composer. Please use proper #versioning! Never ever move a tag! #magento

Bonjour! Parlons ce matin des systèmes de contrôle de version. @galsendev221 #vcs #versioning #techxelconsulting

Something went wrong.
Something went wrong.
United States Trends
- 1. Carson Beck 5,465 posts
- 2. #SmackDown 40.6K posts
- 3. Miami 83.1K posts
- 4. Louisville 13.5K posts
- 5. Ohtani 36.4K posts
- 6. George Santos 57.3K posts
- 7. Malachi Toney 1,620 posts
- 8. Geno 8,460 posts
- 9. Chris Bell 1,476 posts
- 10. Ilja 16.9K posts
- 11. #SeizeTheMoment 8,400 posts
- 12. Cal Raleigh 5,194 posts
- 13. #OPLive 1,594 posts
- 14. #BostonBlue 2,229 posts
- 15. Grand Slam 8,069 posts
- 16. Springer 9,125 posts
- 17. Sami 24K posts
- 18. Raiola 1,677 posts
- 19. #LGRW 2,086 posts
- 20. Jeff Brohm N/A