/silverkey-internship

Showcasing my .NET Core skills through a collection of assignments completed during my software internship at Silverkey.

Primary LanguageC#

Silverkey Internship

Showcasing my .NET Core skills through a collection of assignments completed during my software internship at Silverkey.

Assignments

  1. Setup development environment.
  2. Web API to upload an image then preview it (ASP.NET Core Minimal API). Show Code
  3. Web App to read and render RSS feed then preview them neatly. Show Code
  4. Extending assignment #3 code to read feeds from a remote OPML file. Show Code
  5. Extending assignment #4 code to allow user to favourite an RSS feed. Keep the information in a cookie. Show Code
  6. Web App implementing login with cookie based authentication. Show Code
  7. Web API to show current time (ASP.NET Core Minimal API). Show Code
  8. Extending assignment #7 code base to utilizing HTMX in receiving data from the API. Show Code
  9. Extending assignment #5 code base to use AJAX to prevent pages refresh with each request. Show Code
  10. Web App to add and preview data from contact database (EdgeDb 3.0). Show Code
  11. Extending assignment #10 to build admin and user portals with different roles and permissions. Show Code