Thanks to visit codestin.com
Credit goes to github.com

Skip to content

sospep/sospep.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sospep.github.io

  • A collection of projects that I am working on. This page provides a brief overiew description of each project that I have here on github.
  • A curated collecton of many of the top ranked guides to getting a variety of things done
  • These guides were selected based upon on having a high "hacker news" points ranking.
  • I then organized them into categories, so that finding like/related guides should be somewhat quicker and easier.
  • For Changes/Additions/ - use the links in the guides 'how to' section or submit an issue here

application demo application source code at repository application project

rubyOne

  • This web application is a simple blogging application with some additional features and functionality.
  • It is my first look at the Ruby programming language along with the Rails web development framework.
  • A goal of this application would be able to use it as a quickstart template when creating new projects.

rubyTwo

  • This web application is a SVG image generator for Seat Maps.
  • Beginning with a clone of the rubyOne application, I altered the base functionality of the app to create/view/edit/delete SeatMap records. The seatmap records can then be used to generate an SVG SeatMap image, based on the parameters specified in the SeatMap record. The SVG images can be downloaded as a standalone file for use in your web site / web application where we can do some really cool stuff with them.
  • Extending the functionality of the generated SVG image, includes the ability to work with each individual seat that is part of your seat map. Is the seat available or not? Is the seat in the Gold zone or the Silver zone or the Bronze zone or ...,

dotnetOne

  • My first look at the new dotnet core 3.x.
  • Where i learned that generating a new webapp using the CLI in dotnet, the default application is now a @Razor pages application and NOT an MVC application
  • there is nothing in this application, but i definetly PLAN to come back here and build a razor pages implmentation of the simple blog OR ...

dotnetTwo

  • An MVC implemenation of the simple blog application. The last step was to implment authorization where I attempted to scaffold in the Identity system and things went off the tracks. This is what was completed before that attempt.
  • This web application is a blogging application.
  • It is built using the latest release (3.x) of Microsft's dotnet core development platform
  • A goal of this application would be able to use it as a quickstart template when creating new projects.
  • A goal of this application would be to use it as a simple blogging application
  • It features a full blown Authentication system for Authenticating users.
  • It features a full blown Authorization system for allowing users access to specific resources
  • both of the above are built using an MVC implementation of the MSFT Identity system VS using the default Razor Pages implemention

application demo application source code at repository application project

About

An overview page that briefly describes each of the projects that are in this account.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published