Skip to content

Instantly share code, notes, and snippets.

View AlexMelw's full-sized avatar

Alex AlexMelw

View GitHub Profile

Cristin - the road to .NET dev

  • Well, C# (version 10)

The documentation is nice (with examples) https://docs.microsoft.com/en-us/dotnet/csharp/

  • It is worth studying C# with frameworks like: .NET Code 3.1+ and .NET 6

.NET Framework (classic) is dying...

Job interview

Responding to job advertisements

  1. To whom it may concern
  2. I am writing in response to your online ad for a .NET developer position
  3. I am very interested in the position
  4. I have attached my resume (CV)
  5. I'm available for an interview anytime in the next few weeks. You can reach me (on me cell phone) at +373 67 12-34-56
// Place your key bindings in this file to overwrite the defaults
[
{
"key": "ctrl+alt+d",
"command": "editor.action.moveSelectionToNextFindMatch",
"when": "editorFocus"
},
{
"key": "alt+j",
"command": "workbench.action.focusActiveEditorGroup",

What is IPX, IP67, IP68 Rating Explained

Please note the rating of X, may be misinterpreted as no protection at all. This is actually represented by a zero. X means there is no data available to specify a protection rating with regard to one of the criteria.

image

image

See the complete article

There's no margin collapsing in Flexbox and Grid

Use this trick:

* {
    margin: 0;
}

* + * {
@AlexMelw
AlexMelw / notes.md
Last active February 3, 2021 19:32
@AlexMelw
AlexMelw / notes.md
Last active November 15, 2021 07:21