⚡Electrifying talk by Mark Thompson yesterday in front of NorthWest Chicago JavaScript🔥 Most of the JavaScript devs audience were not Angular fans. It was interesting to watch the audience converting from skeptics (still holding a grudge for Angular 2 migration) to believers🕊🙂 Deferrable views was a hit, more performant change detection with Signals, standalone components …
Category Archives: Uncategorized
three.js @ NW Chicago js
Good pragmatic talk on three.js this week: How & why awesomeness is rejected by UX & where 3D really fits & brings value into an app. Thank you NorthWest Chicago JavaScript organizers! Before the talk is published, some 3D awesomeness by Fireship.
Nx library types; 4 is enough
Build enterprise applications Nx time faster in smaller categorized chunks. There could be different ways to deliver enterprise applications. Every approach would have pros & cons associated with it. We would definitely need to be able to see a big working thing in separated chunks. This allows us to assign those chunks to team members, …
Nx 16.5 release
Nx 16.5 was released on Jul 6, 2023: Details here
Migrating from AngularJS to Angular
Upgrading from AngularJS to Angular is like building a bridge between 2 frameworks. Webpack is going to create a bundle for a browser. In our webpack configuration file we specify an entry point, usually named main.ts On our entry we are going to do a few things: Bootstrap Angular root module (aka raising the first …
Custom vs Ready-to-use controls; Kendo UI
I still hear debates on which way to go. I can imagine a scenario where you might need to build your custom control or even controls suite. And if application screen mockups are created, approved and promised without a development/coding team, the custom control scenario chances go higher. That usually ends up in more expensive …
Continue reading “Custom vs Ready-to-use controls; Kendo UI”