JavaScript Promises Are Cool
“And when I promise something, I never ever break that promise. Never.” ― Rapunzel Many languages have libraries of interesting schemes called promises, deferreds, or futures. Those help to tame the...
View ArticleFunctional Reactive Programming and JavaScript
Functional reactive programming (FRP) is an emerging programming paradigm that has recently gained popularity in the web world. That popularity isn’t just tied to fact that the video streaming giant...
View ArticleNode, Grunt, Bower and Yeoman – A Modern web dev’s Toolkit
This article aims at introducing you to some of the currently most popular tools when developing modern web applications with JavaScript. These are totally not new at all and have been around for a...
View ArticleAngularJS Tutorial: Getting Started with AngularJS
AngularJS is a popular JavaScript framework for building Single Page Applications (SPAs). AngularJS provides the following features which makes developing web apps easy: Two way data...
View ArticleAngularJS: Introducing modules, controllers, services
In my previous post AngularJS Tutorial: Getting Started with AngularJS we have seen how to setup an application using SpringBoot + AngularJS + WebJars. But it’s a kind of quick start tutorial where I...
View ArticleAngularJS: Different ways of using Array Filters
AngularJS provides filter feature which can be used to format input value or to filter an Array with the given matching input criteria. For example you can use ‘date’ filter to format a Date value into...
View ArticleServer side logging from browser side JavaScript code
Application logging is something we all do in our applications that get deployed on an application server, right? Using frameworks like Log4J or Logback seems like a no-brainer to most Java developers....
View ArticleReactive HTML presentations using Reveal.js, Gist, and OpenShift
Reveal.js is an HTML-base presentation framework. You just need a browser with CSS 3D transforms. That means Chrome, Firefox, Safari, Opera, and IE 10-11 are supported. It also provides a nice fallback...
View ArticlePushing the Limits – Howto use AeroGear Unified Push for Java EE and Node.js
At the end of 2014 the AeroGear team announced the availability of the Red Hat JBoss Unified Push Server on xPaaS. Let’s take a closer look! Overview The Unified Push Server allows developers to send...
View ArticleUsing Rhino with Java 8
Java brings Nashorn as new JavaScript implementation for JSR 223 (javax.scripting). While this is certainly great news (Nashorn is way faster than Rhino by directly generating Java code), it comes with...
View Article8 Steps to Migrating from JavaScript to TypeScript
Solve App Problems 10x Faster with AppDynamics – Monitor production apps at code-level depth with minimal overhead. Start a FREE Trial! Recently, we’ve been moving our Browser RUM agent from JavaScript...
View Article15 Reasons Why Developers Need to Learn AngularJS
Over the last few years, AngularJS has emerged as the go-to stack for developing single-page web applications (SPAs). Being an extremely advanced JavaScript framework, it not only enhances your HTML to...
View ArticleJava Is Superior To React Native In Practically Every Way
I got into a discussion with a colleague on the Java vs. JavaScript subject, which is a problematic subject to begin with. He then mentioned how great React Native is, I decided I have to look into it...
View Article5 Awesome Tutorials to Kick-Start your Web Programming Projects
A few decades after its birth, the Internet has exploded and now it has taken over the world. Because of this, web programming is become more prevalent by the day. HTML is the language of the world...
View Article7 Ways ES2015 Can Improve Your JavaScript Programming
AppDynamics enables companies to achieve and maintain the level of application performance that’s demanded by today’s software defined business. Try AppDynamics for Java and get started troubleshooting...
View ArticleAES Encryption in Javascript and Decryption in Java
AES stands for Advanced Encryption System and it’s a symmetric encryption algorithm.Many times we require to encrypt some plain-text such as password at the client side and send it to server and then...
View Article[MEGA DEAL] 2018 Essential JavaScript Coding Bundle (96% off)
The Ultimate Guide (29+ Hours, 900+ Pages!) to Learning the World’s Most Important Web Development Language Hey fellow geeks, This week, on our JCG Deals store, we have another extreme offer. We are...
View ArticleImplicit _target=”blank”
The target="_blank" href attributes has been the subject of many discussions. When is it right to use it, should we use it at all, is it actually deprecated, is it good user experience, does it break...
View ArticleCoding Skills That Will Elevate Your Digital Marketing Career
Digital marketing platforms are teeming with an ever-increasing array of marketing software that you can use to stay competitive and keep up with the demands of the increasingly tech-savvy users....
View ArticleJavaScript Generators Example
Greetings readers! In this tutorial, we will explore the JavaScript Generators. 1. JavaScript Generators – Introduction JavaScript is an object-oriented programming language that allows the client-side...
View Article