Sam
banner
neweraofcoding.bsky.social
Sam
@neweraofcoding.bsky.social
I make web applications that get more traffic from Google because they are SEO-friendly.
For more info, check out my work here: https://code-for-next-generation.vercel.app/
In Angular template syntax, the new @switch / @case / @default directives do not use curly braces.

#angular #javascript #html #css #programming #java #nodejs #reactjs #webdevelopment #python #php #coding #developer #webdeveloper #react #programmer #software #vuejs #softwaredeveloper #android
October 19, 2025 at 8:03 AM
animations in Angular!

Sequential animations run in a strict order using sequence(), while parallel ones use group() to run together.

#js #angular #nodejs #webdev #website #programminglife #webdesigner #programmingmemes #react #pythonprogramming #fullstackdeveloper #daysofcode #machinelearning
October 15, 2025 at 9:15 AM
Angular dropped some serious template power!
The Angular team continues to refine the developer experience, adding modern JS features directly into templates. Two major wins:
Full Template String support (including tagged literals).
The void operator for cleaner event handling.
October 6, 2025 at 9:24 PM
This Friday online: Mark and Andrew from the Angular team will be back for another Coding + Q&A Live Stream as they chat about Zoneless Angular.

Tune in October 3rd, 2025 at 11 AM Pacific
📺 goo.gle/ng-live

#angular #javascript #html #css #programming #nodejs #webdevelopment #python #coding
September 30, 2025 at 9:28 AM
🚀 The future of frontend isn’t Angular vs React anymore.
It’s Angular + AI → faster debugging, smarter code suggestions, and auto-generated tests.

Frameworks stay.
AI just makes us ship cleaner, safer apps faster. ⚡

#Angular #AI #WebDev
September 10, 2025 at 6:51 AM
Angular is now live—with built-in AI prompts, enhanced hydration, and better accessibility out of the box! 🚀 #Angular #WebDev #AngularUpdate, #Angular20

Follow @angular.dev @mgechev.bsky.social
September 6, 2025 at 6:32 PM
Enums vs Union Types — Pick the Right Tool
Enums are common in Angular, but union types are often cleaner and lighter.
#js #angular #nodejs #webdev #website #programminglife #webdesigner #programmingmemes #react #fullstackdeveloper #daysofcode #machinelearning #codingisfun #developers
September 4, 2025 at 7:40 PM
Angular 20.2 is here! • Zoneless change detection is now stable • A streamlined, native animations API replaces @angular/animations • Router now exposes a currentNavigation signal Upgrade now and level up your Angular dev experience! #Angular #WebDev
August 21, 2025 at 11:34 AM
Breaking down large frontends is tough. In my latest article, I explore how Domain-Driven Design (DDD) helps structure Angular apps:
✅ Context boundaries
✅ Event Storming
✅ Strategic design in the frontend

📖 Read more #Angular #DDD #Frontend
August 7, 2025 at 9:23 AM
Still worth it. Just a different game now.

#buildinpublic #freelance #softwaredev #startups #techbiz
June 30, 2025 at 9:17 AM
Use Standalone Components
Angular now supports standalone components, letting you skip the NgModules!

✅ Cleaner code
✅ Easier lazy loading
✅ Faster onboarding

Use when building micro frontends or new modules!

#Angular #WebDev #AngularTips
June 21, 2025 at 7:53 AM
Angular Debugging Tip: Inspect Directives with nx.getDirectives() in DevTools
Need to see what directives are applied to an element in an Angular app? Angular DevTools (and the Angular DevMode global API) lets you do that easily.
June 17, 2025 at 7:26 PM
Tech Tip of the Week
Angular Tip: Use trackBy in *ngFor for better performance with large lists.
Small changes = big impact. #WebDevTips #Angular #PerformanceMatters
June 14, 2025 at 6:24 AM
April 5, 2025 at 3:17 AM
Customization vscode
If you want more control over which files and folders are shown or hidden, you can use the files.exclude setting and manually configure which files to show/hide. Here's an example to hide specific folders and files that are ignored by Git:
April 4, 2025 at 6:38 PM
Useful notes chatgpt

DM for credits..
March 28, 2025 at 6:04 PM