Search
Welcome
-
Latest Courses
C# 7 First Look
Click for Video
Your First Mobile Application With Xamarin.Forms
Click for Video Presentations
Archives
Tags
Ajax Angular Animation ASP.Net BestPractices Blend C# Community Competency convert Data Database FullStack GetStarted HVP i2WTutorial JavaScript JSON Mac migrate Mini-Tutorial Observations Open Source Opinion Patterns Pluralsight Presentations Reactive Reactive Programming ReactiveUI Review Tips Tools Video VSM WebSvc WindowsPhone Windows Phone wp7Tutorial WPFS Xamarin Xamarin.Forms Xaml XML YapCast-
Web hosting by Media Temple
License
JesseLiberty.com by Jesse Liberty is licensed under a Creative Commons Attribution-NonCommercial-NoDerivs 3.0 Unported License.
Based on a work at JesseLiberty.com.
The opinions expressed here do not necessarily reflect those of my employers, publishers or anyone else; void where prohibited, your mileage may vary, not valid in Sector C.
Category Archives: JavaScript
Reactive
Many web programmers, especially Angular programmers are turning their attention to Reactive programming. While I don’t know of any books on ReactiveJS (yet) I can shamelessly mention that I do have a book on Reactive Extensions and LINQ. NB: … Continue reading
Posted in AngularJS, JavaScript, Linq, Programming, Reactive
Tagged Shameless Self Promotion
2 Comments
Yet Another Podcast #132: FalafelCon Roundtable
Talking with J. Tower, Josh Eastburn and Venkata Koppaka of Falafel Software about their upcoming presentations at FalafelCon. We also discuss working remotely, software, AngularJS, Xamarin and much more. Falafel Software FalafelCon Falafel Blogs HipChat GoToMeeting 48 States Project Special … Continue reading
Posted in AngularJS, ASP.NET, Azure, Bootstrap, Falafel Software, iOS, JavaScript, Kendo UI, Mobile, Observations, Open Source, Patterns & Skills, Xamarin, XAML
Tagged YapCast
1 Comment
Angular Part 4–Testing AngularJS
It is time now to turn our attention to testing AngularJS applications. Over time, we’ll want to move to test-first, where we write the test and then write the code. There are many advantages to test-first, but let’s hold off … Continue reading
Posted in AngularJS, BDD, JavaScript, Testing
Leave a comment
Yet Another Podcast #122–JavaScript: Core Concepts
Jon Galloway and I welcome Ward Bell and Elijah Manor to discuss the fundamentals every serious JavaScript programmer should know. Elijah Manor’s Blog Ward Bell’s Blog JavaScript From Scratch Listen | Yet Another Podcast
I’ll be speaking at DevIntersections/Angle Brackets
April 13-16, 2014 at JW Marriott Grande Lakes, Orlando Florida I’m thrilled to say that I’ll be speaking at Angle Brackets. Angle brackets is “a conference for lovers of the Web.” It has been described as “the conference for those … Continue reading
Posted in ASP.NET, Community, JavaScript, Kendo, Languages, Learning, MVVM, One ASP.NET, Presentations, Training
Tagged Presentations
Leave a comment
Creating Your First Angular Program
Last week I had the privilege of presenting on Angular at Live360. I’ve written up part of that presentation as a blog post here. In this blog post I describe how to get started with Angular and how to create … Continue reading
Underscore: LINQ (almost) for JavaScript
As part of my emerging series on LINQ from Scratch, I’d like to take a small detour today into what you do if you need the functionality of LINQ in your JavaScript program. You can read my solution here.
Programming Style–Kendo & jQuery
Which of the following do you prefer? Which is easier to read? Which is easier to write? Which is easier to maintain? var dataItem = this.target().closest(“.k-grid”).data(“kendoGrid”).dataSource.getByUid(this.target().closest(“tr”).data(“uid”)); Or… var dataItem = this.target() .closest(“.k-grid”) .data(“kendoGrid”) .dataSource .getByUid(this.target().closest(“tr”).data(“uid”)); Or… var grid = … Continue reading
New Pluralsight Course: Building Web Applications With Open Source and Free Software On Windows
Very pleased to announce my latest Pluralsight course: Building Web Applications with Open Source Software On Windows In this course you will learn to create a meaningful web application using some of the most popular open-source frameworks for the web, … Continue reading
Posted in AngularJS, Bootstrap, Breeze, HTML5, JavaScript, Pluralsight, Training
Tagged Pluralsight
16 Comments
Yet Another Podcast #117–Elijah Manor and John Papa on jQuery and other JavaScript Libraries
Two extraordinary guests, John Papa and Elijah Manor, discuss the role of jQuery in JavaScript today, and how it works and plays with other libraries such as Angular. Elijah’s blog John’s blog jQuery Angularjs Elijah’s jQuery-free presentation Elijah’s jQuery-free … Continue reading
A Baker’s Dozen on Web Applications
I am in the middle of unrolling on Pluralsight, a complete entry-level program in developing Web Applications, with a focus on free and open-source software. At its heart are these courses: Getting Started With ASP.NET MVC, ServiceStack and Bootstrap Building … Continue reading
Posted in AngularJS, ASP.NET, Community, CSS3, Essentials, HTML5, JavaScript, Kendo, Learning, MVC, MVVM, News, One ASP.NET, Patterns & Skills, Pluralsight, Programming, Tools and Utilities, Training
Tagged Pluralsight
1 Comment
Yet Another Podcast #115–Basem Emara on What’s Coming in Javascript
Basem is a Senior Software Engineer at Falafel Software. He has over 10 years experience as a consultant and developer for dozens of projects for educational, advocacy, non-profit, small business, enterprise, and governmental organizations. As an innovator who recognizes and … Continue reading