The web of the future is encrypted and every site should have HTTPS enabled. Resources such as cookies, images, scripts, and HTML can be exploited, so good practice in web development is to make sure every resource accessed by users on your website is encrypted. Let’s Talk About SSL Certificates As you may know, HTTPS (Hyper Text Transfer Protocol Secure) ...
Read More »
Debug Node.js Effectively with Chrome DevTools
Debugging is the task of identifying and removing errors from software applications, and it’s more than just printing out values in your code. This post describes how to efficiently debug Node.js programs using the latest Google Chrome DevTools. A lot of developers use console.log in order to debug their application. But why? The answer is easy: It’s inconvenient to use ...
Read More »AngularJS with Spring MVC Example
Hello readers, in this tutorial we will create a simple application that uses the spring and angular framework. For this tutorial, we’ll have a button that will display the user details when it is clicked. 1. Introduction It is very simple, but before moving further let’s take a look at the Spring, Spring MVC, and Angular framework. ...
Read More »Developing Web Components in Scala.js
Introduction Scala.js is a compiler that allows producing JavaScript from Scala. It focuses on simplicity and the elimination of borders between the source and the destination language so that developers can write JavaScript-like code while benefiting from all the features of Scala. Scala.js seems to be quickly evolving, and is almost near the 1.0 release, which is the first production ...
Read More »AngularJS Project Structure Example
Hello readers, I have been programming for 6 years now and have used a fair share of languages and frameworks. In this tutorial, we will learn about the recommended way of structuring the angular web-applications. 1. Introduction Project planning is important for all the AngularJs applications. Having a well-defined and easy-to-traverse project structure can be very beneficial and helps effective ...
Read More »Six Hat Thinking on Angular Vs React
The idea of this article is compare and contract Angular and React, so that we can find the suitable one for our need. 1. Introduction There are so much of information found on internet to ensure that we will get into analysis paralysis when trying to make a decision on Angular or React for the next Web Application. So, I ...
Read More »AngularJS orderBy Multiple Fields Example
Hello readers, in this tutorial, we will learn how to implement and use the orderBy filter in the angular web applications. 1. Introduction Angular is a JavaScript MVC or Model-View-Controller framework developed by Google that lets developers build well structured, easily testable, and maintainable front-end applications. But before we start creating a real application using the angular library, let us ...
Read More »Working with the Account APIs for Google Tag Manager and Google Analytics
Agenda The agenda of this documentation is to give a brief about the working process for GA and GTM management accounts API. The motive of this documentation is to give a very brief preview of how one can easily utilize the Google Analytics and Google Tag Manager account API to get the list of active Accounts with the corresponding Account Id. Note: I ...
Read More »Deploying your stuff with Google Cloud Deployment Manager: via NodeJS
This may not be the correct way; heck, this may be the crappiest way. I’m putting this up because I could not find a single decent sample on how to do it with JS. The approach in this post uses NodeJS (server-side), but it is possible to do the same on the client side by loading the Google API client ...
Read More »