Filter
Exclude
Time range
-
Near
🛠 Legacy PHP code? Refactor it safely. At #IntPHPcon, @JesusValeraDev & @Chemaclass show you: ✅ TDD ✅ safe refactoring ✅ pair programming ✅ better PHP habits 📅 Monday, June 08th, 26 🔗 phpconference.com/php-core-c… #PHP #Refactoring #TDD #PairProgramming
1
4
59
Aider: pair programming AI dal terminale con architect mode, watch mode e modelli locali gomoot.com/aider-pair-progra… #AICoding #aider #DevTools #ollama #PairProgramming
2
20
⚡ Aider: guida al pair programming AI dal terminale tra architect mode, watch mode e modelli locali con Ollama gomoot.com/aider-pair-progra… #AICoding #aider #DevTools #ollama #PairProgramming
2
21
Replying to @justbyte_
Claude pairprogramming
non aesthetic things

2
255
pairProgramming redd.it/1r8tvdo
5
8
117
11,460
26 Dec 2025
Pair programming feels expensive until you calculate the cost of: -> Production bugs -> Refactoring sprints -> Knowledge silos -> Onboarding delays Then it feels like a bargain. #PairProgramming #XP
1
2
47
Replying to @aktienmessie
bin da immer noch etwas skeptisch, Qualität variiert teils enorm. Was man aber gut machen kann ist "KI-pairprogramming" oder das virtuelle ausdiskutieren von Bugs, einen virtuellen Sparringspartner zu haben hilft manchmal (nicht immer), einen menschlichen Kollegen zu ersetzen.
6
2
22
24 Nov 2025
Paired programming night with Swift & Xcode 🚀 Two MacBooks, one goal: turning API responses into a clean iOS experience. Loving how much faster you learn when you build together. #Swift #SwiftUI #iOSDev #PairProgramming #IndieDev
1
2
8
566
16 Nov 2025
When the AI writes the code, I review it and feel like a wise old sage checking a schoolchild’s homework. When I write the code, the AI reviews it and I feel like the pupil. In the end you both grow. #AI #PairProgramming #CodeReview #DevLife #Coding
1
49
11 Oct 2025
Sim sim, eu uso mais como um pairprogramming, eu penso numa forma de implementar uma solução e com ajuda dela eu vejo se essa solução que eu tomei é a melhor ou se tem outros caminhos que eu posso explorar, ou eu uso pra gerar codigo rapido de coisas que eu ja fiz 1001 vezes
1
3
163
techblog.lycorp.co.jp/ja/202… Claude Codeで体感するAIペアプログラミング(生成AI活用ワークショップ開催レポート) - LINE ヤフー公司舉辦了 AI 程式設計工作坊,讓員工體驗 AI 協同程式設計。 - 工作坊使用 Claude Code,讓參與者實際操作並解決問題。 - 針對 React 基礎的 Task Management System 進行 AI 輔助修改。 - 參與者透過 AI 修正輸入驗證、過濾、文件化等問題。 - Claude Code 能理解含糊不清的指令,並正確修改程式碼。 - 公司內部有 Slack 上的 Claude Code 社群,分享 AI 應用資訊。 - 作者認為 AI 程式設計的未來是開發者與 AI 協作。 #AIProgramming #ClaudeCode #PairProgramming
3
357
16 Sep 2025
#PairProgramming trunk-based development = key ingredients for #ContinuousDelivery. Ditch the async code review bottleneck and achieve: ✅ Higher code quality ✅ No wasted time 🔗 Listen to the #InfoQ #podcast for more insights: bit.ly/45SnIWY #Devops
1
5
993
🚀 Just wrapped up a super-productive 2-week sprint with @dixitp28 on our client's @bubble project! ✅ 1,894 changes merged ✅ 652 conflicts resolved ✅ Important milestone that brings the client closer to launch for V2 of the existing project. Dixit did the heavy lifting in this sprint - 🤝 pair programming at its best. The client is thrilled to have both of us collaborating on this journey. #Bubble #NoCode #PairProgramming
1
6
419
17 Aug 2025
#PairProgramming trunk-based development = key ingredients for #ContinuousDelivery. Ditch the async code review bottleneck and achieve: ✅ Higher code quality ✅ No wasted time 🔗 Listen to the #InfoQ #podcast for more insights: bit.ly/45SnIWY #Devops
2
3
1,772
bei mir ist de fakto so dass ich im homeoffice in der regel weniger arbeite aber grade was so dinge wie paper schreiben trotzdem produktiver bin als im büro. was ich im büro besser mache ist programmieren oder zeug debuggen weil pairprogramming da für mich besser funktioniert.
1
3
32
5 Aug 2025
Part 2: The End of Toil? The Rise of the AI First Mate If Part 1 was about the "what"—the foundational models—Part 2 was about the "how." How will this raw intelligence be channeled into the hands of developers to change the way we work? The answer, in a word, is "agency." Google is on a mission to transform our development tools from passive word processors for code into proactive, intelligent partners. Agent Mode: Your IDE is Now Your Pair-Programmer Every developer knows the pain of "yak shaving"—the endless series of small, mundane tasks that stand between you and the real, creative work of problem-solving. It's refactoring code, moving strings to resource files, hunting for a missing semicolon, or writing repetitive boilerplate. It’s the digital equivalent of death by a thousand paper cuts. The demo of Agent Mode in Android Studio felt like watching a magic trick that solved this exact problem. The presenter gave a simple, natural language command: "Move all the hardcoded strings in this project to the string resource files and fix any resulting errors." A collective hush fell over the room. On the screen, the AI didn't just perform a dumb search-and-replace. It began to reason. It displayed a plan: "1. Identify all hardcoded string literals. 2. Create new entries for them in strings.xml. 3. Replace the literals in the code with references to the new resources. 4. Verify the changes." It then executed this plan flawlessly, navigating across multiple files in the project, making the changes, and presenting the final result for approval. This is the "agentic leap." It's a shift from imperative programming ("do this, then do this") to declarative intent ("this is what I want to achieve"). It’s the difference between giving a cook a detailed recipe and telling a chef you're in the mood for something savory and surprising. The latter requires intelligence, planning, and expertise. For developers, this means we can stay focused on the "what" (the user experience, the business logic, the architecture) while our AI agent handles the "how" (the syntax, the boilerplate, the refactoring). It doesn't de-skill developers; it elevates them, freeing up cognitive bandwidth for the creative, high-level thinking that humans excel at. Firebase Studio: From Zero to Full-Stack with a Single Prompt This philosophy of agency extends beyond the IDE and into the cloud. Firebase Studio, Google's agentic AI workspace, is designed to demolish the barriers to entry for building full-stack applications. The new optimized AI templates are a testament to this. Let's walk through a tangible, hypothetical scenario. Imagine a budding entrepreneur in Bengaluru wants to create a hyperlocal tiffin delivery service app. • Before Firebase Studio: They'd need to hire a frontend developer (maybe Flutter for cross-platform), a backend developer (to manage databases and authentication), and a DevOps engineer (to handle deployment). This is a multi-month, multi-lakh rupee endeavor before they've even served a single meal. • With Firebase Studio: The journey is radically different. 1) The Prompt: She opens Firebase Studio and types: "Create a multiplatform quick commerce app for a tiffin service using the optimized Flutter template. The app should have user authentication, a view for the daily menu, a shopping cart, and an order placement system." 2) The Generation: Gemini gets to work, generating the entire scaffold of the Flutter application, complete with clean, idiomatic code and a logical file structure. 3) The Integration: She then refines it with further prompts. "Integrate Firebase Authentication using phone number OTP for login." "Create a Firestore database schema for users, daily menus with items and prices, and orders." "Use the Google Maps API to provide an estimated delivery time on the order confirmation page." 4) The Deployment: Finally, "Deploy this application to Firebase Hosting." We saw a version of this live on stage, and the effect was staggering. A functional, cloud-connected, full-stack application was brought to life in minutes. This democratizes entrepreneurship. An idea can now be translated into a working prototype in a single afternoon, allowing founders to focus on their actual business—the quality of their food, their delivery logistics, and their customer service—rather than getting bogged down in the technical weeds. Web Development Gets a Sanity Check The agentic revolution isn't confined to mobile and cloud. The web platform, a cornerstone of digital access, is also getting a major intelligence upgrade. We saw demos of new CSS primitives that simplify complex UI construction, like building a responsive carousel with a few lines of code instead of a mountain of hacks. The integration of Baseline into tools like VS Code provides a real-time sanity check, ensuring the features you're using are compatible across major browsers, killing the "it works on my machine" bugbear. Most exciting are the new on-device AI APIs for the web. The multimodal ticket scanner demo was a brilliant showcase: using a photo of a movie ticket, the AI running entirely within the browser could read the seat number and guide the user to their location. This privacy-first approach—where user data never leaves the device—unlocks countless possibilities for smart, secure web experiences. #IOconnectIndia #IOconnectIndia2025 #googleioconnect #AndroidDev #PairProgramming #AndroidStudio #DevTools #SoftwareDevelopment #Firebase #FullStackDev #LowCode #PromptDrivenDevelopment #FlutterDev #StartupTech #MVP #WebDev #WebAI #OnDeviceAI #ChromeDevTools #CSS
1
3
72