class Programmer : IEnableMuch {

"Simplicity can't be bought later, it must be earned from the start" -- DB

Friday, June 27, 2025

Angular: Type 'Event' is not assignable to type 'string'.

›
If this innocent-looking code Color: <input [(ngModel)]="color" /> gives you this error: Type 'Event' is not a...

React: Just JavaScript ternary; Angular: ng-container, ngIf, else, ng-template

›
React: import { useState } from 'react'; import './App.css'; function App() { const [theme, setTheme] = useState('li...
Thursday, June 26, 2025

React: Context; Angular: @Injectable

›
Bootstrapping React <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> ...
Wednesday, June 25, 2025

Angular: @Input @Output; React: Just JavaScript

›
Angular @Input @Output Parent HTML: <div style="border: 1px solid green; padding: 10px;"> <h2>Home Component<...
Sunday, June 22, 2025

.NET Middleware

›
Inline app.Use(async (context, next) => { var logger = app.Services.GetRequiredService<ILoggerFactory>() .CreateLogger(...
›
Home
View web version
Powered by Blogger.