Making a game with React and Redux: 03 Core Mechanics
March 05, 2017In this series, I am creating a typing game with React and Redux. Including setting up a backlog, CI, and Testing. You can find the project…
In this series, I am creating a typing game with React and Redux. Including setting up a backlog, CI, and Testing. You can find the project…
In this series, I am creating a typing game with React and Redux. Including setting up a backlog, CI, and Testing. You can find the project…
In this series, I am creating a typing game with React and Redux. Including setting up a backlog, CI, and Testing. You can find the project…
Note: this article is going to be continuously updated, I’ll update this post the more I use emacs and find cool tips for it or find cool…
Emacs … What ? Without a doubt one of the best things i did for the last couple of years was learning vim, although we are programmers and…
Learning React Series In this series I wanna discuss my learning experience with , this will be an opinionated series on what I think of…
I’ll be showing how to setup a build environment suitable for developing a sophisticated JavaScript plugin Build System: Gulp.js We don’t…
A two scenarios that I always encounter while developing an ember app are: When the user is in edit/create page and is editing an ember…
We want to implement basic change callback functionality on a Ember Select , sadly its not part of the ember select view, if you searched…
What we want to do is that when the user tries to go to a page and he is not logged in, we want to redirect him back to that page after he…
I have been using SASS in my latest project & I have to say its pretty AWESOME! , the CSS code is nicely structured and organized into…
I want to implement a simple concept using angular, scrolling to a specific area of the page using a directive, I found myself needing this…
We will be adding 3 Layer to implement Authorization in our app UI manipulation (Showing or hiding part of the screens based on the user…
The poorly the structure for unit testing the more and more complected it will take to write more unit tests for a simple functioning piece…
The problem is the code required for bootstrapping an angular form is quite a lot The normal angular way of writing a form with validation…
I will be showing how to build a grid that supports server-side paging, sorting & filtering My goal with this is that I didn’t want to…
If you are trying to parse a form that is already parsed it won’t update What you could do if you are adding dynamic elements to the form is…
JavaScript already has a method, why would we talk about date parsing? Because in short the method implementation is dependent on the…
What we will be using FileHelpers (for parsing the CSV file) you can download it with nuget Asp.net MVC 3 The Goal I want to upload a CSV…
This article is an explanation on how to access the data from a for using it in your unit testing The type has a property called of type…
Bind a viewModel to the whole page There are many variations to write the view model in knockout, for example if we are using a simple…
this is part of “understanding Asp.net Mvc Unobtrusive Validation” series How the jQuery validate plugin works internally Understand the…
this is part of “understanding Asp.net Mvc Unobtrusive Validation” series How the jQuery validate plugin works internally Understand the…
There are plenty of articles that target how to write custom rules to the jquery.validate plugin but very few targets how this plugin…