Jason Mans's repositories
automate-boring-stuff
This is my repo following the book "Automate the boring Stuff" by Al Sweigart
learning-python-predictive-analytics
Tracking, notes and programming snippets while learning predictive analytics
guidedprojects
As part of the DataQuest Curriculum, guided projects are less structured and focus more on exploration.
rails-to-do
This a simple single-page Todo App. Multiple lists of todo items can be generated. Each todo list contains its own todo items. These can be marked as completed or deleted.
curriculum-vitae
This is my CV. It contains general information with links to both portfolios.
portfolio-datascience
This is a portfolio of my work for all things related to data science.
portfolio-web-development
This is a portfolio of my work of all things related to web development.
rails-link-aggregator
This a link aggregator site which similar to Reddit or Hacker News. A user can sign up and submit a link. Comments can be made as well as vote up or down on link submissions.
sample_app
Sample Application from RUBY ON RAILS TUTORIAL (3RD ED.) Learn Web Development with Rails Michael Hartl
skills-communicate-using-markdown
My clone repository
skills-github-pages
My clone repository
skills-introduction-to-github
My clone repository
angular-api-search-github
This is a AngularJS app that allows someone to search a repository by name and shows relevant information using the GitHub API.
angular-basic-array
This is a basic angularJS app using an array to display many items. Uses Express 4
angular-basic-directives
It demonstrates the use of directives to create new HTML element that you can customise.
angular-basic-routing
A basic angular app to demonstrate the use of routing to display various displays based on the URL.
angular-basic-services
A basic angular app to demonstrate the use of services to make API requests and work with json data.
bootstrap-business
A demo business landing page built using the HTML5 Boilerplate along with Bootstrap.
bootstrap-ecommerce
A demo eCommerce product page built using the HTML5 Boilerplate along with Bootstrap.
bootstrap-portfolio
A demo portfolio built using the HTML5 Boilerplate along with Bootstrap.
dq-k-means
This is a Jupyter notebook of the Dataquest tutorial on "k-means-clustering-us-senators".
front-end-bootstrap-blueprints
Bootstrap Site Blueprints
git
Git Source Code Mirror - This is a publish-only repository and all pull requests are ignored. Please follow Documentation/SubmittingPatches procedure for any of your improvements.
html5-css3-responsive-web-design
Responsive Web Design with HTML5 and CSS3
JasonMDev.github.io
My GitHub Website at:
linux-command-line
The Linux Command Line
name_of_app
An e-commerce website using the Ruby-on-Rails Framework part of the CareerFoundry Web Developer course.
python-machine-learning
These are my files from following the book "Python Machine Learning" by Sebastian Rascka"
rails-blog-2
This a basic blog site with a single admin user. A blog owner can log-in and submit a new post. Comments can be made as well by readers. The admin user has access to delete posts as well as delete comments.
rails-ToDoList
A simple one-page to do list.