Finally earned my "Build web apps with Blazor" trophy!
Said to myself that this would be the last @MicrosoftLearn path I would go through for a while but will have to study Web Assembly to avoid server side and build standalone apps 🙇♂️.
learn.microsoft.com/api/achievem...
#ChangmarinLearns #Blazor
I earned my "Build a Connect Four game with Blazor" badge! I’m so proud to be celebrating this achievement and hope this inspires you to start your own @MicrosoftLearn journey!
#ChangmarinLearns #Blazor #GoBlaze
learn.microsoft.com/api/achievem...
Almost done here:
I earned my "Build reusable components with Blazor" badge! I’m so proud to be celebrating this achievement and hope this inspires you to start your own @MicrosoftLearn journey!
#ChangmarinLearns #Blazor #GoBlaze
learn.microsoft.com/api/achievem...
I earned my "Build rich interactive components with #Blazor web apps" badge! I’m so proud to be celebrating this achievement and hope this inspires you to start your own @MicrosoftLearn journey! 👍👍
#ChangmarinLearns #GoBlaze
learn.microsoft.com/api/achievem...
Drafting a Python script to automate retaining wall design and drawing generation, a challenge emerged: to evaluate an equation — nested inside a function — across a range of values? The solution turned out to be surprisingly elegant: a lambda expression. #ChangmarinLearns #ThePythonPinch #Python
I earned my "Improve how forms and validation work in #Blazor web apps" badge! I’m so proud to be celebrating this achievement and hope this inspires you to start your own @MicrosoftLearn journey!
learn.microsoft.com/api/achievem...
#ChangmarinLearns #GoBlaze
Since #AutoCAD drafting is still keeping my away from devolopment I see no option but to learn #AutoLISP to satisfy my programming needs. #ChangmarinLearns
I earned my "Use pages, routing, and layouts to improve Blazor navigation" badge! I’m so proud to be celebrating this achievement and hope this inspires you to start your own @MicrosoftLearn journey!
learn.microsoft.com/api/achievem...
#ChangmarinLearns #dotnet #GoBlaze
Drafting construction plans in #AutoCAD 😡 has held back my #blazor learning journey 🙇♂️
#ChangmarinLearns #dotnet
I earned my "Interact with data in Blazor web apps" badge! I’m so proud to be celebrating this achievement and hope this inspires you to start your own @MicrosoftLearn journey!
learn.microsoft.com/api/achievem...
#ChangmarinLearns #DotNet
I earned my "Build a to-do list with Blazor" badge! I’m so proud to be celebrating this achievement and hope this inspires you to start your own @MicrosoftLearn journey!
#ChangmarinLearns #GoBlaze #DotNet
learn.microsoft.com/api/achievem...
I earned my "Build your first web app with Blazor" badge! I’m so proud to be celebrating this achievement and hope this inspires you to start your own @MicrosoftLearn journey! 😀
#ChangmarinLearns #DotNet #GoBlaze
learn.microsoft.com/api/achievem...
Despite adverse commentaries on it, I'm taking the "Blazor path" in my .NET Learning Journey.
#ChangmarinLearns #GoBlaze
learn.microsoft.com/api/achievem...
Just earned my Microsoft Learn badge for building a full stack app with React + ASP.NET Core Minimal API!
Docker, npm, nvm, denied ports… it was a battle.
Here’s the badge + a peek at my pizza CRUD UI 🍕
#ChangmarinLearns #FullStackDev #React #ASPNETCore
learn.microsoft.com/api/achievem...
I earned my "Use a database with minimal API, Entity Framework Core, and ASP.NET Core" badge! I’m so proud to be celebrating this achievement and hope this inspires you to start your own @MicrosoftLearn journey!
#ChangmarinLearns #DotNet
learn.microsoft.com/api/achievem...
I earned my "Build a web API with minimal API, ASP.NET Core, and .NET" badge! I’m so proud to be celebrating this achievement and hope this inspires you to start your own @MicrosoftLearn journey!
#ChangmarinLearns #DevLife #CodeWins
learn.microsoft.com/api/achievem...
I earned my "Develop an ASP.NET Core web app that consumes an API" trophy! I’m proud to be celebrating this achievement and hope this inspires you to start your own @MicrosoftLearn journey! 🚀 #MicrosoftLearn #ASPNETCore #ChangmarinLearns
learn.microsoft.com/api/achievem...
I earned my "Render API responses in ASP.NET Core Blazor Web apps" badge! I’m so proud to be celebrating this achievement and hope this inspires you to start your own @MicrosoftLearn journey!
#MicrosoftLearn #ASPNETCore #ChangmarinLearns
learn.microsoft.com/api/achievem...
I earned my "Interact with an ASP.NET Core minimal API" badge! I’m so proud to be celebrating this achievement and hope this inspires you to start your own @MicrosoftLearn journey!
#MicrosoftLearn #ASPNETCore #DevLife #ChangmarinLearns #CodeWins
learn.microsoft.com/api/achievem...
Ackermann function memoized in Python.
Expected speed. Got recursion depth exceeded. 🤯
Turns out, memoization doesn’t help much when every call is unique.
Still, it’s a great way to explore hashable keys and Python’s dictionary behavior.
#ChangmarinLearns #MotleyPython #ThePythonPinch