Profile avatar
joshmorony.com
Angular GDE | Ionic Developer Expert 🧑‍💻 angularstart.com 🅰️ ionicstart.com 🎥 YT: bit.ly/3wiLucQ ✉️ Newsletter: bit.ly/3R2qtLq
137 posts 775 followers 188 following
Regular Contributor
Active Commenter

An Modern #Angular API decision chart I wrote recently to help you understand which new tool is the right one for your usage case.

🚀 Thrilled to announce my interactive #WebAssembly course! Learn WebAssembly from the ground up with: 🔍 Custom-built debugger & VM 📊 Live stack & memory insights 💻 Hands-on exercises 🛠️ Build real projects Level up with WebAssembly! ✨ 👉 learn-wasm.dev

I've spent the holidays mostly obsessing over adding ~vibes~ to my JavaScript game I just put up a new dev log if you'd like to see what I've been up to: www.youtube.com/watch?v=7jTi...

The new HMR/Live Reload feature in #Angular is 🧑‍🍳💋 And now it works with @analogjs.org and @vite.dev 🔥

'Tis the season for @analogjs.org

Trying to add water to my game, turns out it's pretty hard (especially when you suck at writing GLSL shaders) www.youtube.com/watch?v=7oXL...

Together with @Jean__Meche we've been cooking something delicious 🥘! What if Angular warns you if you're running change detection too often [configurable] over a given period of time [configurable too] !? More here 👇 github.com/angular/angu... #angular

🚀 Ionic Framework 8.4 is here! This release brings several new features and improvements, including two new components that enable swipeable Segment content. 👉 Read more: ionic.io/blog/announc...

Angular v19 is the update I didn't know I needed. The level of boilerplate reduction in some cases is absurd www.youtube.com/watch?v=A820...

Spending more time than I probably should making games instead of doing my "actual" work... 🤷‍♂️ youtu.be/-gyCBZwJkT8

second game dev log, things are getting more unhinged... come join! youtu.be/DwHwSwBkCsw

🔥 In Angular you can now have truly reactive component parameters via Signal inputs! I can finally refactor these getters in my code! Keep in mind that signal inputs are still in developer preview, so we are not yet following semver for updating their API. 📚 github.com/angular/angu...

dev.to/jdgamble555/...

My secret power is that I go on Twitter for a small specified time each day. If I feel compelled to tweet something, I write it in a note. Then later when it comes time to tweet it, I realise I don't want to deal with tweeting that shit anyway. This rule does not apply to Bluesky yet.

Has there ever been a greater relationship than Angular and @? www.youtube.com/watch?v=77tK...

ChatGPT has finally delivered you the solution to a hard fought problem, do you: 1) Let it know the solution worked so it isn't left wondering 2) Realise LLMs aren't "left wondering" 3) ...still feel guilty for leaving it hanging anyway

One day I will post a video about declarative code on YouTube for the last time. But today is not that day: https://www.youtube.com/watch?v=pPNqFlVzZlw

I broke the sacred rule of not subscribing to observables, here's my apology video: https://www.youtube.com/watch?v=bxslNFZvOvQ

It's ok YouTube algorithm, I've successfully removed the heat pump from my dishwasher. Dishwasher repair is not a new fledgling interest of mine.

Did you know the Angular CLI is getting built-in support for SSR? There's a new "application" builder that does the browser and server builds in one step using esbuild and the Vite dev server for serving. ng serve --ssr GitHub repo 👀 https://github.com/brandonroberts/angular-cli-ssr

I've been able to achieve a lot with neovim, but it seems my Achilles heel will remain... pasting text from the clipboard Freezes neovim every time if I try to paste over like 50 lines

Heck yes! My new Angular Routing and Navigation Course was just published to Pluralsight! I am so excited. Thank you so much to Deborah Kurata for all of the advice! http://www.pluralsight.com/courses/angular-routing-navigation-playbook

Another video in which I actually *encourage* people to subscribe to observables in Angular 🤐 https://www.youtube.com/watch?v=44_IcGPKQ_M

ICYMI: Check out what's trending for Angular on DEV 🤩 https://dev.to/analogjs/fullstack-angular-with-analog-2mnj

Crossed 800k views on my @angular course on @freeCodeCamp Looks like going to reach 1M soon. I am also streaming my @angular 16 course with @ngrx_io and @NxDevTools if you are interested to upgrade Subscribe to my channel here https://youtube.com/@TechTalksWithSantosh?feature=share8

Use @Input to simplify reading Angular route parameters! This new feature in Angular v16 provides route parameter mapping using an input property, instead of the Activated Route service. Here is an example: https://youtu.be/Nuwn5uY8ETw #Angular #routing