Angular step by step tutorial covering from basic concepts of Angular Framework to building a complete Angular app using Angular Material components. We will go through the main building blocks of an ...
“Turn on all security features like two-factor authentication. People who do that generally don’t get hacked. Don’t care? You will when you get hacked. Do the same for your email and other social ...
Recently, I left my job position at Microsoft, and re-joined Outbrain. Moving between companies isn’t always easy, as there’s not necessarily a consistency between technologies and libraries each ...
<!DOCTYPE html> <html> <head> <title>In a page only one ng-app works</title> </head> <body> <div ng-app="primaryApp"> <div ng-controller="primaryController"> <p ...
In the last two posts of this series which you can find here and here I started to implement the server side of a complete Angular JS application that uses CQRS and Event Sourcing as architectural ...