W3B_Wizardgirl🌸🪙 (@decipherx06) 's Twitter Profile
W3B_Wizardgirl🌸🪙

@decipherx06

is a skilled web developer with expertise in HTML, CSS, JavaScript, and modern frameworks like React and Vue.js.
work on #shadowbans too🎲👾

ID: 1828185557794480128

linkhttps://github.com/vinta/awesome-python calendar_today26-08-2024 21:40:13

1,1K Tweet

114 Takipçi

154 Takip Edilen

Kristijan Kralj (@kristijan_kralj) 's Twitter Profile Photo

The BEST dependency injection technique NOBODY uses: (Hint: no more 10-line constructors) Use Method Injection. It's a lesser-known ASP .NET Core feature that lets you inject dependencies directly into a method endpoint. You do this using [FromServices] IYourService. But you

The BEST dependency injection technique NOBODY uses:
(Hint: no more 10-line constructors)

Use Method Injection.

It's a lesser-known ASP .NET Core feature that lets you inject dependencies directly into a method endpoint.

You do this using [FromServices] IYourService.
But you
Milan Jovanović (@mjovanovictech) 's Twitter Profile Photo

Want to write better C# code? Start with function purity. A pure function is simple: It takes input, returns output, and doesn’t mess with anything else. No database calls. No random values. No hidden side effects. That means it’s easier to test, easier to debug, and easier

Want to write better C# code?

Start with function purity.

A pure function is simple:
It takes input, returns output, and doesn’t mess with anything else.

No database calls.
No random values.
No hidden side effects.

That means it’s easier to test, easier to debug, and easier
Pavle Davitkovic (@pavle_dav) 's Twitter Profile Photo

When exceptions are inevitably, you need a mechanism to handle them. Here is how you can setup it up in few minutes: Starting from .NET 8 you have IExceptionHandler interface at you disposal. That is abstraction for managing exceptions with one method: TryHandleAsync. It is

When exceptions are inevitably, you need a mechanism to handle them.

Here is how you can setup it up in few minutes:

Starting from .NET 8 you have IExceptionHandler interface at you disposal.

That is abstraction for managing exceptions with one method: TryHandleAsync.

It is
Jarred Sumner (@jarredsumner) 's Twitter Profile Photo

In the next version of Bun `Bun.secrets` makes it easy for CLI tools to securely store credentials using the operating system instead of plaintext config files

In the next version of Bun

`Bun.secrets` makes it easy for CLI tools to securely store credentials using the operating system instead of plaintext config files
JetBrains Rider (@jetbrainsrider) 's Twitter Profile Photo

✨ Rider 2025.2 brings extended support for C# 14! Extensions, partial events and constructors, null-conditional assignments – all the latest language features are ready for you. Learn more about code analysis updates in Rider 2025.2: jb.gg/rd-252-c-sharp

✨ Rider 2025.2 brings extended support for C# 14!

Extensions, partial events and constructors, null-conditional assignments – all the latest language features are ready for you.

Learn more about code analysis updates in Rider 2025.2: jb.gg/rd-252-c-sharp
sysxplore (@sysxplore) 's Twitter Profile Photo

Quick Linux tip: Use the tree command to display the structure of a directory and its contents in a visual hierarchy. $ tree -L 2 /etc This lists files and directories inside /etc, going 2 levels deep. Great for exploring configuration layouts quickly.

Quick Linux tip:

Use the tree command to display the structure of a directory and its contents in a visual hierarchy.

$ tree -L 2 /etc

This lists files and directories inside /etc, going 2 levels deep. 

Great for exploring configuration layouts quickly.