Skip to content

eddiecityu/T-Academy-1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Telerik-Academy 2015/2016

Telerik Academy

This Is My HOMEWORKS

The build status checks that all url links below are correct (not 404).

Build Status

  1. Intro Programming
  2. Primitive data types and variables
  3. Operators and expressions
  4. Console input output
  5. Conditiolanl statements
  6. Loops
  1. Arrays
  2. Multidimensional arrays
  3. Methods
  4. Numeral systems
  5. Using classes and object
  6. String and text processing
  7. Exception handling
  8. Text files
  1. Defining classes part 1
  2. Defining classes part 2
  3. LINQ extensions, methods, delegates
  4. OOP Principles part 1
  5. OOP Principles part 2
  6. Common type system
  1. Code formatting
  2. Naming indetifiers
  3. Documentatiion and commenting
  4. Variable expression and constants
  5. Controlflow conditional statements and loops
  6. High quality methods
  7. High quality classes
  8. Defensive programming
  9. Code tuning and optimizations
  10. Unit testing homework
  11. Test driven development
  12. Refactoring
  13. Developer tools
  14. Creatonal patterns
  15. Structural patterns
  16. Behaviorial patterns
  17. Mocking
  1. Data structures algorithms complexity
  2. Liear data structures
  3. Trees
  4. Hash tables sets dictionary
  5. -Workshop-
  6. Advanced data structures
  7. Data structures efficiency
  8. Recoursion
  9. -Workshop-
  10. Combinatorics
  11. Sorting algorithms
  12. -Workshop-
  13. Dinamic programing
  14. Graphs
  15. -Workshop-
  16. -Workshop-
  1. Fundamentals
  2. Tables
  3. Forms and frames
  4. Semantic HTML
  1. Overview
  2. Presentation
  3. Layout
  4. Less preprocessors
  1. Data types and variables
  2. Operators and expressions
  3. Conditional statement
  4. Loops
  5. Arrays
  6. Functions
  7. Using object
  8. Array methods
  9. Strings
  10. Regular expressions
  1. HTML 5 Canvas
  2. SVG fundamentals
  3. Kinetic Js animations
  4. DOM operations
  5. Event model
  6. jQuery
  7. jQuery plugins
  8. DOM Handlebars
  9. HTML Templates
  1. Functions and function expressions
  2. Closures and scope
  3. Classical inheritance
  4. Prototype inheritance
  5. Modules and patterns
  1. AMD System JS
  2. Underscore
  3. Web Storage
  1. XML basics
  2. XML processing
  3. JSON processing
  4. Database systems
  5. MS SQL server and MySQL
  6. Database modeling
  7. Structured query language - SQL
  8. Advanced SQL
  9. Transact SQL
  10. ADO .NET
  11. Entity framework - code first
  12. Entity framework - performance
  13. Database performance
  1. Intoduction to Web API
  2. Consuming Web Service
  3. Unit Testing (MyTestedWebApi)
  4. WCF services
  5. Cloud Services
  1. Tic Tac Toe game
  2. Workshop
  1. Web server node js
  2. Chat system
  3. View engines
  4. Express js
  1. Introductions
  2. Intro Web Forms
  3. ASP .NET Web controls
  4. Master pages
  5. Data binding
  6. Data source controls
  7. File upload
  8. State management
  9. Sitemap homework
  10. Validation controls
  11. User controls
  1. ASP-MVC-Essentials
  2. Ajax with ASP MVC
  3. Twitter System
  4. Caching
  5. .
  6. SignalR

check url links

$('#readme a[href*="M-Yankov"]')
  .each(function (ind, el) {
     var link = 'https://github.com/' +  $(el).attr('href');
     $.get(link, function() {
       // alert("success");
     })
     .done(function() {
       console.info(link + ' has passed the test!');
     })
     .fail(function() {
       console.error(link + ' is not correct');
     })
})

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 64.5%
  • C# 28.8%
  • HTML 4.8%
  • CSS 1.0%
  • Classic ASP 0.7%
  • TypeScript 0.1%
  • Other 0.1%