I'm excited to announce a new free course I created for Scrimba.com titled "Build Your First Angular App". The course has 33 lessons and provides a unique way to see and interact with code as I explain it. ow.ly/XtPs30mgmw3#angular#training
Github Codespaces is so cool! Needed to run a project to provide feedback & by using Codespaces I only had to:
â Fork the repo
â Open the fork using Github Codespaces
â Ran yarn in the VS Code console
â Ran the app
â Never left browser - life is good!!
#Github#Codespaces
My first day on the job at Microsoft has consisted of:
1. Login
2. Login
3. Login
....
100. Login
But, I'm finally hooked into the important stuff now. It's going to be fun! đ Thanks to @toddanglin and @John_Papa for helping me get started.
I'm super excited to announce the release of my latest course on @pluralsight titled Angular Architecture and Best Practices! A lot of lessons learned and customer insights went into the content of the course so I hope you enjoy it! ow.ly/K3bi30nkxxH#angular#architecture
đĄ JavaScript tip (11):
When dealing with numeric inputs â such as number, range, or date â you can use the `.valueAsNumber` property to get an actual number instead of a string (that the `.value` returns.)
We lost this little guy last night. He was old (16) and lived a great life but it's so hard to lose them when they're truly part of your family. Give your pet some extra attention and a hug for me today. đŞ #missingstarski
Finished recording the final video for the upcoming Angular Architecture and Best Practices course for @pluralsight! A lot of lessons learned over the years (and work) went into this course so I'm looking forward to its release! #angular#architecture#pluralsight
I was excited to receive my Microsoft MVP award renewal email today only to realize....I don't get to keep it. I'm officially a Microsoft employee now (as of Monday). Sad to come to the end of an 18 year era but excited about working at Microsoft! #microsoft#MVPBuzz
Took Bun (@bunjavascript) for a spin tonight and am really impressed so far. Very FAST! đď¸
bun.sh
- Package installs are âĄď¸ fast
- Built-in TypeScript support
- Built in test runner
- Built-in bundling
- Simplified APIs
- More...
I tried it with an existing