Skip to content

Latest commit

 

History

History
40 lines (36 loc) · 1.19 KB

README.md

File metadata and controls

40 lines (36 loc) · 1.19 KB

My Learning List

Required Packages

  • Application: npm

  • Application: jupyter notebook

  • VSCode Extension: jupyterlab

    This is a basic list of things I have learnt and what I plan on learning in the future

  • HTML Fundamental

  • CSS Fundamental

  • Javascript Fundamental

  • Wordpress

    • Setting Up Wordpress (Offline and Online)
    • Configuring wordpress (Permalinks, Date, Landing Page)
    • Themes and Plugins
    • Building Themes and Plugins
  • Introduction to C#

  • Introduction .Net Framework (.Net Core)

    • Building Console Applications
    • WinForm Application
      • Calculator
      • Games
      • Forms
    • Web Development using MVC
      • Models and ViewModels
      • Controllers and Actions
      • Views
    • REST API Development
      • Models and DTO
      • API Controllers
      • ActionResults and Response Header
      • JSON Serializer
    • Data Access
      • Entity Framework
        • CRUD Actions
      • SQL Transactions
      • Using Stored Procedures
      • Dapper