Skip to content
View davinceleecode's full-sized avatar
:octocat:
Crafting...
:octocat:
Crafting...

Block or report davinceleecode

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
davinceleecode/README.md

Yo! πŸ™ˆ Vincent Lee here πŸ‘‹

davinceleecode

Connect with me:

linkedin stackoverflow youtube X codepen dev.to hackerrank leetcode


Languages and Tools:

πŸ–₯ Programming Languages (PL):

C# JavaScript TypeScript HTML5 CSS3 VB6 VBA

πŸ—„ Databases (DB):

MSSQL MSSQL SQLite

πŸ›  Frameworks & Libraries:

.NET React Bootstrap Babel Vite AutoMapper MediatR AngleSharp HtmlAgilityPack AutoitX3Lib Entity_Framework Styled-Components Chakra UI React_Icons Immer React-Hook-Form Zod Axios

🧰 Tools:

Adobe Premiere Pro Adobe Photoshop Git Postman Codeium Prettier npm Emmet Automation Anywhere UiPath dbdiagram.io GitHub Actions swagger docker


Support:

paypal.me/VincentLeeFlores



πŸ“Š GitHub Stats:

my stats

my stats

Pinned Loading

  1. -AutoitX3Lib -AutoitX3Lib Public

    AutoIt v3 is a freeware BASIC-like scripting language designed for automating the Windows GUI and general scripting. It uses a combination of simulated keystrokes, mouse movement and window/control…

    C# 2

  2. ILMerge ILMerge Public

    ILMerge is a utility for merging multiple .NET assemblies into a single .NET assembly.

    C# 1 1

  3. Using youtube-dl to download courses... Using youtube-dl to download courses from Pluralsight
    1
    # Download courses from learning sites with `youtube-dl`
    2
    
                  
    3
    You can download whole courses from an array of tutorial sites with the CLI tool `youtube-dl`. In the example further down I'm using my Pluralsight account to get videos from a course at their site. [Here is a list of all supported sites that you can download from with this tool](https://rg3.github.io/youtube-dl/supportedsites.html)
    4
    
                  
    5
    The flags you have to supply may vary depending on which site you make a request to.
  4. The Three Tiers The Three Tiers
    1
    # Presentation Tier (Client/UI Layer)
    2
    * πŸ“± What users interact with: web pages, mobile apps, desktop GUIs.
    3
    * Handles: user input, displaying data.
    4
    * Tech examples: HTML/CSS/JavaScript, React, Angular, Windows Forms.
    5
    # Application Tier (Logic/Business Layer)