Usage of scripts for personal automation
If you search for a template for a Git command and ask “how to do this…,” you’ll get an answer describing a script command. But you prefer to run operations in an IDE, such as the standalone Git Ex...
If you search for a template for a Git command and ask “how to do this…,” you’ll get an answer describing a script command. But you prefer to run operations in an IDE, such as the standalone Git Ex...
int? prop; prop?:int|undefined interface IB: IA{ } interface IB extends IA{ } class boo{} class baz{} boo Foo(baz a) Foo(a:baz):boo class HttpClient{ HttpClient(){} } class Htt...
In the near future, I might have to use m-.. instead of margin, but right now I can a more or less quickly recall CSS keywords, and I don’t want to have to look up classes in the tailwindcss websit...
Let’s say you’re struggling with the number of libraries (because learning anything in a short time becomes a challenge). What can you do to improve the process: understand - remember - apply? Le...
When you start to sort out with some library, CLI or sotmething similar, it initially seems enormous, but gradually it becomes user-friendly maybe even comfortable and cozy and its imaganary size ...
jupyter-notebook .ipynb file is json with fields code, comment and field to memorize the execution result of code field content. The workflow (pseudocode) looks like as following: json=Read...
You know what’s difficult? Some buildings, especially official residences, are so confusing that finding the right office is a real challenge. And even if you eventually get used to finding your of...
In my opinion, this is my first finding that solved my problems with aspnetcore, reduced the stress in understanding the process, allowed me to calm down, the process of tracking the flow has becom...
What types of binding are possible in csproj project dotnet add reference package dotnet add package dll <ItemGroup> <Reference Include="Microso...
The tailwindcss repo is a rust project because the repo contains toml file in the root folder. Cargo aka config directs to members = ["crates/*"]. Crates ./node contains napi-template. napi...