Need to deploy a .NET Web App on Azure Using GitHub Actions?
Check out this video with Phil here: https://www.youtube.com/watch?v=sCcNJy7KrZo
#GitHubActions #GitHub #Azure #dotnet
Posts by NimblePros
π Streamline your architecture! Learn the high-level flow of the Particular Service Platform & how it can revolutionize your system design.
βΆοΈ Catch our on-demand webinar on our YouTube channel: https://youtube.com/live/YWHY09R46m4
#NServiceBus #Architecture #Microservices
While the tools and platforms might get the limelight, itβs models like the fractional software architect that can genuinely drive efficiencies and spur growth.
Read more: https://bit.ly/46JhI1R
#FractionalSoftwareArchitect #SoftwareArchitecture
How to Effortlessly Run and Debug Applications in Linux with Visual Studio Code & WSL:
https://www.youtube.com/watch?v=G0IacCi_YIs
#VSCode #WSL #debugging
A fractional CTO allows companies to scale their technological capabilities, improve efficiency, and mitigate risks, all while remaining economically efficient. Learn more in Leveraging Fractional CTOs for Strategic Growth: https://bit.ly/3An7Ajf
#FractionalCTO #leadership
π€ Boost your code reviews with AI!
βπ» Barret shares how AI-assisted reviews are speeding up development, improving code quality & reducing bugs. π
π Build a lightweight PR preview bot today!
π Read more: blog.nimblepros.com/blogs/ai-assisted-code-r...
#AI #CodeReview #DevOps
π± Beware the God Object!
Itβs consuming your codebase & draining all the life. π
Learn to exorcise it in our webinar! ππ»
https://youtube.com/live/rVnoQMTGJRU
#TechTraining #dotnet #antipatterns
Have issues with your app that are frustrating your users? Do your developers not understand #UX #UserExperience?
βοΈ We have a webinar that can help with that: https://youtu.be/wubIVEYqKSQ
A webinar on UX for developers by a developer - check it out!
#SoftwareDevelopment
The key thing to keep in mind when choosing where to invest in custom, proprietary solutions and when to go with off the shelf:
Own What Makes You You
ardalis.com/own-what-mak...
π€ Do you use contract tests with your microservices?
π‘ If you aren't familiar with contract testing, check out this webinar for details on how you can use it, as well as an example using xUnit and NSwag! ππ»
βΆοΈ https://youtu.be/h_JjoLRZRqo
#testing #dotnet #microservices
Running into issues finding your NuGet packages? If you're missing the default NuGet feed, @KyleMcMaster.com blogged how to fix that missing default NuGet feed.
Check it out here: https://bit.ly/3SD6q9g
#PackageManagement #dotnet #NuGet
You can easily host apps with GitHub Pages and automate the deployment with GitHub Actions!
Check out this comprehensive video on how you can get started today:
https://www.youtube.com/watch?v=7vjVzvurMI0
#WebDevelopment #GitHub
π» Trapped in a Loop of Horror?
Endless iterations, dead endsβ¦ π΅βπ«
Donβt let your code be haunted. ππ»
https://youtube.com/live/rVnoQMTGJRU
#TechTraining #dotnet #antipatterns
Want to benchmark methods in .NET?
β±οΈ We have you covered in this step-by-step tutorial: https://bit.ly/3ytwi0x
#dotnet #benchmarking
Want to visualize your systemβs events and processes for deeper insights? Our on-demand webinar will guide you through mastering EventStorming whenever youβre ready! π‘
https://youtu.be/iF_znCiF7KM
#DDDesign #EventStorming
In this post we'll see how we can improve our builder to use Bogus to simplify the boilerplate involved and improve the quality of the test data created: https://bit.ly/4daRAiq
#testing #TestData #BuilderPattern
π» Is your code shrouded in mysterious variable and method names?
π Itβs a curse! Discover how to banish the obscurity & make your code visible. ππ»
https://youtube.com/live/rVnoQMTGJRU
#TechTraining #dotnet #antipatterns
π§ Want to learn something about Software Development or Software Architecture but don't want to commit to a full class? Consider these webinars!
βΆοΈOur public webinars are available in this YouTube playlist: https://bit.ly/4h5tjww
#TechTraining #SoftwareDevelopment
π€ As you use AI with your tools, you may also be using AI to drive features in your code.
π€ Are you uncertain of how to test AI-powered features in your apps?
β Barret offers guidance on testing your AI-powered features: ‡οΈ
blog.nimblepros.com/blogs/testing-ai-powered...
#testing
π± Lost in a Switch Statement Nightmare? Too many branches, too much chaos.
π Uncover the solution in our haunted webinar! β¬οΈ
https://youtube.com/live/rVnoQMTGJRU
#TechTraining #dotnet #antipatterns
If you haven't caught @barretblake.dev talking about #OTel or #SpecDrivenDevelopment, this would be a great opportunity as he is doing talks on both of these topics at Beer City Code!
Architecture decisions can make or break your project. Learn how ADRs help track and document these choices for better collaboration and clarity! Check out this on-demand webinar:
https://youtu.be/HAMK5_vdJlA
#SoftwareArchitecture #documentation
Want to sharpen your coding skills but not sure where to start?
Check out this video on Code Katas: https://youtu.be/HGmPo7fp-SI
#SharpenYourSkills #coding #SoftwareDevelopment
Results can be substituted in place of exceptions to move away from using exceptions as control of flow to a more functional approach.
KyleMcMaster walks us through how to get started with the Ardalis.Result package: https://bit.ly/4g6lwOL
#SoftwareDevelopment
π»π± Want to ensure your web app works well across multiple browsers? Consider using Playwright!
βΆοΈ Learn more about how to work with Playwright in this webinar from our YouTube channel:
https://youtu.be/ZZXNPboS0v8
#testing #FrontEndTesting #PlaywrightDev #Playwright
π© Are you tired of the endless JavaScript dependencies, the complex build processes, and the constant battle to keep your front-end frameworks up-to-date?
π‘ Sadukie shows how HTMX can make the JavaScript less painful in this post: ππ»
blog.nimblepros.com/blogs/htmx-f...
#HTMX #WebDevelopment
Classes with implicit dependencies cost more to maintain than those with explicit dependencies.
Learn more about the explicit dependencies principle: deviq.com/principles/explicit-depe...
#DevIQ #SoftwareDevelopment
β Not sure when to use Task.WhenAll() versus Parallel.ForEach()? Fati talks about how these differ and what they are each suited for.
π§ Learn more here: https://bit.ly/3WdAxVO
#dotnet #SoftwareDevelopment #ParallelProcessing #async
Need to learn #DDDesign and don't know where to start?
Sadukie explains how she learns Domain-Driven Design in this video: https://youtu.be/UF4bihDPduk
Someone recently asked Sadukie how she learns about #DDDesign. In this video, she shares some of the resources to learn about Domain Storytelling, EventStorming, and more!
https://youtu.be/UF4bihDPduk?si=glLwYawT57cvFj88
#SoftwareArchitecture #EventStorming #DomainStorytelling #TechCommunity