-
Angular.js
Angular 2 Application Architecture – Building Redux-like apps using RxJs
In this post, we are going to walk through how Angular 2 applications can be built in a Functional Reactive…
Read More » -
Ruby
Do You Believe in Programming Magic?
Unlike pulling a rabbit out of a hat, “magic” in programming is often performed under the guise of productivity. In…
Read More » -
JavaScript
Javascript Onmouseover Example
Over time, programmers started paying attention not only to the functionality of their app or website, but also security, manageability…
Read More » -
Web Dev
Kafka, Logs, and the Policy of Truth
Kafka is a distributed, partitioned, replicated commit log service. It provides the functionality of a messaging system, but with a…
Read More » -
jQuery
jQuery Next Example
The aim of this example is to show you how to use the jQuery next() method. The jQuery next() method…
Read More » -
Angular.js
Functional Reactive Programming for Angular 2 Developers – RxJs and Observables
In this post we are going to go over the concept of Functional Reactive Programming from the point of view…
Read More » -
Python
Python Subprocess Example
In this article, using Python 3.4, we’ll learn about Python’s subprocess module, which provides a high-level interface to interact with…
Read More » -
HTML5
Reinforcing The HTML5 Canvas With Fabric.js
The past… Applets In the previous millennium, HTML markup had limited support for graphics. If we wanted dynamic graphics, or…
Read More » -
JavaScript
Javascript Date Validation Example
The aim of this article is to validate date input in javascript. When getting information from a user for insertion…
Read More »