Prework & Module a Programming Fundamentals Ruby Basics And

Total Page:16

File Type:pdf, Size:1020Kb

Prework & Module a Programming Fundamentals Ruby Basics And CPSC S115: Introduction to Full-Stack Web Development Prework & Module A Programming Fundamentals Ruby Basics and Object Oriented - Programming Syllabus Unit Learning Objectives Reference Topics Competency Based Hours Assignments Pre- Work 1 • Understand the value and uses of • Git • Quiz: Git Basics 15 version control with Git • commit • Git Todo • Complete the full Git project flow • push • Git Flow • Work with the computer through • pull • Git Merge the command line and BASH • remotes Conflicts • add • Command Line Mystery • fork • merge • BASH • intro • ls • cd • pipes 2 • Create basic web sites using • Basic HTML • HTML Album 15 HTML • Lists Cover • Publish sites to different web • Tables • HTML Blog hosts • Images • HTML Issue Bot • Understand the distinction 9000 • Links between styling and content • HTML Map • Validatio ns Contact Forms • Site Publishing Code Along • Publishi ng • HTML5 Video to FTP Codealong • Publishi ng • HTML5 to Github Semantic Pages Elements Codealong • HTML5 • Forms • Media • Video • Semantic Elements 3 • Understand how to use CSS to • CSS Selectors • CSS Kitten 5 style HTML elements • Class Wheelbarrow • Lay block objects out using the • Id • CSS Graffiti box model Override • Element • Create interfaces for mobile and type • CSS Issue Bot web 9000 • Page Layout • Use the Bootstrap framework to • Box model • Creating increase speed of development • Overflow Columns Codealong • Fluid Height • CSS Layout Quiz • Float • ZHW Shoes • Centering Layout • Box Styles Codealong • Adding Responsive Features Codealong • Bootstrap Carousel Codealong 4 • Create basic decision trees • Conditionals • More Vowels 20 • Receive input from the • if Command Line • Badges and • switch/c ase Schedules • Manipulate strings • Looping • Deli Counter • Work with Basic Looping • while • Phone Number • for Formatter • do...whil e • Cartoon • Command Line Input Collections • gets • Jukebox CLI • Manipulating strings • reverse • upcase • interpola tion • gsub 5 • Why and when to use arrays • Adding • My Each 20 • Work effectively with adding and • Push removing from arrays ○ << • Oxford Comma • Removing • Apples and • pop • Acting on arrays with • shift Holidays iteration and introspection • Introspection • Song Sorter • Retrieve, add and delete • flatten arrays nested inside other Tweet • uniq • arrays Shortener • include ● • indexed access • Iteration • Key for min • each value • map • Spotify API Lab • select • detect • Nested Data • 2D arrays • multi-di mension al arrays 6 • Why and When to use Hashes • Adding • Hashketball 25 • Adding, removing and ○ []= introspecting hashes method • NYC Pigeon Organizer • Manipulating and • Removing and • Apples and normalizing data into nested introspection Holidays hashes • select • map • detect • Nested Data Module A 7 • Understand why Object • History of OO • Class and 20 Orientation was created • OO Patterns Instances Lab • Understand the benefits of • Separation of • Instance Object Oriented Programming Concerns Methods Lab • Differentiate between • Managing • Instance Instances and Classes Internal State Variables Lab • Implement Methods and • Classes vs. Instances • Object Properties in Classes Attributes Lab • Classes have behaviors • OO Meowing Cat • Methods • Classes have attributes • Instance Variable s • attr_aces sor • setters • getters 8 • Understand the Object • Creating an init method • Object Initialize 15 Lifecycle • setting Instance Lab • Create an initializer Variables in init • OO Basics • Other Defaults 9 • Work with the concept of self • Class Constants • OO Basics w/ 20 • Understand Class level • Creation Class Constants constructs • Why do we use • OO School them? Domain • Self • OO Counting Sentences • Class Variables • Class Variables • Why use them? and Methods • Using as a Lab collection of all • Ruby Puppy created instance s • Advanced Class Methods Lab • Class Methods • understanding the all method • Creating class methods • Private Methods • OO Program ming as interface based program mining • How to define access levels 10 • Be able to model a domain • Domain Modeling • OO Email 10 with OO principles • Deciding on Parser • Work with larger projects and properties • Anagram chunk them into smaller • Deciding on detector segments methods • OO Cash Register • What should be public vs. private 11 • Understand the power of • Why Relationships are • Belongs to 25 relating objects important Object Lab • Use a belongs to relationship • Belongs To • Has Many • Use a has many relationship • Adding to all Objects Lab • Collaborate between two class variable • Collaborating objects • Domain modelin Objects Lab • Use a has many through g a belongs to • OO My Pets relationship • Has Many • OO Kickstarter • Reciproc al • OO Banking relations hips • Has Many • Domain Objects modeling a Through Lab belongs to • Adding to class variables in both direction s • Collaborating Objects • Relation ships that aren’t ownership • When to separate behavior s/attributes into new classes • Has Many Through • Domain Modeling Has Many Through • Has Many Through just two different has many relations hips 12 • Understand the value of mass • Mass Assignment • Mass 20 assignment • Problem with Assignment • Use simple meta manual assignm LAb programming ent • Custom Erorrs • Passing in an • OO Triangle options hash • Meta programming • Using the send method • Using send to implement mass assignment 13 • Grab data from websites using • Gems and Bundler • Scraping 5 Scraping • Where to find Flatiron • Integrate third party code gems • Scraping using gems • Open Source Kickstarter • Gem version control with Licensing Bundler • How to choose gems • Installing and requiring gems • Using a Gemfile • Scraping • Nokogiri • Using CSS Selectors 14 • Working in large ruby • Domain Modeling • Playlister CLI 5 projects • Task Breakdown practice • Student • Understand how to break Scraper large problems down into • Tic Tac Toe smaller, workable chunk with AI • CLI Data Gem Assessment Module B Web Frameworks: Web Development with Rails Syllabus Unit Learning Objectives Reference Topics Competency Based Hours Assignments 1 • Understand the uses of • SQL Introduction • Bear Organizer 5 SQL • Installing SQLite • Aggregate • Understand the layout of • SQL Basics Functions Lab basic databases • SELECT • Install and run basic commands with SQLite • INSERT • Use Aggregate functions • UPDATE • CREATE • ALTER • Using .sql files • SQLite data types • Aggregate Functions • SUM • COUNT • MAX • MIN 2 • Understand what a JOIN is • Relational Databases • SQL 10 • Understand foreign keys in • History Crowdfunding Lab has many/belongs to • Relations as related relationships to ruby object • SQL Library Lab • Understand Complex joins relations and Join tables • JOIN Statements • foreign keys • Left Outer Join • Left Inner Join • Sorting and Grouping Data • ORDER BY • GROUP BY • Complex Joins • Many-to-Man y relationships • Join tables • Understand how ruby can • SQLite gem • Pokemon 10 talk to SQLite Databases • Execute Scraper • create table • results 4 • Understand the value and • Mapping Objects to tables • Mapping to 10 power of ORMs • Working with string Table Lab • build a simple ORM interpolating INSERT • Mapping DB to • Work with the inheritance • CREATE Table from Ruby Lab and meta-programming attributes • ORM update Lab required for ORMs • Mapping Tables to Objects • ORM Bringing it • Dynamically create all together attributes • Dynamic ORM • all method Lab • find methods • Bi-Directional mapping • UPDATE • save checking for persistence • Dynamic ORMs • meta programmin g attributes • Refactoring common behavior to super • Use ActiveRecord as an • ORM To Active Record • Translating ORM 15 ORM • Translate previous to AR • Understand all the features custom ORM • ActiveRecord ActiveRecord provides methods into Create, Read, • Use Rake tasks to perform ActiveRecord method Update, Delete database migrations • Use ActiveRecord • Rake Lab ::Base • Writing Migrations • ActiveRecord Costume Store • Activerecord • Rake TV-show • Create custom rake tasks • Explain Rakefile • Migrations • Explain value of migrations • Write change migrations • Run migrations without rake • Run migrations with rake 6 • Understand associations • ActiveRecord Macros • Activerecord- TVland 5 in ActiveRecord • has many • Map ActiveRecord • belongs to association to previous associations in ruby • has many :through • migrations with relationships 7 • Understand the history • Working with the Internet • Rack Todo 5 and current status of • HTTP Verbs • Rack Lab HTTP • What is a protocol • Work with the HTTP Request cycle in ruby and • HTTP Request Rack headers • Understand Rack as HTTP • URLs Middleware • HTTP Responses • Params • accessing params • Rack • Using the params hash • Value of middleware 8 • Implement the HTTP • Sinatra in app.rb • Sinatra Hello World 10 Request/Response Cycle • Sinatra as a gem • Sinatra Basic Routes with Sinatra • Simple GET Lab • Understand the value of requests in • Sinatra Basic MVC and how to implement it in Sinatra sinatra Views Lab • Render front end with ERB • Moduler Sinatra applications • Sinatra Views templating • Shotgun Lab • Sinatra Routing • Different HTTP Verbs in Sinatra • MVC • Values of MVC • Separation of Concerns • How MVC works in Sinatra • Views • Templating • in line ruby 9 • Understand how to gather • Dynamic Routes • Dynamic 15 user input through forms • Symbol routing syntax Routes Lab • Work with form data to • params hash • Basic Sinatra create responses Forms Lab • Basic Forms • Create
Recommended publications
  • Modern Web Application Frameworks
    MASARYKOVA UNIVERZITA FAKULTA INFORMATIKY Û¡¢£¤¥¦§¨ª«¬­Æ°±²³´µ·¸¹º»¼½¾¿Ý Modern Web Application Frameworks MASTER’S THESIS Bc. Jan Pater Brno, autumn 2015 Declaration Hereby I declare, that this paper is my original authorial work, which I have worked out by my own. All sources, references and literature used or ex- cerpted during elaboration of this work are properly cited and listed in complete reference to the due source. Bc. Jan Pater Advisor: doc. RNDr. Petr Sojka, Ph.D. i Abstract The aim of this paper was the analysis of major web application frameworks and the design and implementation of applications for website content ma- nagement of Laboratory of Multimedia Electronic Applications and Film festival organized by Faculty of Informatics. The paper introduces readers into web application development problematic and focuses on characte- ristics and specifics of ten selected modern web application frameworks, which were described and compared on the basis of relevant criteria. Practi- cal part of the paper includes the selection of a suitable framework for im- plementation of both applications and describes their design, development process and deployment within the laboratory. ii Keywords Web application, Framework, PHP,Java, Ruby, Python, Laravel, Nette, Phal- con, Rails, Padrino, Django, Flask, Grails, Vaadin, Play, LEMMA, Film fes- tival iii Acknowledgement I would like to show my gratitude to my supervisor doc. RNDr. Petr So- jka, Ph.D. for his advice and comments on this thesis as well as to RNDr. Lukáš Hejtmánek, Ph.D. for his assistance with application deployment and server setup. Many thanks also go to OndˇrejTom for his valuable help and advice during application development.
    [Show full text]
  • Pro ASP.NET MVC 3 Framework Third Edition
    Pro ASP.NET MVC 3 Framework Third Edition ADAM FREEMAN STEVEN SANDERSON ApressB Contents J About the Authors xxiii About the Technical Reviewer xxiv Acknowledgments xxv Part 1: Introducing ASP.NET MVC 3 1 Chapter 1: What's the Big Idea? 3 A Brief History of Web Development 3 Traditional ASP.NET Web Forms 5 What's Wrong with ASP.NET Web Forms? 6 Web Development Today 7 Web Standards and REST 7 Agile and Test-Driven Development 7 Ruby on Rails 8 Sinatra 8 Node.js 9 Key Benefits of ASP.NET MVC 9 MVC Architecture 10 Extensibility 10 Tight Control over HTML and HTTP 11 Testability 11 Powerful Routing System 11 Built on the Best Parts of the ASP.NET Platform 12 Modern API 12 ASP.NET MVC Is Open Source 13 Who Should Use ASP.NET MVC? 13 Comparisons with ASP.NET Web Forms 13 Migrating from Web Forms to MVC 14 Comparisons with Ruby on Rails 14 Comparisons with MonoRail 14 What's New in ASP.NET MVC 3 15 Summary 15 Chapter 2: Getting Ready 17 Preparing the Workstation , 17 Installing Visual Studio 2010 17 Installing the Essential Software 19 Installing Optional Components 21 Preparing the Server 22 Enabling the Web Server Role 23 Installing Additional Components 25 Setting up Web Deployment , 26 Getting Further Information 30 Summary 30 Chapter 3: Your First MVC Application 31 Creating a New ASP.NET MVC Project .31 Adding the First Controller 33 Understanding Routes 36 Rendering Web Pages 37 Creating and Rendering a View 37 Adding Dynamic Output 41 Creating a Simple Data-Entry Application 42 Setting the Scene 42 Designing a Data Model 43 Linking
    [Show full text]
  • Switching from Rails to Sinatra
    Switching from Rails to Sinatra Rushi Shah 26 October 2015 So recently I created this little Ruby on Rails app that lets you embed your Github Contribution calendar into any HTML (or Markdown) as an image. I would show you a great example, but one of the downsides to PDFs generated with LaTeX is that you have to save the image locally (and in doing so, the magic of the app would be lost). However, if you want to see an awesome example, totally check out the github repo or just get your own on the site. It is simple, straightforward, but still pretty neat, if I do say so myself. But soon I decided to rewrite the application in Sinatra, and here's why. 1 Starting with Rails When I started this project, I dove in with rails because I had used it before on apps like a CNN article generator and a bookshelf. After I had my basic functionality down, the file structure looked like a typical rails app. For reference, here is the file structure at that point (created using tree). Gemfile Gemfile.lock README.rdoc Rakefile app assets images javascripts application.js chart.coffee stylesheets application.css chart.scss scaffolds.scss controllers application_controller.rb chart_controller.rb 1 concerns helpers application_helper.rb chart_helper.rb mailers models concerns views layouts application.html.erb bin bundle rails rake setup spring config application.rb boot.rb database.yml environment.rb environments development.rb production.rb test.rb initializers assets.rb backtrace_silencers.rb cookies_serializer.rb filter_parameter_logging.rb inflections.rb
    [Show full text]
  • Web Development India
    WEB DEVELOPMENT INDIA Similar sites like www.tutorialspoint.com www.w3schools.com www.java2s.com www.tizag.com www.mkyong.com www.codecademy.com www.roseindia.net docs.oracle.com/javase/tutorial/ www.stackoverflow.com tutorials.jenkov.com imp……………………………………………….. http://www.xislegraphix.com/website-types.html http://orthodoxdaily.com/types-of-websites/ http://webstyleguide.com/wsg3/1-process/6-types-of-sites.html http://www.virtualmv.com/wiki/index.php?title=Internet:Types_of_Website http://www.marketingcharts.com/wp/online/which-types-of-websites-do-most-americans-visit- frequently-37970/ http://www.2createawebsite.com/prebuild/website-needs.html http://www.tomakewebsite.com/types-of-websites.html http://one-blog-wonder.tumblr.com/post/29818346464/what-types-of-websites-are-there http://www.roseindia.net/services/webdesigning/corporatewebsitedesign/Different-Kinds-of- Website.shtml http://www.marketingprofs.com/charts/2013/12083/which-types-of-websites-are-visited-most- frequently http://webdesignpeeps.com/types-of-websites/ http://www.webdesignerdepot.com/2011/11/navigation-patterns-for-ten-common-types-of- websites/ http://www.teach-ict.com/gcse_new/software/web_design/miniweb/pg2.htm http://www.methodandclass.com/article/what-are-the-different-types-of-web-site http://www.webmasterview.com/2013/03/three-types-of-website/ http://www.chinkin.com/Web-Design/Types-of-Website http://www.designer-daily.com/8-types-of-sites-you-can-build-with-drupal-13924 http://www.mediatopia.co.uk/types-of-websites .................................................................................WEB
    [Show full text]
  • Ola Bini Computational Metalinguist [email protected] 698E 2885 C1DE 74E3 2CD5 03AD 295C 7469 84AF 7F0C
    JRuby For The Win Ola Bini computational metalinguist [email protected] http://olabini.com/blog 698E 2885 C1DE 74E3 2CD5 03AD 295C 7469 84AF 7F0C onsdag 12 juni 13 Logistics and Demographics onsdag 12 juni 13 LAST MINUTE DEMO onsdag 12 juni 13 JRuby Implementation of the Ruby language Java 1.6+ 1.8.7 and 1.9.3 compatible (experimental 2.0 support) Open Source Created 2001 Embraces testing Current version: 1.7.4 Support from EngineYard, RedHat & ThoughtWorks onsdag 12 juni 13 Why JRuby? Threading Unicode Performance Memory Explicit extension API and OO internals Libraries and legacy systems Politics onsdag 12 juni 13 InvokeDynamic onsdag 12 juni 13 JRuby Differences Most compatible alternative implementation Native threads vs Green threads No C extensions (well, some) No continuations No fork ObjectSpace disabled by default onsdag 12 juni 13 Simple JRuby onsdag 12 juni 13 Java integration Java types == Ruby types Call methods, construct instances Static generation of classes camelCase or snake_case .getFoo(), setFoo(v) becomes .foo and .foo = v Interfaces can be implemented Classes can be inherited from Implicit closure conversion Extra added features to Rubyfy Java onsdag 12 juni 13 Ant+Rake onsdag 12 juni 13 Clojure STM onsdag 12 juni 13 Web onsdag 12 juni 13 Rails onsdag 12 juni 13 Sinatra onsdag 12 juni 13 Trinidad onsdag 12 juni 13 Swing Swing API == large and complex Ruby magic simplifies most of the tricky bits Java is a very verbose language Ruby makes Swing fun (more fun at least) No consistent cross-platform GUI library for Ruby
    [Show full text]
  • Building Web Apps with Ember.Js
    Building Web Apps with Ember.js Building Web Apps with Ember.js with Apps Web Building If you’re a web developer interested in building scalable single-page applications—full-stack, browser-based apps that connect to a backend— this practical guide shows you how to use Ember.js, the popular JavaScript framework based on the model-view-controller (MVC) architectural pattern. Through the course of the book, you’ll learn how to build a prototype Ember application (a musician index called Rock’n’Roll Call), using routers, templates, models, controllers, and views. You’ll also understand how Ember’s convention over configuration approach helps you persist data, build backend technologies, and create widgets for developing production- capable applications that behave like desktop software. ■ Set up workflow management and boilerplate code creation ■ Learn how Ember’s “developer ergonomics” help you use less code ■ Write templates for the book’s prototype with Handlebars.js ■ Use routers to manage application states without reloading the page Building ■ Connect controllers and views with events, and sync data with data-binding ■ Build an Ember backend with a RESTful API or Ruby on Rails ■ Use the Ember Data library to persist data and talk to the Web Apps with backend ■ Write reusable encapsulated widgets to extend your applications Jesse Cravens, a principal web engineer at frog design, works with leading companies to design, engineer, and bring meaningful products and services to market. Jesse is currently focused on single-page web applications, the mobile web, and HTML5. Thomas Q Brady, Technology Director at Reaction, Inc., has built back-office Ember .js software, business simulations, interactive marketing, high-fidelity prototype Cravens hardware and software, Arduino-powered bluetooth caller ID watches, and web & Brady applications for clients and for fun.
    [Show full text]
  • A Coap Server with a Rack Interface for Use of Web Frameworks Such As Ruby on Rails in the Internet of Things
    A CoAP Server with a Rack Interface for Use of Web Frameworks such as Ruby on Rails in the Internet of Things Diploma Thesis Henning Muller¨ Matriculation No. 2198830 March 10, 2015 Supervisor Prof. Dr.-Ing. Carsten Bormann Reviewer Dr.-Ing. Olaf Bergmann Adviser Dipl.-Inf. Florian Junge Faculty 3: Computer Science and Mathematics 2afc1e5 cbna This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 License. http://creativecommons.org/licenses/by-nc-sa/4.0/ Henning Muller¨ [email protected] Abstract We present a Constrained Application Protocol (CoAP) server with a Rack interface to enable application development for the Internet of Things (or Wireless Embedded Internet) using frameworks such as Ruby on Rails. Those frameworks avoid the need for reinvention of the wheel, and simplify the use of Test-driven Development (TDD) and other agile software development methods. They are especially beneficial on less constrained devices such as infrastructure devices or application servers. Our solution supports development of applications almost without paradigm change compared to HTTP and provides performant handling of numerous concurrent clients. The server translates transparently between the protocols and also supports specifics of CoAP such as service and resource discovery, block-wise transfers and observing resources. It also offers the possibility of transparent transcoding between JSON and CBOR payloads. The Resource Directory draft was implemented by us as a Rails application running on our server software. Wir stellen einen Constrained Application Protocol (CoAP) Server mit einem Rack In- terface vor, der Anwendungsentwicklung fur¨ das Internet der Dinge (bzw. das Wireless Embedded Internet) mit Frameworks wie Ruby on Rails ermoglicht.¨ Solche Framworks verhindern die Notwendigkeits, das Rad neu zu erfinden und vereinfachen die Anwen- dung testgetriebener Entwicklung (TDD) und anderer agiler Methoden der Softwareen- twicklung.
    [Show full text]
  • Realización De Un Sistema Web Complejo Para Uso Didáctico
    Universidad Politécnica de Madrid Escuela Técnica Superior de Ingenieros de Telecomunicación REALIZACIÓN DE UN SISTEMA WEB COMPLEJO PARA USO DIDÁCTICO TRABAJO FIN DE MÁSTER Daniel Benítez Águila 2014 Universidad Politécnica de Madrid Escuela Técnica Superior de Ingenieros de Telecomunicación Máster Universitario en Ingeniería de Redes y Servicios Telemáticos TRABAJO FIN DE MÁSTER REALIZACIÓN DE UN SISTEMA WEB COMPLEJO PARA USO DIDÁCTICO Autor Daniel Benítez Águila Director Joaquín Salvachúa Rodríguez Departamento de Ingeniería de Sistemas Telemáticos 2014 Resumen El desarrollo de aplicaciones web está sufriendo grandes cambios en los últimos años. El crecimiento de servicios en la nube es una de las principales razones de esos cambios así como el incremento del número de tecnologías y soluciones asociadas a ello. Este Trabajo Fin de Máster se centra en la creación de un sistema web complejo para uso didáctico. Esto es un sistema web que pueda servir de ayuda para aquellos principiantes que deseen iniciarse en el desarrollo web actual. Se hará una breve introducción, donde se expondrá el contexto bajo el cual se va a desarrollar el trabajo y se definirán qué objetivos quieren alcanzarse con la realización del mismo. La principal meta de este trabajo es el diseño, desarrollo e implementación del sistema web. Para llevar a cabo dicha tarea, se analizarán las diferentes tecnologías que se estiman más novedosas y significativas en el ámbito del desarrollo de aplicaciones web, ya que se considera de vital importancia tener una panorámica de qué hay a día de hoy para poder elegir aquello que se más se ajuste a nuestras necesidades. Estas tecnologías serán lenguajes de programación, frameworks, motores de plantillas, bases de datos y plataformas de despliegue.
    [Show full text]
  • Go Web App Example
    Go Web App Example Titaniferous and nonacademic Marcio smoodges his thetas attuned directs decreasingly. Fustiest Lennie seethe, his Pan-Americanism ballasts flitted gramophonically. Flavourless Elwyn dematerializing her reprobates so forbiddingly that Fonsie witness very sartorially. Ide support for web applications possible through gvm is go app and psych and unlock new subcommand go library in one configuration with embedded interface, take in a similar Basic Role-Based HTTP Authorization in fare with Casbin. Tools and web framework for everything there is big goals. Fully managed environment is go app, i is a serverless: verifying user when i personally use the example, decentralized file called marshalling which are both of. Simple Web Application with light Medium. Go apps into go library for example of examples. Go-bootstrap Generates a gait and allowance Go web project. In go apps have a value of. As of December 1st 2019 Buffalo with all related packages require Go Modules and. Authentication in Golang In building web and mobile. Go web examples or go is made against threats to run the example applying the data from the set the search. Why should be restarted for go app. Worth the go because you know that endpoint is welcome page then we created in addition to get started right of. To go apps and examples with fmt library to ensure a very different cloud network algorithms and go such as simple. This example will set users to map support the apps should be capable of examples covers both directories from the performance and application a form and array using firestore implementation.
    [Show full text]
  • The MVC Pattern—We’Ll Explain the Details As We Go
    Table of contents not currently available. Changes from original ALPHA eBook: - Basic Chapter Bookmarks Added - Created CoverPage - Updated this info The following chapters are present: 1,3,4,5,6,7,8,9,10,11,12,13,15,16,17,18 MISSING: (The following chapters are missing between 1 & 18) Chapter 2: This apears to be installing software like MVC 3 etc... So don't worry that it is missing as you can use the web to work it out and the book tells you to refer to chapter 2 if something is not as expected Chapter 14: Appears to be controlers C H A P T E R 1 n n n What’s the Big Idea? ASP.NET MVC is a web development framework from Microsoft that combines the effectiveness and tidiness of model-view-controller (MVC) architecture, the most up-to-date ideas and techniques from agile development, and the best parts of the existing ASP.NET platform. It’s a complete alternative to traditional ASP.NET Web Forms, delivering considerable advantages for all but the most trivial of web development projects. In this chapter, you’ll learn why Microsoft originally created ASP.NET MVC, how it compares to its predecessors and alternatives, and, finally, what’s new in ASP.NET MVC 3. A Brief History of Web Development To understand the distinctive aspects and design goals of ASP.NET MVC, it’s worth considering the history of web development so far—brief though it may be. Over the years, Microsoft’s web development platforms have demonstrated increasing power—and (unfortunately) increasing complexity.
    [Show full text]
  • Easy Laravel 5 a Hands on Introduction Using a Real-World Project
    Easy Laravel 5 A Hands On Introduction Using a Real-World Project W. Jason Gilmore This book is for sale at http://leanpub.com/easylaravel This version was published on 2015-08-11 This is a Leanpub book. Leanpub empowers authors and publishers with the Lean Publishing process. Lean Publishing is the act of publishing an in-progress ebook using lightweight tools and many iterations to get reader feedback, pivot until you have the right book and build traction once you do. ©2014 - 2015 W. Jason Gilmore Also By W. Jason Gilmore Easy Active Record for Rails Developers Easy E-Commerce Using Laravel and Stripe Easy React Dedicated to The Champ, The Princess, and Little Winnie. Love, Daddy Contents Introduction ............................................ 1 What’s New in Laravel 5? ................................... 2 About this Book ......................................... 2 Introducing the TODOParrot Project .............................. 5 About the Author ........................................ 5 Errata and Suggestions ..................................... 6 Chapter 1. Introducing Laravel ................................. 7 Installing Laravel ........................................ 7 Creating the TODOParrot Application ............................. 14 Configuring Your Laravel Application ............................. 19 Useful Development and Debugging Tools .......................... 22 Testing Your Laravel Application with PHPUnit ....................... 30 Conclusion ............................................ 33 Chapter 2. Managing
    [Show full text]
  • Sepand Assadi
    SEPAND ASSADI FULL-STACK SOFTWARE ENGINEER [email protected] sepandassadi.com 415 418 8469 Redwood City, CA @sepandassadi sepandassadi ThinkTankShark SKILLS PRACTICES: Pair Programming, Agile Development, Test Driven Development LANGUAGES: Ruby, JavaScript, SQL, HTML, CSS, Python, Swift, MySQL, SQLite, jQuery FRAMEWORKS & LIBRARIES: Ruby (Rails / Sinatra), JavaScript (AngularJS, jQuery, React, NodeJS, ExpressJS), HTML (HAML, ERB), MEAN & MERN Stack, D3 &Highcharts, CSS (Bootstrap, Materialize, Foundation, SASS), MongoDB & Redis, PostgreSQL & ActiveRecord, Grunt, Gulp and Webpack Bundlers, Enzyme, Mocha, Jasmine and Rspec PLATFORMS & SOFTWARES: Heroku & AWS, New Relic Monitoring, OSX, Web, Windows, Linux, iOS, xCode, Git, Adobe Photoshop, Adobe Illustrator, Balsamiq, OmnoGraffle, JetBrains PROJECTS EMPLOYMENT Pocket Board Sony PlayStation Full-Stack Software Engineer | 2016 San Mateo, CA Simplified investment portfolio designed to make stock trading and Full-Stack Web Developer · Jul 2016 to Current money management a more intuitive process for all. Tech Stack Using: Delivered modular, reusable, testable JavaScript and Ruby on ReactJS, NodeJS, ExpressJS (MERN), CSS3, HTML5, Sass, Less, Rails components and deployed on Heroku. PostgreSQL, Vagrant & VM Constructed swipe stock selection feature using JavaScript and Functional Programming using JavaScript (jQuery & AJAX) jQuery (UI, Mobile) to allow for responsive touch functionality ManagedOffice when using app on mobile and tablet devices. Sunnyvale, CA Utilized JavaScript and Highcharts to compare user portfolios Full-Stack Software Developer · Apr 2015 to Jun 2016 with major stock indexes using Quandl API. Built custom themes, plugins, and contactForm development for Designed UI/UX of both web and mobile views using JavaScript, 10+ clients using JavaScript, jQuery and HTML5, Angular, HTML5, Bootstrap, and custom CSS3. MongoDB, Backbone. Scraped Google images using RESTClient and Nokogiri to gather Engineered 100% responsive and cross browser functional web and aggregate 3000+ company stock pictures.
    [Show full text]