Sr. Content Developer at Microsoft, working remotely in PA, TechBash conference organizer, former Microsoft MVP, Husband, Dad and Geek.
158665 stories
·
33 followers

The My work tab: your mission control in the GitHub Copilot app

1 Share
From: GitHub
Duration: 5:25
Views: 60

Managing multiple tasks across repositories can quickly feel overwhelming. In episode 3 of our beginner series, discover how the My work tab in the GitHub Copilot app acts as your centralized mission control for issues and pull requests. Learn how to create custom filtered views, customize list and table layouts, and kick off agent sessions directly from your work items. Download the app today and keep your development workflow organized: https://github.com/features/ai/github-app?utm_source=youtube-copilot-app-ep3-description&utm_medium=social&utm_campaign=copilot-app-for-beginners-series

#GitHubCopilot #CopilotApp #GItHub

— CHAPTERS —

00:00 Managing tasks in the My work tab
00:25 Exploring default views for pull requests and issues
00:53 Creating custom views and filters
02:29 Customizing list and table layouts
03:11 Starting agent sessions from issues and pull requests
04:15 Creating issues and changing repository scope
04:53 Summary and next steps

Stay up-to-date on all things GitHub by connecting with us:

YouTube: https://gh.io/subgithub
Blog: https://github.blog
X: https://twitter.com/github
LinkedIn: https://linkedin.com/company/github
Insider newsletter: https://resources.github.com/newsletter/
Instagram: https://www.instagram.com/github
TikTok: https://www.tiktok.com/@github

About GitHub
It’s where over 180 million developers create, share, and ship the best code possible. It’s a place for anyone, from anywhere, to build anything—it’s where the world builds software. https://github.com

Read the whole story
alvinashcraft
just a second ago
reply
Pennsylvania, USA
Share this story
Delete

Building an RSS Feed Reader with Live Tiles

1 Share
From: Fritz's Tech Tips and Chatter
Duration: 0:00
Views: 12

I'm building an app with .NET MAUI and Live Tiles... you gotta see this!

Read the whole story
alvinashcraft
18 seconds ago
reply
Pennsylvania, USA
Share this story
Delete

The Car Configuration Team That Spiraled Into Silence—and the Workshop That Saved It | Havva Sevay

1 Share

Havva Sevay: The Car Configuration Team That Spiraled Into Silence—and the Workshop That Saved It

Read the full Show Notes and search through the world's largest audio library on Agile and Scrum directly on the Scrum Master Toolbox Podcast website: http://bit.ly/SMTP_ShowNotes.

 

"First they tell you their opinion. Then they start shouting, getting emotional. And the third one is silence—and resignation. That's the worst part." - Havva Sevay

 

Havva remembers a highly motivated development team working on a car configuration system so complex it began to wear them down. They asked for training. The Product Owner waved it off—they've had enough training, they should understand it. What followed was a three-stage spiral Havva now recognizes anywhere: first the team shares opinions and solutions, then frustration turns to emotion and shouting, and finally comes silence and resignation. The team even kicked the Product Owner out of their daily—a low point Havva calls the worst she has seen in her career. The turning point was a LEGO Serious Play workshop. By getting both sides to build how they wanted to work together, the Product Owner did active listening for the first time, recognized the team needed an experienced developer to guide them, and the relationship transformed. The lesson: Scrum Masters are the facilitators of those moments of coming together—and there need to be many, at every level.

 

Self-reflection Question: Is a team you support moving through opinion → emotion → silence right now? What moment of coming-together could you facilitate before they reach resignation?

 

[The Scrum Master Toolbox Podcast Recommends]

🔥In the ruthless world of fintech, success isn't just about innovation—it's about coaching!🔥

Angela thought she was just there to coach a team. But now, she's caught in the middle of a corporate espionage drama that could make or break the future of digital banking. Can she help the team regain their mojo and outwit their rivals, or will the competition crush their ambitions? As alliances shift and the pressure builds, one thing becomes clear: this isn't just about the product—it's about the people.

 

🚨 Will Angela's coaching be enough? Find out in Shift: From Product to People—the gripping story of high-stakes innovation and corporate intrigue.

 

Buy Now on Amazon

 

[The Scrum Master Toolbox Podcast Recommends]

Featured Book of the Week: The Unfair Advantage by Ash Ali and Hasan Kubba

Havva discovered The Unfair Advantage and it reshaped how she thinks about her own style as a Scrum Master. The book argues that every person has advantages others don't—and the skill is recognizing and using them. Havva took that idea literally: she had trained in LEGO Serious Play, a method many dismiss as "for kids," and decided to make it her unfair advantage, promoting it inside her company until even upper management asked to use it. "I got the knowledge, so I used it internally," she says. The lesson for Scrum Masters: own your style, embrace what makes you different, and don't be discouraged when not every team responds to it.

 

About Havva Sevay

 

Havva is a people-focused organizational development expert with a Master's in Business Administration and certification as a Scrum Master. She empowers teams and leaders through agile methodologies, modern leadership, and a strong feedback culture, fostering psychological safety and collaboration. Passionate about HR initiatives, Havva shapes people strategies, enhances employee experience, and drives inclusive, high-performing workplaces built on trust and engagement.

 

You can link with Havva Sevay on LinkedIn.





Download audio: https://traffic.libsyn.com/secure/scrummastertoolbox/20260804_Havva_Sevay_Tue.mp3?dest-id=246429
Read the whole story
alvinashcraft
29 seconds ago
reply
Pennsylvania, USA
Share this story
Delete

Building Long-Term Trust with Digital Signatures and Timestamps in C# .NET

1 Share
Digital signatures verify the identity of the signer and indicate whether a PDF has been modified after signing. However, they can become invalid over time due to certificate expiration or revocation. PDF timestamps provide a trusted timestamp that ensures the signature remains valid even after the signing certificate has expired or been revoked.

Read the whole story
alvinashcraft
1 minute ago
reply
Pennsylvania, USA
Share this story
Delete

Claude Is Not a Compiler

1 Share

In early 2025, I wrote Is Claude a Compiler? At the time, my answer was: I don’t know.

I’m now pretty sure the answer is “no, that’s a category error, it’s better than a compiler.” But this requires a bit of unpacking.

Computer programs are notoriously intricate and finicky. A program operates at an extreme level of precision. There is no “wave hands” CPU instruction. High-level goals, meanwhile, are deeply underspecified.

In a highly stylized view of the world, software gets built in layers, each one adding specification and hiding “unnecessary” detail. Vision becomes strategy, product plans become coding plans, code becomes binaries. Each step is handled by a different role: executive, VP, PM, architect, engineer, compiler. 

Critically, every step involves making lots of decisions. That’s what it means to increase the level of specification. (This is why one of my two key metrics for hiring engineers is judgment. The other is comity.)

The bottom layer, from source code to binary, is what a compiler does. Compilers make lots of decisions! Inlining, register allocation, whether to emit warnings or reject a program outright. And these decisions matter: They drive performance, system stability, predictability, and failure modes. A compiler engineer’s job is to arrange for the compiler to make consistently good decisions.

A good, trusted compiler frees a software engineer from having to make these decisions. Most engineers have little idea how compilers work; they don’t need to in order to be effective. 

In 2025, we operated in a world where we used LLMs to generate smallish chunks of code. In this mental model, a coding agent might slot in as a new layer between a software engineer and a traditional compiler. It “compiles” natural language to code, making decisions so the engineer doesn’t have to. Its value is proportional to its reliability and the scale of the decisions it can make.

The thing is, this highly stylized view of the world is false. Abstractions leak and layers rub. And even if they didn’t, we’d poke holes in them anyway.

Working across layers is extremely valuable; mechanical sympathy matters.

Part of how the Empire State Building was constructed in under a year and under budget (!!) was by systematically working across layers. For example, when deciding about the exterior chrome-nickel steel cladding:

Neither architects, builders nor subcontractors felt competent to deal with this complicated technical problem of construction without full consultation. Accordingly, after full preliminary discussion, an all-inclusive meeting was called which was attended by representatives of the owner, the architects and builders, the subcontractors rolling the material, the metal workers who were to fabricate and those who were to erect it, and the inspectors who were to test all sheets at the several stages of preparation.

This sounds really obvious when you say it out loud.

And yet we systematically fail at this in practice. I can only imagine the delight of the metal workers who had an opportunity to guide the design toward something that wasn’t slow and miserable to work on.

Part of the reason we fail is ignorance of what is even worth asking about. There’s a reason that the best executives have deep knowledge of their industry. I also suspect that some of it is dismissiveness (“What could a line metalworker have to tell me?”). But a big chunk is also communication and organizational overhead. Layers exist for a reason—information hiding enables organizational scaling.

Claude is better than a compiler because it can work vertically across the stack. LLMs now talk strategy, product, architecture, code, and machine code. It can’t (yet?) do most individual tasks as well as an experienced, dedicated human, but it can do all of them, without having to schedule meetings or ask permission.

Here’s a concrete example.

exe.dev VMs have nice domain names: vm-name.exe.xyz. When we start a new VM, we add a CNAME entry or three. Easy, right?

But our VMs start fast, so fast that even if we created the DNS entries before creating the VM, our users still had to sit around waiting for DNS to propagate, which occasionally took minutes, not seconds.

We did the obvious thing: We wrote our own DNS server, so that DNS always immediately matched the source of truth. And life was good.

But latency matters, so we added regions. And just like that, DNS became the long pole again, because all DNS was served out of Oregon. Also, deployments caused tiny DNS outages. To fix this, all we needed now was a geographically distributed but fully consistent DNS server.

We did what a sensible engineer does when faced with a hard problem: cheat. We vibe-engineered a distributed DNS server tuned to our specific needs.

The goals were clear: Reduce latency for users far from Oregon and increase uptime resiliency. But the rest was not. We had to figure out everything from the exact behavior we wanted (particularly under various failure conditions), to how it fit into our overall company plans, to the architecture that could best achieve those goals, straight through down to the fine implementation details.

We hashed out the highest level strategic and architectural decisions in person. We’d make a fairly general-purpose DNS server and layer on our particular behavioral tweaks, use a hub-and-spoke model, use an append-only replication strategy, and have persistence at the edges.

All that was left was to actually build it.

I had LLMs research standard designs for distributed DNS systems, teach me about the guts and quirks of DNS, point out historic security failings, explore alternative implementation strategies (AXFR/IXFR? no thanks), research open source offerings, game out failure modes, and plan testing strategies.

Once I had an initial sketch of a design that seemed promising, I prompted multiple concurrent agent loops into building the entire thing, including tests and adversarial code review. They raised a bunch of questions—at every level of detail, from major structural approaches down to line-level code concerns. As I answered them (or reverted answers that generated regret), I slowly converted what I had learned into very terse written guidance, codifying decisions that proved to be important.

Then I asked new agents to compare the completed implementations and look for interesting deviations. It was shocking how many important decisions the agents never asked about but simply made—and made differently.

Here’s an example. Replication uses the fairly obvious approach: Catch up by asking for everything since the last known entry, and then long poll for new entries. There’s one ugly twist: database rollbacks. Rare, but they do happen, and they break the “append-only” contract.

The agents noticed this, and they solved it in wildly different ways. The design I ultimately settled on was to give every row a “timeline” field, as in “which timeline are you living in?” These are randomly generated, and every sync request for “entries since row N” includes the edge server’s timeline value for row N. If there’s a timeline mismatch, we know that history has been altered and fall back to a full clean re-sync.

There were also obvious style differences between the systems built by different agents. Claude and Codex both agreed that Claude created a more elegant system but that Codex was more thorough.

I worked through the list of major identified divergences, experimented, and then added more written guidance.

Then I repeated that entire differential spec analysis process, twice. I know my aphorisms.

Plan to throw one away; you will, anyhow.

— Fred Brooks

If you plan to throw one away, you will throw away two.

— Craig Zerouni

By the time I was ready to build a keeper, I had accumulated a scar-tissue document that was empirically sufficient to guide an agent through most of the important decisions, at every layer, ranging from high level goals through architecture down to the occasional low level detail, such as the exact shape of the data type for load-bearing concurrent caches.

The final system included unit tests, end-to-end tests, a shadow-mode for de-risking prod rollout, and a terse written-by-and-for-agents doc suite.

This cumulatively took about a week of my attention. I read a vanishingly small amount of the actual code.

At the end of that, I presented the solution to the team. I planned to launch the server and then go on vacation. As my colleagues peppered me with questions—"How does X work? What happens in condition Y?"—I found I could answer all of them confidently. (And I did go on that vacation. Number of DNS incidents a month later: 0.)

Claude wasn’t just a compiler here. I never handed off a task and let an agent make a bunch of decisions in order to reduce it to practice. That’s vibe-coding.

Rather, Claude was a vertically integrated resource, a multi-compiler. Its ability to work across the stack accelerated and augmented my ability to make a bunch of decisions at different levels, including about which decisions were important. (Most individual lines of code don’t make that cut.) That’s vibe-engineering.

I’d say that, in all the ways that matter, I understand the code. Sure, if I had to hand-edit it now, there’d be a serious learning curve. But I won't have to. And more importantly, I can reason about the system, share perspectives with my colleagues, and guide agents on future work. And there’s an enduring artifact that encapsulates the central, intentional aspects of the design that were important enough to record, across all layers, and should thus survive bug fixes and code churn.

One of the questions of this era is: What do software engineers need to understand about the systems they work on?

Well-chosen layers provide understanding. Fundamental laws of physics appear all-encompassing, but they’re inferior to classical mechanics for explaining why it’s better to be in a bus than a car in an accident.

Some software layers are dying, because they provide convenience, but not extra insight. (Sorry, Tailwind. I loved you.) But software layers that enable us to express important decisions in a comprehensible way? Those will stay.

We are shifting more of our attention up the stack, but without fully relinquishing the lower layers. Agents are not a free pass to hand off all understanding of the deeper layers of a system. Most of the Go standard library is written in Go, but a few key routines are written in assembly. You can’t rely on the compiler there.

Software engineers are being stretched. It’s exhilarating and exhausting. What’s becoming clear, though, is that in the near future, vibe-engineering is just…engineering.

Read the whole story
alvinashcraft
1 minute ago
reply
Pennsylvania, USA
Share this story
Delete

Build Azure Skills Faster with Cloud Academy, a Visual Studio Subscriber Benefit

1 Share

VS CloudAcademy blog banner v2 image

If you’ve been looking for a practical way to build Azure skills, Cloud Academy (a QA company) gives Visual Studio subscribers hands-on learning that fits into busy schedules. 

Whether you’re new to Azure, expanding your cloud expertise, working towards certifications or preparing for more advanced projects, this benefit helps you learn by doing. 

What you’ll find in Cloud Academy 

The Cloud Academy benefit gives Visual Studio subscribers a flexible learning experience that adapts to different learning styles and schedules, providing: 

  • Hands-on Azure labs that reinforce real-world skills 
  • Certification-focused learning paths 
  • Interactive assessments to validate your understanding 
  • Structured learning paths alongside open sandbox environments for experimentation 
  • AI-powered on-demand guidance and assistance 

With the Cloud Academy benefit, you’re not just consuming content. You’re practicing in environments that help prepare you for the work you’ll be doing every day. 

Prepare for Azure certifications 

If certification is one of your goals, Cloud Academy brings together lessons, hands-on labs, and assessments into a single learning experience. 

One example is the AZ-104 Exam Preparation: Microsoft Azure Administrator course. It’s specifically designed to help you prepare for the AZ-104 Microsoft Azure Administrator certification exam while strengthening the practical Azure administration skills you’ll use on the job. 

Learning resources available through Cloud Academy that will ready you for Azure certifications include: 

  • AI-900: Microsoft Azure AI Fundamentals 
  • AZ-104: Microsoft Azure Administrator 
  • AZ-204: Developing Solutions for Microsoft Azure 
  • AZ-400: Designing and Implementing Microsoft DevOps Solutions 
  • AZ-305: Designing Microsoft Azure Infrastructure Solutions 

By combining guided instruction with hands-on practice, you can build both the knowledge and confidence to apply these skills in production environments. 

Cloud Academy can also help you focus on real-world Azure scenarios that build skills you can apply immediately. Examples include containerized application deployment and management, Azure Functions and workflow automation, Azure Container Registry, storage cost optimization, Microsoft Entra ID security improvements, Azure AI, prompt engineering, and more. 

As Azure continues to evolve, Cloud Academy helps you stay current while building confidence that carries over to real projects. Whether you’re exploring Azure AI, building cloud-native applications, improving your DevOps skills, or preparing for your next certification, you can make steady progress without stepping away from your day-to-day responsibilities. 

Activate your benefit today 

If you’re an eligible Visual Studio subscriber, don’t overlook this valuable learning resource already included with your Visual Studio Subscription. 

Visit the Visual Studio Subscriptions portal to access your Visual Studio Subscription benefits and activate your Cloud Academy benefit today. 

The post Build Azure Skills Faster with Cloud Academy, a Visual Studio Subscriber Benefit appeared first on Visual Studio Blog.

Read the whole story
alvinashcraft
1 minute ago
reply
Pennsylvania, USA
Share this story
Delete
Next Page of Stories