-
Conducting a Project
Melanie examines how project management parallels conducting an orchestra.
-
Git Branching Strategies
Just about everyone is using Git for version control. Sahil has some great ideas for how to be even more efficient with it.
-
Natural Language AI-Powered Smart UI
Ed’s excited to show you the opportunities presented by large language models (LLMs) these days and how to use AI to get the most out of your user interface components.
-
Sending Email with SendGrid
The hazards of sending bulk emails are many. Matthew explores using SendGrid to send a lot of messages without hitting SPAM filters, daily message-sending limits, or getting flagged or blocked. SendGrid is surprisingly easy, affordable, and offers many C# utility classes.
-
The New Features and Enhancements in .NET 10
.NET 10 is coming soon and it’s going to be great. Joydip got his hands on a preview and is eager to tell you what he found.
-
Unlocking Angular Performance: Optimization Techniques
Sonu knows how to get the most out of Angular and teaches you six key techniques so you can too.
-
Sora: The Clockwork Hand
Jason wants to make a film. He’s got a plan and a vision. Now all he needs is the software to help him get there. Read his analysis of Sora, a text-to-video model developed by OpenAI.
-
Identifying and Reducing Test Case Combinatorial Explosions with Python’s Abstract Syntax Tree (AST) and Pytest Framework
Testing software components is a critical part of getting any project out into the world. Learn how Arun combines AST and Pytest to reduce redundancies and improve CI/CD pipeline execution times.