Tuesday, October 15, 2024

Dew Drop – October 15, 2024 (#4286)

Dew Drop – October 15, 2024 (#4286)

Top Links Catch the highlights from Azure Developers – .NET Aspire Day 2024! (Mehul Harry) M365 Developers Update | October 2024 Edition (Justin Royal) Prepare now for key end of support moments in 2025 (Caroline Stanford) Azure Cloud Talk 24/10/14 – Clark Sell THAT Clark Sell (Clark Sell, Brian Gorman & Alec Harrison) Accessing User […]

Continue Reading

Monday, October 14, 2024

Dew Drop – October 14, 2024 (#4285)

Dew Drop – October 14, 2024 (#4285)

Top Links Adding AI to a Windows and Uno Platform Application using Microsoft.Extensions.AI (Nick Randolph) .NET Microservices: From Code To Containers To Steeltoe with David Dieruf – Adventures in .NET #200 (Shawn Clabough & Wai Liu) Introducing the New .NET MAUI Kanban Board (Saravanan Madheswaran) JWT decoder in Visual Studio (Bart Wullems) 3 more productivity […]

Continue Reading

Monday, October 14, 2024

How to Prevent Concurrent Execution of a Hangfire Job

In this article, we will see how we can prevent the concurrent execution of a Hangfire job. Hangfire is a wonderful tool for scheduling recurring background jobs. But, if we are not careful, we can encounter strange or intermittent errors caused by concurrent execution of a given job. We will first discuss potential problems related […]

The post How to Prevent Concurrent Execution of a Hangfire Job appeared first on Code Maze.

Continue Reading

Friday, October 11, 2024

Dew Drop – October 11, 2024 (#4284)

Dew Drop – October 11, 2024 (#4284)

Top Links New Contextual Tools for GitHub Copilot in Visual Studio (Mryam Girmay) Cancellation, Part 6: Linking (Stephen Cleary) Software Engineering Radio #637: Steve Smith on Software Quality (Jeff Doolittle) Reporting ReSharper Code Inspections from Your CI/CD Pipeline (NDepend Team) Lenny’s Podcast – Behind the product: NotebookLM | Raiza Martin (Senior Product Manager, AI @ […]

Continue Reading

Thursday, October 10, 2024

Join Us for JetBrains Plugin Developer Conf 2024

Join Us for JetBrains Plugin Developer Conf 2024

Hey everyone! We’re introducing JetBrains Plugin Developer Conf 2024, the first-ever virtual event dedicated to plugin development for JetBrains products! We invite you to join us on Thursday, November 7 for a full day of engaging sessions and insightful discussions.  This conference brings together JetBrains experts and plugin developers to explore topics such as developing […]

Continue Reading

Thursday, October 10, 2024

Ktor 3.0 Is Now Available With New Features and Improved Performance

Ktor 3.0 Is Now Available With New Features and Improved Performance

This new version uses Kotlin 2.0 and switches to kotlinx-io, making Ktor more up to date and better connected with other Kotlin tools. Ktor 3.0 works faster and gives you more options for building client-server applications. If you’re new to Ktor or need a reminder about how it works, our recent blog post, Ktor 101: […]

Continue Reading

Thursday, October 10, 2024

CLion 2024.3 EAP 4: New Embedded Development and Debugging Features

CLion 2024.3 EAP 4: New Embedded Development and Debugging Features

The new CLion 2024.3 EAP build, 243.19420.28, is out. You can download it for free from the link below, via the Toolbox App, or as a snap package if you’re using Ubuntu. DOWNLOAD CLION 2024.3 EAP This build includes new features for embedded development, such as debug servers, the ability to edit peripheral register values, […]

Continue Reading

Thursday, October 10, 2024

Online Coding Workshop for the C++ Basics Course

Online Coding Workshop for the C++ Basics Course

Join us on Tuesday, October 22, 2024, at 3:00 pm UTC (check other timezones) for our free online workshop for the C++ Basics course. If you’ve wanted to learn C++ or have any questions about this language, you’ve come to the right place! C++ is a powerful, general-purpose programming language used to build everything from […]

Continue Reading

Thursday, October 10, 2024

Dew Drop – October 10, 2024 (#4283)

Dew Drop – October 10, 2024 (#4283)

Top Links Announcing TypeScript 5.7 Beta (Daniel Rosenwasser) Windows Dev Chat – October 24, 2024 (Windows Developer Team) – Save the date! Enhancing Data Explorer: Custom Columns, Filter History, and Query Views Explained (Meredith Moore) Generative AI Demystified (Sam Basu) .NET Rocks! – Copilot Studio with Prashant Bhoyar (Carl Franklin & Richard Campbell) Easier localization […]

Continue Reading

Thursday, October 10, 2024

How I do Django APIs in PyCharm

How I do Django APIs in PyCharm

I learn so much from watching conference talks, especially live, when I’m vibing with the crowd. But sometimes I watch and think: “Wow, I wish I could show you how awesome that would be in PyCharm.” That just happened. Here’s the explainer, with a little special something at the end. Hello, DjangoConf I recently attended […]

Continue Reading