Microsoft Developer's Avatar

Microsoft Developer

@msdeveloperboston.bsky.social

Microsoft .NET C# React TypeScript Azure

265 Followers  |  316 Following  |  46 Posts  |  Joined: 22.02.2025  |  1.8618

Latest posts by msdeveloperboston.bsky.social on Bluesky

flexbox is the single best thing ever added to CSS. really just a masterpiece. one tool that solves every layout problem I've ever had

24.10.2025 06:06 โ€” ๐Ÿ‘ 4    ๐Ÿ” 1    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

Truly not bad and pretty trivial ๐Ÿ˜ธalso HIGHLY recommend GitHub desktop application

26.10.2025 18:05 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Post image

Are you ready for Hacktoberfest? We at the .NET Foundation are! Join us this October, contribute to open source, and earn a digital .NET Foundation certificate. For more information and the full rules, visit our website hubs.li/Q03JhjVs0

13.10.2025 17:21 โ€” ๐Ÿ‘ 4    ๐Ÿ” 2    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Post image

Invest in right tools and good headphones

26.10.2025 17:32 โ€” ๐Ÿ‘ 2    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Post image

Python Coding Challenge - Question with Answer (01251025)

Answer with Explanation: www.clcoding.com/2025/10/pyth...

25.10.2025 18:40 โ€” ๐Ÿ‘ 38    ๐Ÿ” 5    ๐Ÿ’ฌ 14    ๐Ÿ“Œ 1
Post image Post image Post image Post image

#SalemMA

26.10.2025 16:45 โ€” ๐Ÿ‘ 3    ๐Ÿ” 1    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0
Preview
Vaibhav G. - Charles Schwab | LinkedIn Vaibhav Gujral is a seasoned cloud and AI leader with close to 20 years of IT experience,โ€ฆ ยท Experience: Charles Schwab ยท Education: Maharshi Dayanand University ยท Location: Omaha ยท 500+ connections o...

Join our virtual event Thu Oct 30 at 6:00 PM (Boston time) where Vaibhav Gujral bit.ly/vaibhavgujral returns as speaker for @bostonazureai.org to teach us about the ever-so-useful Azure Container App service.

Sign up and see full details here: bit.ly/4oFkwow

#Azure #Containers

25.10.2025 13:52 โ€” ๐Ÿ‘ 1    ๐Ÿ” 3    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Post image

For those who submitted talks to Boston Code Camp - acceptance emails have been sent. Please check your email and remember to click the link to accept your talk. Full schedule and registration will be published in the coming week. Thanks!

25.10.2025 15:27 โ€” ๐Ÿ‘ 2    ๐Ÿ” 1    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Preview
Harper Hack '25 Experience an online hackathon that challenges you to code, design, and innovate using Harper with AI integrated. Push the limits of what applications can achieve, gain visibility for your work, andโ€ฆ

๐Ÿš€ Harper Hack โ€™25 kicks off tomorrow!
Join us Oct 21 at 10 a.m. MT for the kickoff event ๐ŸŽ‰

Compete in our 2-week virtual hackathon celebrating Harperโ€™s open-source future โ€” and win a trip to Tokyo (๐ŸŽŒ up to $5K value)!

๐Ÿ‘‰ Sign up now: buff.ly/33cu3bW

20.10.2025 19:25 โ€” ๐Ÿ‘ 5    ๐Ÿ” 2    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 1
Preview
Release Fil-C Linux/x86_64 version 0.673 ยท pizlonator/fil-c The biggest change in this release is support for the /opt/fil distribution, which allows you to install Fil-C and a collection of useful programs compiled with Fil-C in /opt/fil. Other changes inc...

The dream of safe C/C++ code is here.

I have been following this development, and I am in awe at how much has been achieved, now available as a package:

github.com/pizlonator/f...

You can get drunk on the details here: fil-c.org

18.10.2025 01:54 โ€” ๐Ÿ‘ 49    ๐Ÿ” 4    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

When creating PDFs, avoid using "Print to PDF." A screen reader user may still be able to access the text of PDFs created this way, but heading structure, alternative text, and any other tag structure will be lost. Using "Save As" or "Export" can preserve these tags.

17.10.2025 16:38 โ€” ๐Ÿ‘ 66    ๐Ÿ” 30    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 2
My hand holding the event program for Annie Lennox: Retrospective at the Cooper Union. Iโ€™m sitting in the Great Hall, which is filling up with people. Oct 14, 2025.

My hand holding the event program for Annie Lennox: Retrospective at the Cooper Union. Iโ€™m sitting in the Great Hall, which is filling up with people. Oct 14, 2025.

On Tuesday, I saw Annie Lennox speak (and sing just a little) at Cooper Union. It was โ€œa special evening celebrating the release of Annie Lennox: Retrospective,โ€ a visual memoir by Lennox published by Rizzoli. This free event was standing room only in the Great Hall. cooper.edu/events-and-e... #NYC

18.10.2025 01:22 โ€” ๐Ÿ‘ 26    ๐Ÿ” 4    ๐Ÿ’ฌ 2    ๐Ÿ“Œ 1

โšกIn .NET 9, even tiny arrays hit the heap, adding GC overhead. In .NET 10, if an array never leaves the method, itโ€™s stackโ€‘allocated. Result โ†’ ~2ร— faster, 0 allocations, less GC pressure.

#dotnet #csharp
https://roxeem.com/2025/09/30/what-net-10-gc-changes-mean-for-developers/

07.10.2025 11:25 โ€” ๐Ÿ‘ 1    ๐Ÿ” 1    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Present - Boston Code Camp Submit a Session

Just 2 more weeks to submit your session for Boston Code Camp, a free full day developer's conference this November 22nd in Burlington, MA. All software related topics are welcome. Please share your expertise and submit today! buff.ly/kSttiyK

09.10.2025 21:36 โ€” ๐Ÿ‘ 3    ๐Ÿ” 4    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Preview
Using .NET Aspire eShop app to collect telemetry in OpenTelemetry (Harry Kimpel), Wed, Oct 15, 2025, 7:00 PM | Meetup **NOTE: Special meeting time - 7:00 PM ET (instead of 6:30 PM ET for this meeting only).** **Title:** Using .NET Aspire eShop application to collect all the telemetry in a

Join @roberthurlbut.bsky.social and @harry.kimpel.com for #Boston .NET Architecture Group #Online meetup: Using .NET #Aspire eShop app to collect telemetry in OpenTelemetry on Wednesday, Oct 15 ยท 7:00 PM to 8:30 PM EDT #DOTNET www.meetup.com/boston-net-a...

11.10.2025 18:56 โ€” ๐Ÿ‘ 2    ๐Ÿ” 2    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0
Post image

#80sTop30 20

Forbidden Colours |
Riuichi Sakamoto / David Sylvian | 1983

Single version of the theme tune to Merry Christmas Mr. Lawrence. That enchanting melody is one of the most beautiful Iโ€™ve ever heard and with added vocals from Mr Sylvian, it couldnโ€™t fail to resonate.

youtu.be/jsG2M66-_xc

11.10.2025 06:54 โ€” ๐Ÿ‘ 91    ๐Ÿ” 5    ๐Ÿ’ฌ 6    ๐Ÿ“Œ 1

The more I think about this the more I'm surprised it hasn't been "fixed" by the product team. I wrote a fix for this way back in 2017 that still gets a lot of traffic. I can't imagine the change is technically difficult, so there must be a reason the team hasn't done it.
ardalis.com/set-cmd-or-p...

04.10.2025 15:40 โ€” ๐Ÿ‘ 3    ๐Ÿ” 1    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

Capitalization affects how people read hashtags or how people hear them on screen readers. Use #camelCase or #PascalCase in hashtags instead of lowercase. You could have #DoctorWhoRewatch ("Doctor Who Rewatch") or #doctorwhorewatch ("doctor whore watch.")

04.10.2025 02:17 โ€” ๐Ÿ‘ 61    ๐Ÿ” 29    ๐Ÿ’ฌ 2    ๐Ÿ“Œ 4
Preview
Announcing Free Fundamentals Week 2025! - Brent Ozar Unlimitedยฎ Youโ€™re a developer, analyst, database administrator, or anybody else working with SQL Server, Azure SQL DB, or Amazon RDS SQL Server. You want to learn how to make your databases go faster. Goodโ€ฆ

I'm teaching a bunch of my Fundamentals training for free next month! Sign up here: www.brentozar.com/archive/2025...

02.10.2025 17:06 โ€” ๐Ÿ‘ 4    ๐Ÿ” 3    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0
Preview
Meta wonโ€™t allow users to opt out of targeted ads based on AI chats US users stuck with AI ad targeting as EU users win more control over their feeds.
02.10.2025 17:18 โ€” ๐Ÿ‘ 50    ๐Ÿ” 28    ๐Ÿ’ฌ 6    ๐Ÿ“Œ 8
Featured text from the post. In the background, RC aluni are working through some coding shown on an LCD display.

Featured text from the post. In the background, RC aluni are working through some coding shown on an LCD display.

Looking to level up your coding skills? Don't miss our Vibe Coding with Goose event on 10/10. You'll gain practical, industry-aligned skills by rapidly building apps, while also engaging in conversations about the future of AI in software engineering. RSVP: www.resilientcoders.org/events/resil...

24.09.2025 19:19 โ€” ๐Ÿ‘ 9    ๐Ÿ” 3    ๐Ÿ’ฌ 2    ๐Ÿ“Œ 0
Post image

Need a Zod help/advice.

You can define self-referencing schemas in Zod but you cannot parse objects that contain potentially infinite self-references (which would comply with the schema). Is this a design flaw, a bug, or am I missing the proper usage here?

28.09.2025 18:45 โ€” ๐Ÿ‘ 1    ๐Ÿ” 1    ๐Ÿ’ฌ 3    ๐Ÿ“Œ 0
Preview
SQL Saturday Boston Slides and Code Thanks to everyone who attended my sessions today at SQL Saturday Boston 2025. Iโ€™ve got resources listed belowSlidesHere are the slides from my two sessionsRunning a Local LLM (slides)Speeding up Aโ€ฆ

SQL Saturday Boston Slides and Code

28.09.2025 15:26 โ€” ๐Ÿ‘ 5    ๐Ÿ” 1    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Post image

Claude Code is scary good... not just for coding

My Finder kept freezing after it grew to 8GB in size. I had no idea why. Restarting did not help. Turning off Spotlight indexing didn't help.

So I turned to Claude Code... and ~10 iterations+30 minutes later it found the issue:

27.09.2025 20:41 โ€” ๐Ÿ‘ 280    ๐Ÿ” 16    ๐Ÿ’ฌ 22    ๐Ÿ“Œ 5
Thread image

Thread image

The first audience record for the first episode of Red Dwarf took place on 27 September 1987, 38 years ago today, to an audience largely coaxed in from a local pub. #RedDwarf #OnThisDay

27.09.2025 10:23 โ€” ๐Ÿ‘ 9    ๐Ÿ” 3    ๐Ÿ’ฌ 3    ๐Ÿ“Œ 0
Post image

Back! Back!

26.09.2025 16:37 โ€” ๐Ÿ‘ 312    ๐Ÿ” 24    ๐Ÿ’ฌ 13    ๐Ÿ“Œ 2
Post image

Packed house
#sqlsatBoston

27.09.2025 12:38 โ€” ๐Ÿ‘ 3    ๐Ÿ” 1    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Preview
SQL Saturday Boston 2025 Join us for a fun-filled day of learning everything SQL at SQL Saturday Boston 2025!

๐Ÿš€ JUST 2 more days to go!
SQL Saturday Boston is almost here ๐ŸŽ‰

โœ… Expert-led SQL Server & Data sessions
โœ… Networking with the #DataCommunity

๐Ÿ’ก Pre-Con with Brent Ozar on Friday, September 26th

๐ŸŽŸ Register for free + Brent's precon : www.eventbrite.com/e/sql-saturd...

24.09.2025 22:02 โ€” ๐Ÿ‘ 3    ๐Ÿ” 2    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
github copilot logo.
text reads: github.blog
5 tips for writing better custom instructions for Copilot
read the blog

github copilot logo. text reads: github.blog 5 tips for writing better custom instructions for Copilot read the blog

Better Copilot suggestions start with better context.
For .NET projects, include:
โœ… Overview
โœ… Tech stack
โœ… Coding guidelines
โœ… Structure
โœ… Resources
in your msft.it/63326smUtY.
#dotNET
Read more: msft.it/63323smUtS

23.09.2025 12:10 โ€” ๐Ÿ‘ 7    ๐Ÿ” 2    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

@msdeveloperboston is following 19 prominent accounts