#versioning نتائج البحث
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
hey @NotionHQ help me out by getting to perceived feature parity this so i can get full adoption #comments #versioning
#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
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
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?
#Formtek Blog: Taming the Beast: Managing #Versioning and Iterations in Complex #BIM Projects (#ECM) formtek.com/blog/taming-th…
"It is far easier to add a new service than to change an exisiting one." -- #Anon. #api360 #versioning #changeMgmt
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…
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
Artificial intelligence faces reproducibility crisis. JZFS is essential tool for responsible engineers that provide a technical foundation with versioning, provenance tracking, and reproducibility. #versioning #provenance #reproducibility #jzfs
entry_network doc hygiene: date every post, state versions, and mark updates (v0.2). Readers know what changed. #Versioning
Design systems break without versioning⟶This guide shows how to scale them with clarity, not chaos ✦ glcnd.io/how-to-create-… #designsystems #versioning #uxops
Gitの哲学: “状態ではなく、履歴を保存せよ。” Dialogue Constellationも同じ。 発言は上書きされず、時系列にappendされる。 これにより「誰が、いつ、何を考え、どう変化したか」が失われない。 思考のGit。 #DialogueConstellation #Versioning
🚀 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
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
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!
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 3,448 posts
- 2. Vandy 12.3K posts
- 3. Miami 61.3K posts
- 4. Clemson 11.6K posts
- 5. Mario 64.5K posts
- 6. Jeremiah Smith 8,610 posts
- 7. Texas 116K posts
- 8. Ohio State 17.3K posts
- 9. Jeff Sims 1,129 posts
- 10. Vanderbilt 9,913 posts
- 11. Dawson 4,618 posts
- 12. Julian Sayin 6,666 posts
- 13. #UFCVegas110 3,369 posts
- 14. Dabo 2,731 posts
- 15. Pavia 4,481 posts
- 16. #HookEm 4,216 posts
- 17. Duke 20.1K posts
- 18. Caicedo 48.4K posts
- 19. Caleb Downs 1,436 posts
- 20. The U 499K posts