🚀 Automate Static Website Hosting using GitHub, AWS CodePipeline & S3
🚀 Automate Static Website Hosting using GitHub, AWS CodePipeline & S3
.NET Rocks! - Static Websites in 2025 with Stacy Cashmore and hosts Carl Franklin & Richard Campbell.
https://buff.ly/49aDcpm
#podcast #devcommunity #webdev #staticwebapps #cloud #javascript #azure
How are Azure Static Websites evolving? Carl and Richard talk to Stacy Cashmore about her work with Azure Static Websites, including an update to her book, whic
Build A Static RSS Reader To Fight Your Inner FOMO.
#webdev #staticwebapps #javascript #astro
https://www.smashingmagazine.com/2024/10/build-static-rss-reader-fight-fomo/
RSS is a classic technology that fetches content from websites and feeds it to anyone who subscribes to it with a URL. It’s based on XML, and we can use it to consume the feeds in our own apps. Karin Hendrikse demonstrates how to do exactly that with a static site you can use as your personal RSS reader.
Azure Static Web Apps - Using the Astro Static Site Generator.
#cloud #astro #azure #staticwebapps #webdev
https://bartwullems.blogspot.com/2023/12/azure-static-web-apps-using-astro.html
Build an AI-Powered Image App – Microsoft Learn Challenge.
#ai #openai #mslearn #genai #dalle #azure #staticwebapps #AzureOpenAI
https://techcommunity.microsoft.com/t5/educator-developer-blog/build-an-ai-powered-image-app-microsoft-learn-challenge/ba-p/4004160
Last week I was featured in an article on the Microsoft tech blog about Microsoft MVPs at NDC Conferences in Oslo! NDC Conferences are the best in the world 🌏 and I am thankful to have been a speaker at their home event in Oslo for the second year in a row. 🎉
This was a special event as my last one before I take a break to go on maternity leave (starting next week!) and focus on my soon-to-arrive twin girls! 👶👶
Both the talks I did at the conference this year are now available to watch for free on youtube! 📺
Talk 1: Azure Static Web Apps with Full Stack .NET 🚀
https://youtu.be/r3IKpPe36nY
Talk 2: Leadership Through Self-Awareness 💪
https://youtu.be/spgivXIYC04
👀 Check out my insights from the conference in the article:
https://techcommunity.microsoft.com/t5/microsoft-mvp-award-program-blog/how-mvps-helped-developer-focused-conference-ndc-oslo/ba-p/3876924
#mvpbuzz #microsoftmvp #ndcconferences #ndcoslo #azure #blazor #dotnet #staticwebapps #leadership #selfawareness #maternityleave #womenintech
Last week I had the pleasure of travelling to Norway and speaking at NDC Oslo! ✈️
I gave two talks, one on "Azure Static Web Apps with Full Stack .NET" and the other about "Leadership Through Self-awareness". Very different topics, but both are close to my heart. 👩💻🚀
I had a lot of fun exploring Norway, learning about all the latest and greatest tech, reconnecting with friends and making new ones! 😄
Thank you to all who attended my talks, to the NDC Conference organisers for having me, and to those who made the event a memorable one! 🎉
This will be my last conference and last international trip for a while as I prepare to start a new stage in my life and become a new mom to twins! 👶👶
#womenintech #ndcoslo #dotnet #azure #conferencespeaker #leadership #staticwebapps #csharp
I'm speaking tonight at the Global ABP DOTNET Conference!🎉
Don't miss out on this jam-packed #dotnet conference!
I'll be on at 5:45 pm AWST / 9:45 am UTC speaking about Azure Static Web Apps with .NET! 🚀
Check it out 👇
https://abp.io/conference
Today, many web applications depend on custom API backends to have access to databases. This approach allows you to have full flexibility over your database calls but building out such a backend can be tedious and complex, especially when considering the edge cases of a data-access backend such as a...